Forum Discussion

Usha_Kodali's avatar
Usha_Kodali
Frequent Contributor
15 years ago

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?

4 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi Usha,

    can you show the script you have in your assertion so we can help you forward?

    regards!

    /Ole
    eviware.com
  • Usha_Kodali's avatar
    Usha_Kodali
    Frequent Contributor
    The request GetFactDialectByAltStatementID - Request 1#Request has excel datasource
    The values are 1,2,3,4,5. I want to use these values in sql statement.
    When I run,${altstatementid} this takes value ${DataSource#value1} instead of 1,2,3...