Lschoend
5 years agoOccasional Contributor
Need to pass REST parameters from a file
I have a REST API that has three parameters in the URL. http://myservice.it.com:8080/data/inventory/generateItemInventory?item=&bin=&itemCount=&itemSize= I have defined the three parameters at th...
- 5 years ago
1. Like it was mentioned earlier, you don't load from properties step
2. Please see the attached screen shot.
- Test case has custom property DATA_FILE where you provide the property file name
- In the setup script, use code from below script
- You always run the test case (not individual test step, specially when property file content is changed)