失效链接处理 |
Testlink用户手册 PDF 下载
本站整理下载:
相关截图:
![]()
主要内容:
1.General information
TestLink is web based Test Management system. This manual should serve as source for users to understand processes and organization of testing with TestLink. See to Installation manual for more information about system requirements, installation steps and configuration. The latest documentation is available on www.teamst.org or testlink.sourceforge.net.
See an example of TestLink workflow:
1.Administrator create a product “Fast Foo” and a user Adam with rights “leader” and Bela with rights “Senior tester”.
2.Adam imports Software Requirements and for part of these requirements generates empty Test cases.
3.Bela describe test sneario of these Test cases that are organized according to Components and Categories.
4.Adam creates Keyword: “Regression” and assignes this keyword to ten of these test cases.
5.Adam creates a Test Plan “Fish & Chips”, Build “Fish 0.1” and add Test Cases with keywords “Regression”.
6.Adam and Bela execute and record the testing with result: 5 passed, 1 failed and 4 are blocked.
7.Developers make a new build “Fish 0.2” and Bela tests the failed and blocked test cases only. Exceptionaly all these five Test cases passed.
8.Manager would like to see results. Administrator explain him that he can create account himself on the login page. Manager do it. He has “Guest” rights and could see results and Test cases. He can see that everything passed in overal report ;-) and problems in build “Fish 0.1” in a report for particular Build. But he can change nothing.
2.Overall structure
There are three cornerstones: Product, Test Plan and User. All other data are relations or attributes for this base. First, definition of a couple of terms that are used throughout the documentation.
2.1 Products and Test Plans
Product: A product is something that will exist forever in TestLink. Products will undergo many different versions throughout their life times. Product includes Test Specification with Test Cases and should be sorted via Keywords.
Test Plan: Test Plans are created when you'd like to execute test cases. Test plans can be made up of the test cases of one or many products. Test Plan includes Builds, Test Case Suite and Test Results.
2.2 Test Case Categorization
TestLink breaks down the test case structure into three levels components, categories, and test cases. These levels are persisted throughout the application.
Component: Components are the parents of categories. Each component can have many categories.
Category: Categories are the parents of test cases. Each category can have many test cases.
Test Case: Test cases are the fundamental piece of TestLink.
Test Specification: All components, categories and test cases within Product.
Test Case Suite: All components, categories and test cases within Test Plan.
2.3 Users
An User has a Role, that defines available TestLink features. See more in chapter User Administration.
The next picture shows common activity according to user roles:
|