CN103198010A - Software testing method, device and system - Google Patents

Software testing method, device and system Download PDF

Info

Publication number
CN103198010A
CN103198010A CN2012100026854A CN201210002685A CN103198010A CN 103198010 A CN103198010 A CN 103198010A CN 2012100026854 A CN2012100026854 A CN 2012100026854A CN 201210002685 A CN201210002685 A CN 201210002685A CN 103198010 A CN103198010 A CN 103198010A
Authority
CN
China
Prior art keywords
function
under testing
test case
software under
test
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN2012100026854A
Other languages
Chinese (zh)
Other versions
CN103198010B (en
Inventor
黄闻欣
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201210002685.4A priority Critical patent/CN103198010B/en
Publication of CN103198010A publication Critical patent/CN103198010A/en
Application granted granted Critical
Publication of CN103198010B publication Critical patent/CN103198010B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a software testing method, device and system. The method comprises the following steps: receiving a testing request of a software to be tested; acquiring the information of two different versions of the software to be tested, achieving differential comparison to acquire differential data, building functional change functions of the differential data and saving the functional change functions in a database; retrieving functional application functions of test cases saved in a tagged database; according to the matching between the built function change functions of the differential data and the retrieved functional application functions of the test cases saved in the tagged database, building the corresponding relation between the differential data and the test cases; determining the test cases of the software to be tested; and testing the software to be tested according to the determined test cases. According to the invention, the accuracy and the performability in software testing are improved.

Description

Method for testing software, Apparatus and system
Technical field
The present invention relates to the software test field, relate in particular to a kind of method for testing software, Apparatus and system.
Background technology
Quick research and development, we need iteratively faster, and iteratively faster just needs the quick feedback quality of test, precisely test-tests according to the change point of software exactly, guarantees quality and feed back the software quality situation fast in iteratively faster to reach.
Agile development is a kind of software development ability of tackling fast-changing demand.In the agile development process, need carry out iteratively faster, iteratively faster then needs software test to feed back software quality fast, also just require in software development by the precisely variation of the quick positioning software generation of test, and test according to the change point of software, in iteratively faster, guarantee software quality and the target of the quality situation of feedback software fast to reach.
In the prior art, need to pass through the corresponding relation of manual maintenance code file and functional module.When determining that by the code differentiation code file changes, obtain affected functional module according to the corresponding relation of code file and functional module, thereby affected functional module is precisely tested, shorten the time of test.
The inventor finds that there is following defective at least in prior art in realizing process of the present invention:
The difference of determining in the prior art is file-level, and code file may corresponding a plurality of functional modules, when the code file changes, need all test all functions module of this code file correspondence.But owing to be not that all functional modules all can be subjected to the influence that corresponding code file changes, therefore, accuracy of test is not high in the prior art.In addition, they be functional module owing to change corresponding with code file in the prior art, and function may corresponding a lot of test cases, when the code file changes, needing can't directly to obtain the survey use-case carried out, enforceability is lower.
Summary of the invention
The invention provides a kind of method for testing software, Apparatus and system, to improve accuracy and the enforceability of software test.
In order to achieve the above object, the embodiment of the invention provides a kind of method for testing software, comprising:
Receive the test request of software under testing;
Obtain two different editions information of described software under testing, and carry out the differentiation comparison, obtain the differentiation data, set up the changes of function function of differentiation data, and be stored in database;
Transfer the function utility function of the test case that is stored in the mark database;
According to the changes of function function of the differentiation data of described foundation and the described function utility function of transferring the test case that is stored in the mark database, set up the corresponding relation of described differentiation data and described test case;
Determine the test case of described software under testing;
According to the described test case of determining described software under testing is tested.
The embodiment of the invention also provides a kind of proving installation, comprising:
Acquisition module is for source code file and the version number information of obtaining described software under testing;
Processing module is used for obtaining the differentiation data according to the source code file of described software under testing being carried out the differentiation comparison, sets up the changes of function function of differentiation data, and is stored in database;
Transfer module, be used for transferring the function utility function of the test case that is stored in mark database;
Matching module is used for the coupling according to the function utility function of the changes of function function of described differentiation data and described test case, sets up the corresponding relation of differentiation data and test case, determines the test case of described software under testing;
Test module is used for according to the test case that matching module is determined described software under testing being tested.
The embodiment of the invention also provides a kind of test macro, and version management server, mark server, background server, mark are collected client, Web client; Wherein:
Described version management server is used for the storing software version information;
Described mark is collected client, is used for collecting the function utility function of test case, and is stored in the described mark server;
Described Web client be used for to receive the test request of software under testing, and the test request of described software under testing is sent to described background server;
Described background server is used for obtaining two different editions information of described software under testing, and carries out the differentiation comparison, obtains the differentiation data, sets up the changes of function function of differentiation data, and is stored in the mark server; Transfer the function utility function that is stored in the test case in the mark server; According to the corresponding relation matching difference data of changes of function function and function utility function and the corresponding relation of test case, determine the test case of described software under testing, and return to described Web client, according to described test case described software under testing is carried out software test by described Web client;
Described mark server is used for the function utility function of storage test case and the changes of function function of differentiation data.
Compared with prior art, the embodiment of the invention has the following advantages:
When receiving the test request of software under testing, on the one hand, obtain two different editions information of this software under testing, and carry out the differentiation comparison, obtain the differentiation data, set up the changes of function function of differentiation data, and be stored in database; On the other hand, scheduling is stored in the function utility function of the test case in the mark database, according to the corresponding relation matching difference data of changes of function function and function utility function and the corresponding relation of test case, to determine the test case of software under testing, and then according to determined test case this software under testing is tested, improved accuracy and the enforceability of software test.
Description of drawings
The schematic flow sheet of the method for testing software that Fig. 1 provides for the embodiment of the invention;
The synoptic diagram of the test macro that Fig. 2 provides for embodiment of the invention test macro under concrete application scenarios;
Fig. 3 collects the schematic flow sheet that client is set up the corresponding relation of test case and function for the mark that the embodiment of the invention provides;
The structural representation of the proving installation that Fig. 4 provides for the embodiment of the invention.
Embodiment
At above-mentioned defective of the prior art, the embodiment of the invention provides a kind of technical scheme of software test.In this technical scheme, when receiving the test request of software under testing, on the one hand, obtain two different editions information of this software under testing, and carry out the differentiation comparison, obtain the differentiation data, set up the changes of function function of differentiation data, and be stored in database; On the other hand, scheduling is stored in the function utility function of the test case in the mark database, according to the changes of function function of the differentiation data of the setting up coupling with the function utility function of the test case that is stored in the mark database of transferring, set up the corresponding relation of differentiation data and test case, to determine the test case of software under testing, and then according to determined test case this software under testing is tested, improved accuracy and the enforceability of software test.
In the technical scheme that the embodiment of the invention provides, on the one hand, can obtain the differentiation data by two different editions information of software under testing being carried out the differentiation comparison, set up the changes of function function of differentiation data, and be stored in database.For example, can carry out the differentiation analysis to the source code file of two different editions of software under testing, obtain the differentiation data of source code, set up the changes of function function (being that the variation of source code file causes the power function that changes) of software source code differentiation data, namely set up the corresponding relation of differentiation data and changes of function function.
On the other hand, can also be by implementation of test cases, and obtain corresponding function utility function (namely carrying out the power function that this test case is called), and then the function utility function of definite test case.For example, can start the tracking function program, implementation of test cases by the supervision implementation of test cases of tracking function program, is collected the function utility function of described test case, namely determines the corresponding relation of test case and function utility function.
Wherein, in embodiments of the present invention, can also determine the function utility function of test case by the mode of playing daily record, namely when implementation of test cases, can in code file, mark the function that this test case of execution is called by the mode of playing daily record, and then the function utility function of definite test case.
Below in conjunction with the accompanying drawing in the embodiments of the invention, the technical scheme in the embodiments of the invention is clearly and completely described, obviously, the embodiments described below only are the present invention's part embodiment, rather than whole embodiment.Based on the embodiment among the present invention, those of ordinary skills are not making the every other embodiment that obtains under the creative work prerequisite, all belong to the scope of embodiments of the invention protection.
As shown in Figure 1, the schematic flow sheet of the method for testing software that provides for the embodiment of the invention can may further comprise the steps:
The test request of step 101, reception software under testing.
Concrete, in software development, when the tester need test software, can send the test request of software under testing to test macro, wherein can carry the version information of software under testing, as, the source code file of software and version number information etc.
Step 102, obtain two different editions information of software under testing, and carry out the differentiation comparison, obtain the differentiation data, set up the changes of function function of differentiation data, and be stored in database.
Concrete, can carry out the differentiation analysis by the source code file to two different editions of software under testing, obtain the differentiation data of source code, set up the changes of function function of software source code differentiation data.
Step 103, transfer the function utility function of the test case that is stored in the mark database.
Concrete, in the technical scheme that the embodiment of the invention provides, store the function utility function of test case in the mark database, i.e. the corresponding relation of test case and function utility function.When the test request according to software under testing, after having set up the changes of function function of differentiation data of two different editions information of software under testing, can from mark database, transfer the function utility function of test case, to determine the test case of differentiation data correspondence.
Wherein, the function utility function that is stored in the test case in the mark database can be realized mark by the kinematic function trace routine, its specific implementation flow process can comprise: start the tracking function program, implementation of test cases, supervision implementation of test cases by the tracking function program, collect the function utility function of described test case, and be stored in mark database.
Step 104, according to the changes of function function of the differentiation data of the setting up coupling with the function utility function of the test case that is stored in the mark database of transferring, set up the corresponding relation of differentiation data and test case.
Concrete, at the changes of function function of having set up the differentiation data, and after having got access to the function utility function of test case, can determine the corresponding relation of differentiation data and test case according to the changes of function function of the differentiation data of setting up and the corresponding relation of the function utility function of the test case of calling, the test case of needs when namely determining to carry out software test.
Step 105, determine the test case of software under testing, and according to determined test case software under testing is tested.
Concrete, after having determined the test case of software under testing, can test software under testing at determined test case, namely corresponding tester can directly carry out software test by carrying out corresponding test case, has improved degree of accuracy and the enforceability of software test.
It should be noted that, in the technical scheme that the embodiment of the invention provides, when the changes of function function of store discrepancy data and the function utility function of test case, can also record class under this function corresponding to the record of function, as class (as AppController)+function name (as status0fUin).
Below in conjunction with concrete application scenarios the technical scheme that the embodiment of the invention provides is described below in greater detail.
Referring to Fig. 2, in this embodiment, test macro is made up of version management server, mark server, background server, mark collection client and Web client (Web end).Wherein:
Store software version information (comprising the source code file of software version number, different editions software etc.) in the version management server.
Mark is collected the function utility function that client is used for collecting implementation of test cases.Concrete, mark is collected client terminal start-up Dtrace watch-dog, and implementation of test cases.In the process of implementation of test cases, the Dtrace watch-dog can be collected the function that calls when carrying out this test case.For example:
1 160471 -statusOfUin::entry AppController -statusOfUin
1 160475 -GetHeadImageWithUin:status::entry AppController -GetHeadImageWithUin:status:
1 160474 -GetHeaderImageFromPath::entry AppController -GetHeaderImageFromPath:
After executing test case, mark is collected client and is stopped the Dtrace watch-dog, and the function of collecting is analyzed, and determines the function utility function of test case according to the power function that implementation of test cases is called, and is saved in the mark server.Wherein, in the record of the function utility function of test case can with test case ID or other can the unique identification test case information test case is marked.Wherein, mark collection client determines that the schematic flow sheet of the function utility function of test case can be as shown in Figure 3.
It should be noted that, mark is collected after client collects the function that implementation of test cases calls, can carry out analyzing and processing to the function of collecting, remove the system function of the bottom that wherein comprises, and the corresponding relation of the function after setting up test case and handling, thereby make the accuracy rate of software test higher.
The Web client is used for receiving the test request of software under testing, and the test request of software under testing is sent to background server.Concrete, the tester can fill in the version number of two different editions of same software by the Web client, to initiate the test request of software under testing.The Web client is transmitted the test request that this carries the software version number of software under testing to background server.
After background server receives the test request of software under testing, on the one hand, can obtain two different editions information of software under testing, and carry out the differentiation comparison, obtain the differentiation data, set up the changes of function function of differentiation data, and be stored in the mark server; On the other hand, transfer the function utility function that is stored in the test case in the mark server; According to the corresponding relation matching difference data of changes of function function and function utility function and the corresponding relation of test case, determine the test case of software under testing, and return to the Web client, according to test case described software under testing is carried out software test by the Web client.
It should be noted that, in the technical scheme that the embodiment of the invention is passed through, in the test request of the software under testing that the tester submits to, can carry the information (as source code file and version number) of the some versions of software under testing, after background server receives test request, from this test request, obtain the information of this version of software under testing, and from the version management server, obtain the information of another different editions of software under testing; Also can only carry the version number of two different editions of software under testing, from the software version management server, be obtained the relevant information (as source code file) of these two different editions of software under testing by background server.
By above description as can be seen, in the technical scheme that the embodiment of the invention provides, when receiving the test request of software under testing, on the one hand, obtain two different editions information of this software under testing, and carry out the differentiation comparison, obtain the differentiation data, set up the changes of function function of differentiation data, and be stored in database; On the other hand, scheduling is stored in the function utility function of the test case in the mark database, according to the corresponding relation matching difference data of changes of function function and function utility function and the corresponding relation of test case, to determine the test case of software under testing, and then according to determined test case this software under testing is tested, improved accuracy and the enforceability of software test.In addition, because in embodiments of the present invention, by the changes of function function of server maintenance differentiation data and the function utility function of test case, avoided in the prior art the corresponding mistake that causes owing to reasons such as personal schedulings under the situation of the corresponding relation by manual maintenance code file and functional module.
Based on the identical technical conceive of said method embodiment, the embodiment of the invention also provides a kind of proving installation.
As shown in Figure 4, the structural representation of the proving installation that provides for the embodiment of the present application can comprise:
Acquisition module 41 is for source code file and the version number information of obtaining described software under testing;
Processing module 42 is used for obtaining the differentiation data according to the source code file of described software under testing being carried out the differentiation comparison, sets up the changes of function function of differentiation data, and is stored in database;
Transfer module 43, be used for transferring the function utility function of the test case that is stored in mark database;
Matching module 44 is used for the coupling according to the function utility function of the changes of function function of described differentiation data and described test case, sets up the corresponding relation of differentiation data and test case, determines the test case of described software under testing;
Test module 45 is used for according to the test case that matching module 44 is determined described software under testing being tested.
Wherein, the proving installation that provides of the embodiment of the invention can also comprise:
Receiver module 46 is for the test request that receives software under testing.
Wherein, described processing module 42 may further include:
Comparing unit 421 is used for the source code file of two different editions of described software under testing is carried out the differentiation analysis;
Set up storage unit 422, be used for obtaining the differentiation data of source code, set up the changes of function function of software source code differentiation data, and be stored in the database
Wherein, described acquisition module 42 can specifically be used for, and obtains the information of two different editions of the described software under testing that is stored in the version management database; Or, obtain the version information of the software under testing that carries in the described test request, and obtain another different editions information of the described software under testing that is stored in the version management database.
Through the above description of the embodiments, those skilled in the art can be well understood to the present invention and can realize by the mode that software adds essential general hardware platform, can certainly pass through hardware, but the former is better embodiment under a lot of situation.Based on such understanding, the part that technical scheme of the present invention contributes to prior art in essence in other words can embody with the form of software product, this computer software product is stored in the storage medium, comprise that some instructions are with so that a computer equipment (can be personal computer, server, the perhaps network equipment etc.) carry out the described method of each embodiment of the present invention.
It will be appreciated by those skilled in the art that accompanying drawing is the synoptic diagram of a preferred embodiment, the module in the accompanying drawing or flow process might not be that enforcement the present invention is necessary.
It will be appreciated by those skilled in the art that the module in the device among the embodiment can be distributed in the device of embodiment according to the embodiment description, also can carry out respective change and be arranged in the one or more devices that are different from present embodiment.The module of above-described embodiment can be merged into a module, also can further split into a plurality of submodules.
More than disclosed only be several specific embodiment of the present invention, still, the present invention is not limited thereto, any those skilled in the art can think variation all should fall into protection scope of the present invention.

Claims (11)

1. A kind of method for testing software is characterized in that, comprising:
Receive the test request of software under testing;
Obtain two different editions information of described software under testing, and carry out the differentiation comparison, obtain the differentiation data, set up the changes of function function of differentiation data, and be stored in database;
Transfer the function utility function of the test case that is stored in the mark database;
According to changes of function function and the described coupling of transferring the function utility function of the test case that is stored in the mark database of the differentiation data of described foundation, set up the corresponding relation of described differentiation data and described test case;
Determine the test case of described software under testing;
According to the described test case of determining described software under testing is tested.
2. The method of claim 1 is characterized in that, the version information of described software under testing comprises source code file and the version number information of described software.
3. The method of claim 1 is characterized in that, the described differentiation of carrying out is compared, and obtains the differentiation data, sets up the changes of function function of differentiation data, specifically comprises:
Source code file to two different editions of described software under testing is carried out the differentiation analysis, obtains the differentiation data of source code, sets up the changes of function function of software source code differentiation data.
4. As claim 1,2 or 3 described methods, it is characterized in that the described function utility function that is stored in the test case in the mark database is realized comprising mark by the kinematic function trace routine:
Start the tracking function program, implementation of test cases by the supervision implementation of test cases of tracking function program, is collected the function utility function of described test case, and is stored in mark database.
5. As claim 1,2 or 3 described methods, it is characterized in that described two different editions information obtaining described software under testing comprise:
Directly obtain two different editions information of the described software under testing that is stored in the version management database; Or, obtain the version information of the software under testing that carries in the described test request, obtain another different editions information of the described software under testing that is stored in the version management database again.
6. A kind of proving installation is characterized in that, comprising:
Acquisition module is for source code file and the version number information of obtaining described software under testing;
Processing module is used for obtaining the differentiation data according to the source code file of described software under testing being carried out the differentiation comparison, sets up the changes of function function of differentiation data, and is stored in database;
Transfer module, be used for transferring the function utility function of the test case that is stored in mark database;
Matching module is used for the coupling according to the function utility function of the changes of function function of described differentiation data and described test case, sets up the corresponding relation of differentiation data and test case, determines the test case of described software under testing;
Test module is used for according to the test case that matching module is determined described software under testing being tested.
7. Proving installation as claimed in claim 6 is characterized in that, also comprises receiver module, is used for receiving the test request of software under testing.
8. Proving installation as claimed in claim 6 is characterized in that, described processing module further comprises:
Comparing unit is used for the source code file of two different editions of described software under testing is carried out the differentiation analysis;
Set up storage unit, be used for obtaining the differentiation data of source code, set up the changes of function function of software source code differentiation data, and be stored in the database.
9. As claim 6,7 or 8 described proving installations, it is characterized in that described acquisition module specifically is used for, obtain the information of two different editions of the described software under testing that is stored in the version management database; Or, obtain the version information of the software under testing that carries in the described test request, and obtain another different editions information of the described software under testing that is stored in the version management database.
10. A kind of test macro is characterized in that, comprising: version management server, mark server, background server, mark are collected client, Web client; Wherein:
Described version management server is used for the storing software version information;
Described mark is collected client, is used for collecting the function utility function of test case, and is stored in the described mark server;
Described Web client be used for to receive the test request of software under testing, and the test request of described software under testing is sent to described background server;
Described background server is used for obtaining two different editions information of described software under testing, and carries out the differentiation comparison, obtains the differentiation data, sets up the changes of function function of differentiation data, and is stored in the mark server; Transfer the function utility function that is stored in the test case in the mark server; According to the corresponding relation matching difference data of changes of function function and function utility function and the corresponding relation of test case, determine the test case of described software under testing, and return to described Web client, according to described test case described software under testing is carried out software test by described Web client;
Described mark server is used for the function utility function of storage test case and the changes of function function of differentiation data.
11. Test macro as claimed in claim 10, it is characterized in that, described mark is collected client and is further used for starting the tracking function program, implementation of test cases, supervision implementation of test cases by the tracking function program, collect the function utility function of described test case, and be stored in mark database
CN201210002685.4A 2012-01-06 2012-01-06 Method for testing software, apparatus and system Active CN103198010B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210002685.4A CN103198010B (en) 2012-01-06 2012-01-06 Method for testing software, apparatus and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210002685.4A CN103198010B (en) 2012-01-06 2012-01-06 Method for testing software, apparatus and system

Publications (2)

Publication Number Publication Date
CN103198010A true CN103198010A (en) 2013-07-10
CN103198010B CN103198010B (en) 2017-07-21

Family

ID=48720592

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210002685.4A Active CN103198010B (en) 2012-01-06 2012-01-06 Method for testing software, apparatus and system

Country Status (1)

Country Link
CN (1) CN103198010B (en)

Cited By (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104424088A (en) * 2013-08-21 2015-03-18 腾讯科技(深圳)有限公司 Software testing method and device
CN104978191A (en) * 2015-06-24 2015-10-14 小米科技有限责任公司 Application deployment method and server
CN105302710A (en) * 2014-07-03 2016-02-03 腾讯科技(深圳)有限公司 Method and apparatus for determining test case in need of regression testing
CN106201859A (en) * 2015-05-07 2016-12-07 阿里巴巴集团控股有限公司 A kind of regression testing method and system
WO2017000429A1 (en) * 2015-06-30 2017-01-05 中兴通讯股份有限公司 Software automation test method and device
CN106445476A (en) * 2015-08-11 2017-02-22 腾讯科技(深圳)有限公司 Code change information determination method and device and electronic equipment
CN106528399A (en) * 2015-09-15 2017-03-22 腾讯科技(深圳)有限公司 Test case determination method and apparatus
CN106557419A (en) * 2015-09-29 2017-04-05 腾讯科技(深圳)有限公司 The method of testing and device of program
CN106951228A (en) * 2017-02-21 2017-07-14 腾讯科技(深圳)有限公司 The treating method and apparatus of difference in version iteration
CN107908540A (en) * 2017-07-26 2018-04-13 平安壹钱包电子商务有限公司 Test case creation method, apparatus, computer equipment and medium
CN107992409A (en) * 2017-11-21 2018-05-04 平安养老保险股份有限公司 Method for generating test case, device, computer equipment and storage medium
CN108228437A (en) * 2017-12-29 2018-06-29 广东欧珀移动通信有限公司 Promote method, apparatus, electronic device and the storage medium of test and appraisal accuracy
CN108459949A (en) * 2017-02-17 2018-08-28 腾讯科技(深圳)有限公司 A kind of test method and terminal
CN108681504A (en) * 2018-04-13 2018-10-19 深圳壹账通智能科技有限公司 Automated testing method, test server and computer readable storage medium
CN108920359A (en) * 2018-06-06 2018-11-30 腾讯科技(成都)有限公司 Test method, device, storage medium and the electronic device of application program
CN109101426A (en) * 2018-08-16 2018-12-28 郑州云海信息技术有限公司 A kind of business contrastive test system
CN109240911A (en) * 2018-08-13 2019-01-18 腾讯科技(北京)有限公司 Accurate test method, device and computer equipment
WO2019019647A1 (en) * 2017-07-26 2019-01-31 深圳壹账通智能科技有限公司 Method and system for determining application program testing range, server and storage medium
CN109408355A (en) * 2017-08-16 2019-03-01 迈普通信技术股份有限公司 Test case acquisition methods and device
CN109542779A (en) * 2018-11-12 2019-03-29 泰康保险集团股份有限公司 Test method, device and storage medium
CN110134582A (en) * 2019-04-03 2019-08-16 口碑(上海)信息技术有限公司 The processing of test case and data processing method and device
CN110134583A (en) * 2019-04-11 2019-08-16 口碑(上海)信息技术有限公司 Software test and data processing method and device
CN110389896A (en) * 2019-06-18 2019-10-29 中国平安人寿保险股份有限公司 Code automated analysis and test method, device and computer readable storage medium
CN110928770A (en) * 2019-10-29 2020-03-27 航天信息股份有限公司 Software testing method, device, system, storage medium and electronic equipment
CN111209217A (en) * 2020-03-12 2020-05-29 苏州浪潮智能科技有限公司 System software function testing method, device, equipment and storage medium
CN111597121A (en) * 2020-07-24 2020-08-28 四川新网银行股份有限公司 Precise test method based on historical test case mining
CN113138930A (en) * 2021-05-12 2021-07-20 上海云从企业发展有限公司 Software testing method and device and computer storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101403964A (en) * 2008-11-18 2009-04-08 四川赛文纳克软件有限公司 Integration type software configuration management method based on transaction management
US20090199047A1 (en) * 2008-01-31 2009-08-06 Yahoo! Inc. Executing software performance test jobs in a clustered system
CN101719095A (en) * 2009-12-30 2010-06-02 北京世纪高通科技有限公司 Method and device for managing regression testing
CN101866317A (en) * 2010-06-29 2010-10-20 南京大学 Regression test case selection method based on cluster analysis

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090199047A1 (en) * 2008-01-31 2009-08-06 Yahoo! Inc. Executing software performance test jobs in a clustered system
CN101403964A (en) * 2008-11-18 2009-04-08 四川赛文纳克软件有限公司 Integration type software configuration management method based on transaction management
CN101719095A (en) * 2009-12-30 2010-06-02 北京世纪高通科技有限公司 Method and device for managing regression testing
CN101866317A (en) * 2010-06-29 2010-10-20 南京大学 Regression test case selection method based on cluster analysis

Cited By (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104424088B (en) * 2013-08-21 2019-09-13 腾讯科技(深圳)有限公司 The test method and device of software
CN104424088A (en) * 2013-08-21 2015-03-18 腾讯科技(深圳)有限公司 Software testing method and device
CN105302710B (en) * 2014-07-03 2019-06-07 腾讯科技(深圳)有限公司 The method and apparatus that a kind of determination needs the test case of regression test
CN105302710A (en) * 2014-07-03 2016-02-03 腾讯科技(深圳)有限公司 Method and apparatus for determining test case in need of regression testing
CN106201859A (en) * 2015-05-07 2016-12-07 阿里巴巴集团控股有限公司 A kind of regression testing method and system
CN104978191A (en) * 2015-06-24 2015-10-14 小米科技有限责任公司 Application deployment method and server
CN104978191B (en) * 2015-06-24 2018-06-19 小米科技有限责任公司 Using dispositions method and service device
WO2017000429A1 (en) * 2015-06-30 2017-01-05 中兴通讯股份有限公司 Software automation test method and device
CN106445476A (en) * 2015-08-11 2017-02-22 腾讯科技(深圳)有限公司 Code change information determination method and device and electronic equipment
CN106445476B (en) * 2015-08-11 2020-04-07 腾讯科技(深圳)有限公司 Code change information determination method and device and electronic equipment
CN106528399A (en) * 2015-09-15 2017-03-22 腾讯科技(深圳)有限公司 Test case determination method and apparatus
CN106557419A (en) * 2015-09-29 2017-04-05 腾讯科技(深圳)有限公司 The method of testing and device of program
CN108459949B (en) * 2017-02-17 2021-08-06 腾讯科技(深圳)有限公司 Test method and terminal
CN108459949A (en) * 2017-02-17 2018-08-28 腾讯科技(深圳)有限公司 A kind of test method and terminal
CN106951228B (en) * 2017-02-21 2023-07-18 腾讯科技(深圳)有限公司 Method and device for processing differences in version iteration
CN106951228A (en) * 2017-02-21 2017-07-14 腾讯科技(深圳)有限公司 The treating method and apparatus of difference in version iteration
CN107908540A (en) * 2017-07-26 2018-04-13 平安壹钱包电子商务有限公司 Test case creation method, apparatus, computer equipment and medium
WO2019019647A1 (en) * 2017-07-26 2019-01-31 深圳壹账通智能科技有限公司 Method and system for determining application program testing range, server and storage medium
CN107908540B (en) * 2017-07-26 2021-04-06 平安壹钱包电子商务有限公司 Test case creating method and device, computer equipment and medium
CN109408355A (en) * 2017-08-16 2019-03-01 迈普通信技术股份有限公司 Test case acquisition methods and device
CN109408355B (en) * 2017-08-16 2022-02-22 迈普通信技术股份有限公司 Test case obtaining method and device
CN107992409A (en) * 2017-11-21 2018-05-04 平安养老保险股份有限公司 Method for generating test case, device, computer equipment and storage medium
CN108228437B (en) * 2017-12-29 2021-08-31 Oppo广东移动通信有限公司 Method and device for improving evaluation accuracy, electronic device and storage medium
CN108228437A (en) * 2017-12-29 2018-06-29 广东欧珀移动通信有限公司 Promote method, apparatus, electronic device and the storage medium of test and appraisal accuracy
CN108681504A (en) * 2018-04-13 2018-10-19 深圳壹账通智能科技有限公司 Automated testing method, test server and computer readable storage medium
CN108920359A (en) * 2018-06-06 2018-11-30 腾讯科技(成都)有限公司 Test method, device, storage medium and the electronic device of application program
CN109240911A (en) * 2018-08-13 2019-01-18 腾讯科技(北京)有限公司 Accurate test method, device and computer equipment
CN109101426B (en) * 2018-08-16 2021-08-03 郑州云海信息技术有限公司 Business comparison test system
CN109101426A (en) * 2018-08-16 2018-12-28 郑州云海信息技术有限公司 A kind of business contrastive test system
CN109542779A (en) * 2018-11-12 2019-03-29 泰康保险集团股份有限公司 Test method, device and storage medium
CN110134582A (en) * 2019-04-03 2019-08-16 口碑(上海)信息技术有限公司 The processing of test case and data processing method and device
CN110134583A (en) * 2019-04-11 2019-08-16 口碑(上海)信息技术有限公司 Software test and data processing method and device
CN110134583B (en) * 2019-04-11 2023-06-16 口碑(上海)信息技术有限公司 Software testing and data processing method and device
CN110389896A (en) * 2019-06-18 2019-10-29 中国平安人寿保险股份有限公司 Code automated analysis and test method, device and computer readable storage medium
CN110928770A (en) * 2019-10-29 2020-03-27 航天信息股份有限公司 Software testing method, device, system, storage medium and electronic equipment
CN110928770B (en) * 2019-10-29 2023-11-28 航天信息股份有限公司 Software testing method, device, system, storage medium and electronic equipment
CN111209217A (en) * 2020-03-12 2020-05-29 苏州浪潮智能科技有限公司 System software function testing method, device, equipment and storage medium
CN111597121A (en) * 2020-07-24 2020-08-28 四川新网银行股份有限公司 Precise test method based on historical test case mining
CN113138930A (en) * 2021-05-12 2021-07-20 上海云从企业发展有限公司 Software testing method and device and computer storage medium

Also Published As

Publication number Publication date
CN103198010B (en) 2017-07-21

Similar Documents

Publication Publication Date Title
CN103198010A (en) Software testing method, device and system
CN108959059B (en) Test method and test platform
CN103678093B (en) A kind of automated test frame and method of testing
CN108521339B (en) Feedback type node fault processing method and system based on cluster log
US9639444B2 (en) Architecture for end-to-end testing of long-running, multi-stage asynchronous data processing services
CN101615687B (en) Method for intelligently reading data from battery formation device
CN107992415B (en) Fault positioning and analyzing method of transaction system and related server
CN1805383A (en) Automatization testing device and method for service system
CN110765025A (en) Test method, test device, computer equipment and storage medium
CN105204986A (en) Automated product testing method, server and mobile equipment
CN108508477B (en) Seismic data acquisition system and method
CN111400505A (en) Method and system for matching fault elimination scheme of power consumption information acquisition system
CN102043720A (en) Method and device for generating test data automatically by utilizing structured query language (SQL) sentences
CN107529101B (en) Mobile terminal, passive optical network information collection method and device
CN103368970B (en) A kind of automation safety detection method for network objectives
CN105574178A (en) Basic database for satellite testing as well as device and method for batch satellite testing
CN110134583B (en) Software testing and data processing method and device
CN107748720A (en) A kind of method and device of the service parameter of detection function test cases
RU2532714C2 (en) Method of acquiring data when evaluating network resources and apparatus therefor
CN111427796A (en) System testing method and device and electronic equipment
CN108024090A (en) A kind of abnormal localization method and device for video monitoring platform
CN106844211A (en) A kind of method for testing software, apparatus and system
CN113592222B (en) Block chain-based product inspection and detection system and equipment
CN103631232A (en) Data monitoring control method and data monitoring control device
CN114661753A (en) Call bill retrieval method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant