Forum Discussion
Hi anand7892
As far as i have understood, what you wanna do is Run Each and Every TestSuite with different set of data,
What you can do is parameterize your Test Data, store the username and related data into some excel or if it is not too much then store it in Properties either at Project Level or create Global Properties.
Now, when you run TestCases, it will get executed with new data because you have parameterized your hard coded data with dynamic data.
If no clue how to do Parameterization then go through Working With Properties
Click "Accept as Solution" if my answer has helped, and remember to give "kudos" :)
Thanks and Regards,
Himanshu Tayal
- anand78927 years agoOccasional Contributor
I want to run all my test suite with set of data :
Firstly execute all test suites with first set of data and
when all suites execution got completed,
then start executing all test suites with second set of data
and so on
I know parametirization but not sure how to apply them for above scenario
Thanks for reply