Test Creation

How to check if a web page contains specific text
User Case In certain situations, you may want to check whether specific text displays. For example, you may want to check “The username or password is inc...
Thu, 24 Jul, 2014 at 3:17 AM
How to write a script to find a UI element that contains specific text or has specific properties?
User case There may be situations where an element of a specific type and property will need to be located. The distinguishing factor may not be known ...
Mon, 29 Sep, 2014 at 3:48 PM
How can I declare a unique variable automatically, for each test execution?
User Case For user convenience, TestArchitect supports a feature to declare unique variables automatically during a test run.   Solution The user ...
Thu, 2 Oct, 2014 at 4:29 PM
How do I correct a warning for a harness action in red?
User Case The user not only uses built-in actions, but also uses actions from a C#, Java, or Python harness. After configuring the harness action, it is...
Thu, 2 Oct, 2014 at 4:31 PM
How do I get the coordinates for a particular object?
User Case Every object displayed on the screen can be located by its position (x/y coordinates). The user can get the coordinates of a particular objec...
Thu, 2 Oct, 2014 at 4:35 PM
How do I set default values for actions?
User Case For the convenience of the user, default values for actions can be set when creating a new action or modifying an existing action in TestArchi...
Thu, 2 Oct, 2014 at 4:43 PM
How can a value be checked if it is an integer?
User Case In this case, we have to check for a value, but we are not sure what type of value this is. Therefore, how could we check if this value is an...
Fri, 10 Oct, 2014 at 3:38 PM
How to design test cases in Excel and import test cases to Test Architect and vice versa
User case In certain situations, you may need to utilize Microsoft Excel with TestArchitect test modules. For example, you may want to show a test modul...
Fri, 10 Oct, 2014 at 3:44 PM
How to kill a process through TestArchitect?
User Case A process is an instance of a program. In cases, especially at the beginning of test module, some processes become excess. Here are some cas...
Fri, 10 Oct, 2014 at 3:54 PM
How to reuse or share actions, interfaces when a large-scale complex test development are divided over multiple projects
User case You have a large-scale, complex test environment. Tests are divided over multiple projects. This can be problematic, since the same acti...
Mon, 22 Feb, 2016 at 6:39 PM