stuzsoapyui
6 years agoNew Contributor
Automating Tests with Commuinity Version
Hi All,
I have the communnity version of SOAPUI Currently and its perfect for firing off all manner of single tests. But where I want to test when there are 1 or more dependencies I'd like to automate the them and then it seems to get fiddly!
eg.
Get authentication token
Use token in getRecord()
use results of get record in .....
when I tried to dig through examples and build it in my version, it seemed there is a whole lot of steps to create an automated flow.
Does the the pro version make things more streamlined ?
If I'm missing something very obvious in the community version is there a good guide for test automation for the community version please?
Cheers
Stu
- Syntax for using testsuite level property
${#propertylevelname#nameofvariable}
Eg.${#TestSuite#Myproperty}
It will vary depending upon the property level's.test case, project ..etc
Refer below link for reference
https://support.smartbear.com/readyapi/docs/testing/properties/expansion.html
To find the node values you can use below links
https://www.freeformatter.com/xpath-tester.html
Hope it helps.