karl5252
5 years agoVisitor
URL list from manual test step
I am trying to get URL list from Manual test step. Like here: https://support.smartbear.com/readyapi/docs/soapui/steps/manual.html
Option Description
Description | Shows the specified test step’s description. | ||
Expected Result | Shows the description of the expected result. | ||
Result | Specifies the actual result of performing test actions.
| ||
URL list | The list of URLs to any relevant resources (for example, shared screenshots). | ||
Result Status | The result of a test step:
|
In my soap ui I got after step execution, in test case log
Step n [stepName] timeTaken 0000
-> blah blah blah
->URL: xxxxxx
->URL: yyyyyy
when I tried to access it by using *.getProperty("Result").value gives me only result but not URL ("blah blah blah")
also length of Result value is 15 instead of well twice as much.
So Is there a way to get this or I need to use custom step? -probably groovy and jswing to achieve similar