Test Creation

How to work with special characters in texts/values
User cases There are many “special” characters in the Unicode character set , such as ~!@#$%^&*()-+. However, within the TestArchitect system,...
Mon, 13 Apr, 2015 at 2:57 PM
How can I have a user-defined action return a value?
User cases In some test scenarios, you may want to create a user-defined action that, after doing a bunch of stuff, returns one or more values to the c...
Mon, 29 Sep, 2014 at 3:58 PM
How to capture control on Firefox pop-up
User case The TestArchitect Automation Agent add-on for the Firefox browser is installed and enabled on the test platform. However, TestArchitect is unabl...
Thu, 7 Feb, 2019 at 3:42 PM
How can I automate different tasks on different instances of the same application concurrently?
User case Suppose that you need to do different tasks on different instances of the same window of an application under test. Example O...
Mon, 29 Sep, 2014 at 3:58 PM
How can I distinguish the scope of a global variable and a local variable?
Scope of global variable A global variable is accessible throughout all test modules and actions within an execution. If the same global variable ...
Mon, 29 Sep, 2014 at 3:59 PM
How can test cases be designed directly from TestArchitect, with steps and expected results?
User Case You want to design a testing workflow (checkpoints as well as steps and expected results) before creating automation scripts. How do you do thi...
Mon, 29 Sep, 2014 at 4:00 PM
How to create tests which will not be affected by application UI changes
User Case It is normal for the UI of applications under test (AUT) to keep changing by the day or even by hours. If automation test cases do not handle t...
Mon, 22 Feb, 2016 at 11:31 AM
How can check points be created within a test?
User Case In any test case, beside operation test steps, check points or verification points are one of the most important parts. Verification points, re...
Thu, 16 Oct, 2014 at 3:04 PM
How to create a new high-level/user-defined action from a contiguous set of actions in the test editor
User Case When developing test scripts in a test module, you create many test lines that perform business-workflow actions. You want to group them for eas...
Thu, 24 Jul, 2014 at 2:42 AM
How can an interface element be captured using a regular expression?
User Case In cases where the value of property used to capture control in interface entity (like text, value, label...) is dynamic, you can use regular e...
Mon, 29 Sep, 2014 at 4:02 PM