Hi - I understand how to connect data to test case fields, but have a test case that requires flow control customization that I'd like some help on.
Test Case Pseudo Steps
1. Navigate to app search page under test
2. Enter Login/Password
3. Select Simple Search button
4. Nav to text box 1 - enter search param 1 - data-driven record 1/col 1
5. Nav to text box 2 - enter search param 2- data-driven record 1/col 2
6. Nav to text box 3 - enter search param 3 - data-driven record 1/col 3
7. Click search button to present results
8. Verify/log search results
9. Select Simple Search button
10. same as #4-8 above but using record 2/col 1, 2, 3
... Continue until end of data set is reached
For the test case above, how do you customize the recorded steps to iterate steps 4-9 for each record in your data file? Simply binding the text box fields in the recorded steps to the data file doesn't trigger the search, verification, and simple search buttons.
Thanks in advance for your help/suggestions.
Test Case Pseudo Steps
1. Navigate to app search page under test
2. Enter Login/Password
3. Select Simple Search button
4. Nav to text box 1 - enter search param 1 - data-driven record 1/col 1
5. Nav to text box 2 - enter search param 2- data-driven record 1/col 2
6. Nav to text box 3 - enter search param 3 - data-driven record 1/col 3
7. Click search button to present results
8. Verify/log search results
9. Select Simple Search button
10. same as #4-8 above but using record 2/col 1, 2, 3
... Continue until end of data set is reached
For the test case above, how do you customize the recorded steps to iterate steps 4-9 for each record in your data file? Simply binding the text box fields in the recorded steps to the data file doesn't trigger the search, verification, and simple search buttons.
Thanks in advance for your help/suggestions.