Skip to content

Commit 35c1101

Browse files
author
Shauvik Roy Choudhary
committed
Updates testlink.md
Auto commit by GitBook Editor
1 parent db6da51 commit 35c1101

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

testlink.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
# Working with Testlink
22

3-
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.
416

517
![Testlink Build/Release Page](testlink.png)
618

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.
1119

1220
## 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.
1322

1423
![Testlink Output](output.png)

0 commit comments

Comments
 (0)