Hi, I wanted to know whether we can execute only a particular test step in a testcase using "Run Test case " test step. Say for example i have two test cases in my testsuite named testcase1 and ...
Since you only want to execute 1 of the scripts, sounds like it would be easier to combine the 3 into 1 Groovy step and wrap them with conditional logic to only execute the code wanted.