Just starting to learn ReadyApi and Groovy, I would like to combine 3 project properties into a single property using a Groovy Script as a step in my SoapUI test:
Prop1 = "\\ap52\x$"
Prop2 = "\folder1\folder2\"
Prop3 = "1234567890123456"
Where:
- Prop1 is a net resource which could change
- Prop2 is a Folder location which is unlikely to change
- Prop3 is actually a random 16 digit number generated and populated into Prop3 from another step
I need PropX to be created so I can transfer the property into a File Wait step.
Desired result of script with static text:
PropX = "\\ap52\x$\folder1\folder2\filename_1234567890123456_??????????.xml"