Skip to main content

SeeTestAutomation- Editing Test Objects

info

Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .

There are 2 types of test Objects:

  1. Dynamic Object/Element - this is the most common way of defining Objects, and can be used for defining Objects by only one of the following identification methods: Native, Web-DOM or Text.
  2. Repository Object/Element - use this way to define an object if you want use Image recognition or if you want to use more than one identification method (Native, Web, Text and Image) to back each other up (improves the maintainability of the test and enables you to use the same script on different mobile OS
    • For this feature you should extract the Objects/elements you want to run a test on and set the Object/Element Properties/Identification methods . For example, if you want to click on a certain button, you will have to extract the button. Following is a detailed explanation of how to extract an Object/elem

      ent.