You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A current version of testlink is hosted at http://139.196.121.67/testlink/login.php (username: admin, password: archertest). Test cases are pre-loaded and can be viewed in Test Specification tab.
3
+
A current version of testlink is hosted at http://139.196.121.67/testlink/login.php
4
+
```
5
+
username: admin
6
+
password: archertest
7
+
```
8
+
## Viewing current execution of test cases
9
+
You can see a matrix of current status of all test cases at:
10
+
* Test Report > Test Reports and Metrics > Test Result Matrix
11
+
12
+
## Assigning test cases to the bot
13
+
- Go to Test Plan Contents > Assign Test Case Execution
14
+
- Set the correct parameters for Test Plan and Build to assign.
15
+
- Select the test cases that should be automated and assign them using Bulk user assignment to ``bot1``. Click on Do, then Save.
4
16
5
17

6
18
7
-
- Create a Build using Build/Releases tab on the right. The build name has to be mentioned in the config file as well.
8
-
- After creating a Build, an administrator must assign the test cases to a user. Assigning test cases is done using Assign Test Case Execution.
9
-
- Test cases are executed automatically by our program. It checks periodically if there are any new tests assigned.
10
-
- In the report, a user can see the details of the substeps for each test case. If all the test cases are executed correctly, the test case is passed.
11
19
12
20
## Example Output from a Test Case
21
+
An example output of a successful test case execution shows the following report. It details all the steps the bot took to test the particular test plan.
0 commit comments