erchristopherOccasional Contributor11 years agoSOPAUI Parameterize test step name in context expandhow do i parameterize the below def response = context.expand('${Step1#Response}') def tcase = context.testCase.getTestStepAt(0).name; i want to supply tcase variable in place for the StepNa...Show More
PaulDonnyRegular Contributor11 years agoUse getPropertyValue from the test step variable instead of context.expand.
Recent DiscussionsReadyAPI "java.lang.OutOfMemoryError"SolvedNested LoopsBug in LoadTest context.RunCount / TotalRunCount
Related ContentParameterized test stepProblem With parameterized pathsComplex Assertion parameterization