Validating current response against previous response?
Hello Everyone,
I am new to SOAP UI Open Source and trying to explore different features.
Can we compare current reponse of web service with the response on previous execution? If yes then do we need to right groovy script or any assertion will help to achieve this?
Thanks in advance and happy learning.
Hi,
> The parent is hidden to me.
This is just not possible. Use Object Browser or Object Spy to examine the structure of your tested application and figure-out what elements you need for your test code and how these elements can be found. Then either add them to the NameMapping or (if stable and reliable mapping is inconvenient or not possible) write a code to search for the required element during runtime.
P.S. White TestComplete does its best to map elements during recording, this is not recommended for production use. The better approach is to examine the tested application before recording, map required elements so they are identified stably and uniquely and only then record your actions.