- Getting Started with Test Suite
- Studio
- Orchestrator
- Testing robots
- Test Manager
Executing tests
You can execute tests manually or automated. Manual test executions are invoked through Test Manager, whereas automated executions are invoked through Test Manager and executed via Orchestrator. Additionally, within one test set execution, each individual test case can be executed either manually or automated. This changes the execution type to Mixed.
To execute your test cases, you must first create a test set, which will be later executed. If you want to execute test cases individually, instead of executing all of them at once, you can create a pending execution from a test set. From any execution, you can choose to execute individual test cases either automated or manually.
- You can use both Execute Manually and Execute Automated for test sets created in Test Manager as well as the linked test sets from Orchestrator.
- Only the test case versions included in the test set are executed. If you want to execute new test cases, you need to assign new versions to your test set. For Orchestrator test sets, you need to make sure that the latest packages are published.
- If Execution order is enabled, you cannot run individual test cases from a test set.
Automated execution refers to test sets that have been linked from Orchestrator or test sets created in Test Manager that have test cases linked from Studio.
Both Test Manager test sets and test sets that have been linked from Orchestrator can be executed manually. if manual steps have been defined for the test cases. For more information, see Executing Tests.
- Open your project in Test Manager and then navigate to Test Sets.
- Select a test set and click the vertical ellipsis.
- Select Execute Manually. The Manual execution assistant opens in a new window. Make sure your popup blocker allows the window to be opened.
For more information on test results, see Analyzing Test Results.
- Test cases that do not contain any manual steps will be skipped during execution without producing any result.
- Automated test case can have manual steps defined and can also be executed manually.
Alternatively, you can open your test set, click Execute and select Manually from the dropdown.
Manual execution assistant
The manual execution assistant lets you perform a set of manual tests one after each other. You need to set a result on each manual step to advance to the next test case in the test set.
Through the Manual Execution Assistant, you need to treat and mark steps in each case either as passed or failed.
Use Set Failed or Set Passed to mark a step in each case. Add comments, especially in case of a failure, to provide details about the particular result. You can set several consecutive steps as passed by clicking Set Passed Till Here.
Once the last step of a test case has a result assigned, you can click Next. This enables you to go to the next test case from the test set. Once you are finished with the last test case, clicking Done finishes the execution entirely.
You can execute all test sets using Execute Automated. Orchestrator is invoked for test cases that have been linked to Test Manager. To execute test sets linked from Orchestrator, make sure you create your test sets in Orchestrator.
You can also execute automated test if the test set includes test cases linked from Studio. For more information, see Executing Tests.
- Test execution for test sets linked from Orchestrator includes only the test cases that have been published to the Orchestrator Tenant Process Feed in the latest package version. If you want to execute new test cases, you need to publish a new package version in Orchestrator, and then link the test set to Test Manager.
- If your Test Manager test set includes test cases
from multiple Studio projects, then the project that has the highest number of
test cases is considered for execution. Therefore, only the test cases from this
project will be executed. In this case, you will receive the following message
within Test Manager: "Test cases from multiple packages have been selected. Some
of the test cases will not execute while running this test set."
You can execute test sets including test cases from multiple Studio projects, only if you have a test set linked from Orchestrator.
- If your test set includes test cases that are duplicate in multiple Studio projects, the sorting is done by the project name in descending order. Only the test cases from the project that is placed first in the list will be executed.
You can execute mixed tests by running both manual and automated tests again from a past test result. When you re-execute mixed tests, it always uses the latest version of a test case.
A pending test execution is similar to a regular test execution made during a test set run, the only difference being that no tests are run immediately. A pending execution assigns the None result for each test case from the test set, allowing you to start tests later or to execute them in chunks or individually.
- When you want to execute tests at a later time or not all at once, but still reflect the current state of the test set.
- When some tests are run manually while others are supposed to run automated.
- When you want the executed tests to reflect the current state of a test set including the selected test cases.
A test execution is independent of its originating test set, with all assigned test cases becoming static members of the execution. To ensure a specific set of tests from a test set is used in an execution, even when the test set is updated, create a pending execution.
You can set a specific execution sequence for test cases within a test set or a test execution. This sequence determines the order in which the test cases run initially. However, any changes to the order within a test execution do not affect the order in the test set. So, the sequences you set within a test set and a test execution operate independently of each other.
The pre-defined user roles that can perform re-executions are: Test Manager, Test Executor and Manual Tester.
Issue description
If you attempt to link a Studio test case that's already linked to a different Test Manager instance than the one you're currently working in, the following message is displayed: "Automation already linked to another test case in Test Manager".
Solution
You can't directly unlink the test case. However, you can work around this by converting the test case to a workflow and then converting it back to a test case. This process changes the test case ID, allowing it to be linked to your current Test Manager instance, but without modifying the underlying logic of the test case.
Visit Convert workflow to test case for information about converting a workflow into a test case.
Automated execution could not start since the package was not found on Orchestrator. Only test cases from packages which have been published to Orchestrator can be executed.
Solution
You need to publish the Studio package to Orchestrator. This issue occurs when a test case is linked from Studio to Test Manager but the package is not yet published to Orchestrator.
Test cases could not be executed since no executable versions could be found. Only test cases published with the latest package version to Orchestrator can be executed.
Solution
This issue occurs when test cases in a test set are not published in the latest Studio package to Orchestrator. You might get the same error when there is no process/release found on Orchestrator for the Studio package.
Solution
You need to have at least one automated test case to use Execute Automated. For more information, see Conditions.
Solution
If execution of the test set fails for any reason other than the ones specified above, get help from UiPath Support Services.
- Conditions
- Automated execution
- Manual execution
- Executing manual tests
- Execute Test Sets Manually
- Executing automated tests
- Conditions
- Execute Automated Test Sets
- Executing mixed tests
- Execute mixed test sets
- Creating pending executions
- When you can use pending executions
- Steps to create a pending execution
- Enforcing an execution order
- Steps
- Re-executing test executions
- Re-executing test set executions
- Re-executing test case executions
- Troubleshooting automated executions
- Automation already linked to another test case in Test Manager
- Automated execution could not start since the package was not found on Orchestrator. Only test cases from packages which have been published to Orchestrator can be executed.
- Test cases could not be executed since no executable versions could be found. Only test cases published with the latest package version to Orchestrator can be executed.
- Automated execution could not start since no automated test cases could be found in this test set.
- There was an error executing the test set. Please try again.