Greetings,
I want to create the following test.
IF (Spreadsheet Row 3 = Yes)
THEN
RUN TEST
ELSE
DO NOT RUN TEST
IF (Spreadsheet Row 4 = Yes)
THEN
RUN TEST
ELSE
DO NOT RUN TEST
I know I can insert the data into a field, then validate the field, but it seems like a few too many steps and inputs may not always be available on the page I'm testing.
Edit: I could also iterate through all the variables at the beginning of a test on a page where I know there's an input (or just use Google) and get them inside variables there.
Both options just seem convoluted and time consuming (time to place in input and extract) considering the data is right there in the data bind.
Hope I'm not just missing a basic feature here!
Regards,
Robert
I want to create the following test.
IF (Spreadsheet Row 3 = Yes)
THEN
RUN TEST
ELSE
DO NOT RUN TEST
IF (Spreadsheet Row 4 = Yes)
THEN
RUN TEST
ELSE
DO NOT RUN TEST
I know I can insert the data into a field, then validate the field, but it seems like a few too many steps and inputs may not always be available on the page I'm testing.
Edit: I could also iterate through all the variables at the beginning of a test on a page where I know there's an input (or just use Google) and get them inside variables there.
Both options just seem convoluted and time consuming (time to place in input and extract) considering the data is right there in the data bind.
Hope I'm not just missing a basic feature here!
Regards,
Robert