Search found 1 match

by TD_SF49ers
Tue Sep 24, 2013 8:01 pm
Forum: General Questions
Topic: Conditional running of blocks of tests in a suite
Replies: 1
Views: 1801

Conditional running of blocks of tests in a suite

Hi Group, Basically what I want to do is: if (queryDBResults == "version 1.2") run this group of nested tests; //version 1.2 dont run these tests; //version 2.x else run this group of nested tests; //version 2.x dont run these tests //version 1.2 Any suggestions on how this can be accomplished?