Forum Discussion
SiKing
12 years agoCommunity Hero
Use XPath assertion. The XPath expression will be just a simple
Note that from your properties naming, it looks like you have the properties in two different test cases. It is not possible for one test case to see the properties of another. You will need to move the properties up to at least the test suite level.
//*:resultand the expected result will be a Groovy formula
${=${testcaseA#A} * 2 + ${testcaseB#A}}Note that from your properties naming, it looks like you have the properties in two different test cases. It is not possible for one test case to see the properties of another. You will need to move the properties up to at least the test suite level.