Test Execution, Debugging, and Error Handling

Local Execution, Remote Execution, Serial Execution, Parallel Execution, Distributed Execution. Debugging script issues and Handling unexpected errors

How to use TestArchitect Queue command line tool
TestArchitect Queue command line tool TestArchitect Queue command line tool, also known as TAQueue, is in charge of generating jobs, which contain a number...
Thu, 7 Nov, 2024 at 3:57 PM
How to schedule your automated tests to run when you want
 User cases One of the beauties of automated testing is that you can create a test plan for a long-running, repetitive test, then just send the whole thi...
Tue, 22 Jan, 2019 at 11:36 AM
How to run several tests one after another
User Case If your project has many tests, you want to run several tests one after another flexibly. Example: Solution There are multiple ways avail...
Thu, 7 Nov, 2024 at 3:35 PM
How to stop running the current action after a certain error occurs and to continue the test execution from the next action?
User Case While running a test module,  a certain error occurs and you want to continue executing the next action. That is possible with Test Architect. ...
Thu, 7 Nov, 2024 at 3:54 PM
How to execute a test module many times automatically
User Case To check if a test is running stably, the user wants to execute a test many times. In TA, how can this be done?  Solution Below, there are a...
Wed, 1 Nov, 2017 at 12:09 PM
Running Automated Tests Under Remote Desktop Session
User cases You use a Remote Desktop Connection (RDC) to connect to your remote machine or VM to execute test. Tests that run successfully on the VM when I&...
Wed, 23 Oct, 2024 at 1:41 PM