Forum Discussion
nmrao
9 years agoCommunity Hero
What is the structure of your current test case?
avidCoder
9 years agoSuper Contributor
Attached image is the structure of the test steps. I have total of 90 test cases in an excel sheet. Once the execution begins, continuously it hits the Search_Request (As mentioned in image) and fetch the result based on it. But some of my test cases gets failed because it doesn't wait for the response to fetch. So, Is there anyway I could set a dynamic delay instead of Delay testSteps after Search_Request?
- nmrao9 years agoCommunity HeroCouple of questions?
1. Where do you need to add the delay step? Is it before Search?
2. Can you elaborate on your statement - "Delay should be based on response fetched time. "?- avidCoder9 years agoSuper Contributor
No, the delay has to be added after Search. And once I get the search response, immediately It should move to next step. So, the delay time should be only for the response time. sometimes, my requests takes too much time to fetch the response.