Forum Discussion
Marsha_R
Champion Level 3
12 years agoIt will be something like this:
While Not testingsheet.IsEOF
If (testingsheet.Value("Test Case required") = "Yes") Then
' use scenario to do test
End If
Call testingsheet.Next
WEnd
While Not testingsheet.IsEOF
If (testingsheet.Value("Test Case required") = "Yes") Then
' use scenario to do test
End If
Call testingsheet.Next
WEnd