Forum Discussion

sudam_SL's avatar
sudam_SL
Contributor
4 years ago
Solved

How to Store value which extract from web element and re-use it --Keyword testing

Hi, I'm new to TestComplete tool and facing following issue while doing the pilot project. it would be highly appreciate if you can help on this matter. Requirement : Store value (create local vari...
  • AlexKaras's avatar
    4 years ago

    Hi,

     

    Yes, Set Variable is the way to go.

    I would recommend to enable Advanced view in both Object Spy and Object Browser to see more properties (click the View More Members... link present on your screenshot).

    Also talk to your developers and ask them to provide stable and unique identifiers for the web elements you are going to interact with in your tests. Absence of unique and stable identifiers will result in flaky and fragile tests even if you try to use XPath. (As you might decide to try or are convinced to use by others.)