Build the testlink environment (for Dummies)

Source: Internet
Author: User
Tags testlink

Today, I took some time to set up the testlink environment. I always felt that this was not very advanced, because QC, Zen Road, and other management tools came with test case management. It seems that many companies are still using it, so you can get familiar with the download.

Zentao: Here is a small advertisement for zentao. Remember to test and build a Bug Management Platform in the company. I was told that there were two tools, Jira and TD, which were not easy to learn at that time. It took a lot of effort to succeed. Then, I accidentally found the Zen path. If you have used or heard of bugfree, the author of Zen Road is the author of bugfree (Wang Chunsheng). For various reasons, the bugfree of Chun Ge is stolen, and then the Zen road is developed with agile ideas. I added the Zen Road Project Management Group and set up the Zen road after half a day. Later, I was recognized by the boss and promoted zentao in our project team. The grace of dripping water ......

Now, considering the company's overall situation, we can use redmine to manage projects, but it does not have case management. Previously, the boss wanted to change the platform, and then let me know about Jira and Bugzilla. I spent some time building the Jira and Bugzilla environments, and simply sorted out the instructions for using the two platforms. I have always thought that Zen Dao is the best tool to use. Maybe it is the first project management tool I have come into contact. Run the question. The following describes how to build the testlink environment. ^_^!

 
----- // Build the testlink Environment

Testlink?

Testlink is a Web-based test case management system. It mainly serves to create, manage, and execute test cases, and provides some simple statistical functions.


Preparations:

Vertrigoserv 2.24: Vertrigoserv is an integrated webserver similar to appserv. My name is a silly integrated environment package.

:Http://vertrigo.sourceforge.net/ 

Testlink 1.9.1: Http://www.teamst.org/ 

 

Installation steps:

 

1. Install vertrigoserv. Of course, you can also use other silly integrated environment packages. For example:Appserv,XAMPP

2. downloadTestlinkDecompress the file and place it in... \ Vertrigoserv \ www \Directory

3. StartServerService, open the browser, enter:Http: // lcoalhostIf the service can be opened, there is no port conflict.

 

ConfigurationTestlink:

 

Enter in the browser:HTTP; // lcoalhost/testlink

 

Step 1:If this is the first installation, selectNew Installation

Step 2: Acceptance of License (license accepted)

Indicates whether the protocol is accepted. InI agree to the rerms set out in this licenseCheck the previous check box and click"Continue"Button.

Step 3: Verification of system and Configuration Requirements (test system and Configuration Requirements)

A warning is given above:

Notice: Undefined index: Type in D: \ Program Files \ vertrigoserv \ www \ testlink \ install \ installcheck. php on line 41

If the message "your system is prepared for testlink configuration (no fatal problem found) is displayed at the bottom of the page, click"Continue"

 

Step 4: Definition of DB access (Database Access definition)

Note the following options:

Set an existing database user with administrative rights (Root) :( set a database management permission)

Enter the username and password of our database.

This user requires permission to create databases and users on the database server.
These values are used only for this installation procedures, and is not saved

You need to create the database and user permissions on the database server. These values are only used for this installationProgramAnd does not save.

 

Define database user for testlink access (defines testlinkDatabase access user)

 

This user will have permission only to work on testlink database and will be stored in testlink configuration. All testlink requests

The database will be done with this user.

This user will only be allowed to work on the testlink database and will be stored in the testlink configuration. All databases requested by testlink will complete this user.

 

After entering the user information, click "process testlink setup!" at the bottom of the page !" Button

 

Two errors:

Error 1:

PHP warning: Date (): it is not safe to rely on the system's timezone settings. you are * required * to use the date. timezone setting

Or the date_default_timezone_set () function. In case you used any of those methods and you are still getting this warning, you most

Likely misspelled the timezone identifier. We selected 'utc' for '8. 0/No DST 'instead in

Solution:

The standard time for entry and exit from Greenwich Mean Time is about eight hours different from that in Beijing time. We can solve the problem as follows:

In PHP. ini, set the value of date. timezone to PRC, and set the value:Date. timezone = PRCAnd cancel this line at the same time.CodeTo remove the semicolon.


Error 2:

After a user logs onAdmin/adminLogin)

A security prompt is displayed on the page, as shown below:

There are security warnings for your consideration. See details on file:D: \ Program Files \ vertrigoserv

\ Www \ testlink \ logs \ config_check.txt.

To disable any referenceThese checkings,

Set $ tlcfg-> config_check_warning_mode = 'silent ';

 

Solution:

In... \ Vertrigoserv \ www \ testlink \FindConfig. Inc. phpOpen the file,

$ Tlcfg-> config_check_warning_mode = 'file ';

Changed:

$ Tlcfg-> config_check_warning_mode = 'silent ';

 

Use testlink:

I found a very good document on the Internet about the use of testlink, so there is no need to explain it here. Paste the link.

Http://www.ossxp.com/doc/testlink/admin_guide/admin_guide.html#id6

 

PS: Selenium automated testing tool has no time to study and take notes recently. I hope it will never become a eunuch.




Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.