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 contains a numbe...
Thu, 20 Jan, 2022 at 2:23 AM
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 perform cross-browser automated testing
User case  Suppose that you need to test on different web browsers: Internet Explorer, Mozilla Firefox , Google Chrome , Edge and Safari. You may find your...
Mon, 24 Feb, 2020 at 1:07 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 multip...
Mon, 15 Feb, 2016 at 11:11 AM
How can test be run on one or multiple machines?
User Case A remote machine allows usesr to control one or multiple computers from another computer. TA has also been able to work on remote machines. T...
Fri, 10 Oct, 2014 at 3:16 PM
How to stop running the current test item after a certain error occurs and to continue the test execution from the next test item?
User Case During running a test module, you see a test item which is a certain error occurs and want to continue to execute the next test item that ...
Fri, 10 Oct, 2014 at 3:27 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
How to use TestArchitect in headless browser (PhantomJS)
User Case A headless browser is a web browser without a graphical user interface. In TA, how can users run automation on it? Solution PhantomJS is a ...
Tue, 6 Jun, 2017 at 1:19 AM
Running Automated Tests Under Remote Desktop Session
User cases You use 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 Jan, 2019 at 9:52 AM