Forum Discussion
Hi,
I have implemented data-driven test through Excel except the below issue:
In My excel i have the first column as test case name. All I want is, running the test suite should get the test case name from the first column of the excel and run the test steps in subsequent columns.
Let's assume if I have 3 test cases as below:
1. Test Case - valid employee
2. Test Case - valid address
3. Test Case - valid car
After running the test suite, I expect the below:
Test Suite
Test Case - valid employee
Test Case - valid address
Test Case - valid car
I'm not sure where to have the DataSource, Groovy Script, Request and DataSourceLoop to accomplish the above.
Attached file which i accomplished with the below issues:
1. My Groovy script is updating the test step with the test case name instead of having a separate test case as mentioned above.
Related Content
- 2 years ago
- 6 years ago
- 4 years ago
- 4 years ago
Recent Discussions
- 21 days ago