简体   繁体   中英

Passing the web service response from API Test to GUI Test in UFT 12.52

I want to achieve the following tasks:

1) Send the request

2) Validate the response

3) Use the various field in the response as an input for GUI validation of the web application.

I am stuck on the last step.

Is there any specific way to retrieve the data fields and value from the response?

You can use input/output parameters while calling API test from GUI test and by passing values as output parameter from API to GUI test you can achieve your task.

Check "Use API test parameters in a GUI test" part on this link for more information.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM