1. Trang chủ
  2. » Công Nghệ Thông Tin

Tích hợp Testlink với Mantis (Bug Tracking System)

5 615 3

Đang tải... (xem toàn văn)

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 5
Dung lượng 153,37 KB

Các công cụ chuyển đổi và chỉnh sửa cho tài liệu này

Nội dung

Tài liệu hướng dẫn đầy đủ, cụ thể khi bạn muốn cài đặt cấu hình để tích hợp hệ thống quản lý Test Case là Testlink với một Bug Tracking System. Ví dụ như: Mantis, Bugzilla, ... How to setup bugtracking system integration Mantis and Bugzilla examples

Trang 1

Integration between Test link and Mantis

Step 1:Go to testlink home directory (i.e C:\wamp\www\testlink)

Step 2:Click on cfg folder

Step 3:Open mantis.cfg.php file

Change below line of code according to database configuration at your end

/** The DB host to use when connecting to the mantis db */

define('BUG_TRACK_DB_HOST', 'localhost');

/** The name of the database that contains the mantis tables */

define('BUG_TRACK_DB_NAME', 'bugtracker');

/** The DB type being used by mantis

values: mysql,mssql,postgres

*/

define('BUG_TRACK_DB_TYPE', 'mysql');

/** The DB password to use for connecting to the mantis db */

define('BUG_TRACK_DB_USER', 'root');

define('BUG_TRACK_DB_PASS', '');

Step 4:Open custom_config.inc.php file from testlink root folder

Add following line into file in case if you want to integrate with Mantis

$g_interface_bugs='MANTIS';

Note:- in case of Other Bug tracking tool specify the name instead of 'MANTIS', and make the

changes accordingly in cfg/tool.cfg.php (where tool=name of bug tracking application) Step 5:Restart the apache server to apply the changes

Trang 2

Verification steps:

Prerequisite :

✔ User and project are created in testlink

✔ Test plan roles are assigned

✔ Test Project , Test suits and test case are created in testlink

Trang 3

Step 1: Click on Execute Tests

Step 2:Select test case (1-1:Login_valid_User)

Trang 4

Step 3:Click on Bug management icon

Trang 5

Step 4: Click on “Access to Bug Tracking System (Mantis) “ link

Ngày đăng: 08/04/2015, 19:10

TỪ KHÓA LIÊN QUAN

w