Software testing basis: MantisBT installation, configuration and use-BUG management tool

  The mobile app test that I learned this semester is really dizzy, a boring and boring class, but I still have to learn, the more boring, the more I should treat it as a boyfriend, and encourage! I have used a tool before, Zen Tao is not bad, the teacher has used some before the test, I feel that Zen Tao is also very good, mainly because it does not give money and is easy to use (hahahaha), the road to the mobile terminal is very long , Learn as much as you can. Here are some simple introductions, I will write it very simple and easy to understand.
Insert picture description here

table of Contents

Installation configuration

Installation package
link: https://pan.baidu.com/s/1Sc1bln2_-G3ED0EQjYHF3g
Extraction code: 2h8v

Install XAMP integrated environment (or install Apache server, MySQL and PHP runtime environment separately), click this software
Insert picture description here

After installation, find the .exe file in the installation directory and click
Insert picture description here

Click start Appach service and MySql service, Appach default port is: 80,443; MySql default port is 3306.
Insert picture description here

  If the port number conflicts,
  click httpd.conf in the Appach config file,
Insert picture description here
(search shortcut Ctrl+f),
  change 80 in the following code to another port number, such as 8001:
  #Listen 12.34.56.78:80 --- ----#Listen 12.34.56.78:8001
  Listen 80 ------ Listen 8001;
  click httpd-ssl.conf in Appach's config file, and
  change 443 in the following code to other ports, such as 444
  Listen 443- ----- Listen 444

The mysql port number conflicts as above.

Download the latest version of the software system from Mantis official website (http://www.mantisbt.org/).
Insert picture description here

Copy the installation folder of mantisbt-2.24.2 (downloaded by me) to the "xampp\htdocs you saved, for example: F:\xampp\htdocs" directory, and change the file name to mantis.
Insert picture description here

By default, enter http://localhost/mantis in the address bar of the browser to enter the installation mantis page.
Insert picture description here

The default user name is administrator and the password is root.
Default settings, click Install Upgrade Database

If the port number is modified, enter: http://localhost:8001/mantis in the address bar of the browser to enter the installation mantis page.

Click Continue
Insert picture description here

This page appears, even if the configuration is successful
Insert picture description here

use

Click on project management to create a new project
Insert picture description here

Teacher's request to us: submit a question

Scroll down and click Submit Question

Check the problem-"Export is
Insert picture description here
finished writing
Insert picture description here

https://blog.csdn.net/hanhanwanghaha Welcome to follow this super invincible and cute duck. If you have any questions, you can leave a private message and you will reply if you see it!

If reproduced, please indicate the source

Guess you like

Origin blog.csdn.net/hanhanwanghaha/article/details/109508277