Iterating through Table data source
Hi,
I want to iterate through Table data source and select particular rows based on the input. Im using SOATEST. do we have built in to iterate table data source? if not how can we call the table data source in Java class and iterate through the rows in the table(excel) data source.
this is the scenario.
i have scenarios , called 001, 002, 003(refer Datasheet)
if i inputs 001 scenarios, it should choose rows in another excel(Utterance), which has rows tagged to scenario 001. How to do this?
Comments
-
@Jayaranjani_g
See first here:Parameterizing Tests with Data Sources, Variables, or Values from Other Tests
Understanding How SOAtest Performs Functional Testing Using Data Sources
Adding a Data Source at the Test Suite, Project, or Global Level
And probably, you should use parametrization and Test Flow Logic
--
Ireneusz Szmigiel
http://www.catb.org/esr/faqs/smart-questions.html0