Forum Discussion
deepesh_jain
15 years agoFrequent Contributor
I am assuming both these properties are XML's. Once again as earlier, you can access the properties themselves from groovy script like below:
pvalue = testRunner.testCase.getPropertyValue("Property_Name");
You can name your test cases in an array like fashion and than call a for loop to pass these properties to the test cases.
Regards,
Deepesh Jain
pvalue = testRunner.testCase.getPropertyValue("Property_Name");
You can name your test cases in an array like fashion and than call a for loop to pass these properties to the test cases.
Regards,
Deepesh Jain