Usha_Kodali
16 years agoFrequent Contributor
node value in Request
Hi,
I have following test steps in my test case.
1. DataSource which extracts data from Excel (Data in Excel: value1 = 1,2,3,4,5)
2. Request which is parameterized. ${DataSource#value1}
3. Assertion script. In this script I am extracting node value in Request to use to for future.
I am getting ${DataSource#value1} instead of values 1,2,3,4,5
How to get node values?
I have following test steps in my test case.
1. DataSource which extracts data from Excel (Data in Excel: value1 = 1,2,3,4,5)
2. Request which is parameterized. ${DataSource#value1}
3. Assertion script. In this script I am extracting node value in Request to use to for future.
I am getting ${DataSource#value1} instead of values 1,2,3,4,5
How to get node values?