Usha_Kodali
16 years agoFrequent Contributor
Current row status
Hi Ole,
I am following data driven testing currently.
I have my test data prepared according to test cases. Test Data I have put it in Excel sheet. Now each row of excel represents Test Case.
Ex: TestCase 1 in my Test Case documents maps to 1st row of TestData.xls
When I execute test steps in SoapUI, in the log file it logs status of each step for a particular loop.
Ex: In log file it says Create Game OK, GetGame OK--> Current row =1
again it displays above message with -->Current row =2.
So for me if Create Game,GetGame passes then 1st row of TestData.xls passes hence TestCase1 in my TestCase documents represents PASS.
Is there a way I can get status saying Current row = 1 PASS.
if any step fails then Current row = 1, FAIL. I should be able to access Current Row = 1, PASS to log into my TestData.xls?
I am following data driven testing currently.
I have my test data prepared according to test cases. Test Data I have put it in Excel sheet. Now each row of excel represents Test Case.
Ex: TestCase 1 in my Test Case documents maps to 1st row of TestData.xls
When I execute test steps in SoapUI, in the log file it logs status of each step for a particular loop.
Ex: In log file it says Create Game OK, GetGame OK--> Current row =1
again it displays above message with -->Current row =2.
So for me if Create Game,GetGame passes then 1st row of TestData.xls passes hence TestCase1 in my TestCase documents represents PASS.
Is there a way I can get status saying Current row = 1 PASS.
if any step fails then Current row = 1, FAIL. I should be able to access Current Row = 1, PASS to log into my TestData.xls?