Skip to content

Examples for wsCONNECT Commands

Example#1:

Let us consider, there are few services for Health Insurance Cost Calculator(AUT) that needs to be tested. And each of these services requires different parameters like authentication,username, password,requesturl, request parameters and it returns the response in JSON format.

The JSON response gives the annual premium output for input parameters of age, income and zip code.

You can use request methods -POST, GET, PUT and DELETE. 


Example#2:

 
Another example is services for Amazon Public Site (AUT) that needs to be tested. 
The JSON response gives the Book details based on a Keyword search by Genre.This data is in turned used with Data Driven for verification.




Feedback and Knowledge Base