In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/03 Report--
The tested products are divided into app and web, with a total of 7 subsystems. According to the company's test process, testers submit bugs to the current version; developers specify the version expected to be fixed when fixing, so there must be at least two sets of version numbers in MantisBT, that is, 14 version numbers must be added. Each time version information is added, it is considered a physical effort.
Very inefficient.
。
So try to use SQL to improve efficiency, after sorting out the MantisBT table, found that the tables that need to be operated are:
mantis_project_version_table ;
mantis_project_table ;
SQL is sorted out as:
INSERT INTO `mantis_project_version_table` (
project_id,
version,
description,
released,
obsolete,
date_order
)
VALUES
(
(
SELECT
a.id
FROM
mantis_project_table a
WHERE
a. NAME = 'project_name' --subsystem name
),
'v1.0.4', --Version number of subsystem
'', --Subsystem Information Description
'1', --whether the version is released, 1 is yes, 0 is no
'0', --Whether version maintenance has been stopped, 1 is yes, 0 is no
'1465264680' --version release time, Unix timestamp, you can use http://www.example.com to get any timestamp tool.chinaz.com/Tools/unixtime.aspx
);
After simply modifying the project_name, version, and date_order information, you can quickly add version information.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.