Forum Discussion

Ravik's avatar
Ravik
Super Contributor
11 years ago

What is Advance Object identification method in TestComplete

Hi Guys,



Is there any Advance Object identification method in TestComplete.

Accept -



1- Record and Payback

2- Object Spy

3- Find, FindAll, FindChild, FindAllChildren  -- (xpath)





4 Replies


  • Hi Ravi,


     


    It looks like you listed the major features. I can add that there is the HighlightObject method that can highlight the specified object when executing the test. It can be useful during the test debug. For web testing, sometimes, it's easy to obtain objects by using XPath expressions. TestComplete provides several methods for this. Please refer to the "Finding Web Objects Using XPath Expressions" article for details.


     


  • Hi Ravi,


     


    Could you please clarify your question? Also, please let us know if you are interested in testing Desktop, Web or Mobile applications.


     

  • Ravik's avatar
    Ravik
    Super Contributor
    Hi Tanya,



    I am Using TC 9.3 for automating Web and Window based application. In Window or Web application suppose I want to identify any object (TextBox, Radio Button, Checkbox, link...... any object) so we can identify/gets those object details using below technology.



    1- Record and Payback

    2- Object Spy

    3- Find Method as mansion above.



    I want to know is there any other way available in TestComplete ???