CN105068935A - Method and device for processing software test result - Google Patents

Method and device for processing software test result Download PDF

Info

Publication number
CN105068935A
CN105068935A CN201510552062.8A CN201510552062A CN105068935A CN 105068935 A CN105068935 A CN 105068935A CN 201510552062 A CN201510552062 A CN 201510552062A CN 105068935 A CN105068935 A CN 105068935A
Authority
CN
China
Prior art keywords
information
bug
dump
field
interface
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
CN201510552062.8A
Other languages
Chinese (zh)
Other versions
CN105068935B (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.)
Beijing Kingsoft Internet Security Software Co Ltd
Original Assignee
Beijing Kingsoft Internet Security Software 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 Beijing Kingsoft Internet Security Software Co Ltd filed Critical Beijing Kingsoft Internet Security Software Co Ltd
Priority to CN201510552062.8A priority Critical patent/CN105068935B/en
Publication of CN105068935A publication Critical patent/CN105068935A/en
Application granted granted Critical
Publication of CN105068935B publication Critical patent/CN105068935B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The embodiment of the invention discloses a method and a device for processing a software test result, relates to the technical field of software test, and can improve the efficiency of processing Bug. The method comprises the following steps: when the client software has a Bug, acquiring a Dump file sent by a server; analyzing the Dump file to obtain a Dump file analysis result; generating Bug information from the Dump file analysis result through a Bug management interface; and sending the Bug information to a defect management Bugfree system by using the Bug management interface. The invention is suitable for the analysis and processing technology of the software test result.

Description

A kind of disposal route of software test result and device
Technical field
The present invention relates to software testing technology field, particularly relate to a kind of disposal route and device of software test result.
Background technology
The client software of each version all need run in real user environment.In software running process, if produce Bug (defect), client can generate according to this Bug Dump (collapse) file being used for misregistration information, and Dump file is sent to server.By analyzing this Dump file, exploitation, tester etc. can know error message, and according to error message to this Bug process, thus improve version quality.
In the prior art, in order to the Bug of recording and tracking client software, need tester's craft by the Data Enter of this Dump file in Bugfree (defect management) system.Thus, the processing mode of prior art is utilized to reduce the efficiency of treatments B ug.
Summary of the invention
In view of this, the embodiment of the present invention provides a kind of disposal route and device of software test result, can improve the efficiency of treatments B ug.
For achieving the above object, embodiments of the invention adopt following technical scheme:
On the one hand, the embodiment of the present invention provides a kind of disposal route of software test result, comprising:
When defect Bug appears in client software, obtain the Dump file that server end sends;
Described Dump file is analyzed, obtains Dump file analysis result;
By defect Bug management interface, described Dump file analysis result is generated bug information;
Described Bug management interface is utilized to send described bug information to defect management Bugfree system.
As another embodiment, describedly by defect Bug management interface, described Dump file analysis result is generated bug information and comprises:
Resolve described Dump file analysis result, obtain Dump content information;
Interface parameters is obtained by described Bug management interface;
Described Dump content information and described interface parameters are added in corresponding information field, generate bug information according to the information in described information field.
As another embodiment, described parsing described Dump file analysis result, obtains Dump content information and comprises:
Receive the interface interchange message that user sends;
Bug management interface according to described interface interchange message call, utilizes described Bug management interface to resolve described Dump file analysis result, obtains Dump content information.
As another embodiment, described Dump content information comprises: Dump error message, Dump statistical information; Described interface parameters comprises: information type, Sessionname (session name) information, product identification, Bug heading message, personnel assigned information, Bug order of severity information.
Describedly described Dump content information and described interface parameters are added in corresponding information field, generate Bug breath according to the information in described information field and comprise:
By described Dump error message, described Dump statistical information is added in Bug state information field;
Described information type is added in Info Type field;
Described Sessionname information is added in Sessionname information field;
Described product identification is added in product identification field;
Described Bug heading message is added in Bug header information field;
Described personnel assigned information is added in personnel assigned information field;
Described Bug order of severity information is added in Bug order of severity information field;
The information in described state information field, Bug state information field, Info Type field, Sessionname information field, product identification field, Bug header information field, personnel assigned information field, Bug order of severity information field is utilized to generate described bug information.
As another embodiment, further, described method also comprises:
Reminder message is sent according to described bug information.
On the other hand, the embodiment of the present invention provides a kind for the treatment of apparatus of software test result, comprising:
Acquiring unit, for when defect Bug appears in client software, obtains the Dump file that server end sends;
Analytic unit, for analyzing described Dump file, obtains Dump file analysis result;
Generation unit, for generating bug information by defect Bug management interface by described Dump file analysis result;
Transmitting element, sends described bug information for utilizing described Bug management interface to Bugfree system.
Wherein, described generation unit comprises:
First information acquisition module, for resolving described Dump file analysis result, obtains Dump content information;
Second data obtaining module, for obtaining interface parameters by described Bug management interface;
Information generating module, for described Dump content information and described interface parameters being added in corresponding information field, generates bug information according to the information in described information field.
As another embodiment, described first information acquisition module comprises:
Receive submodule, for receiving the interface interchange message that user sends;
Acquisition of information submodule, for Bug management interface according to described interface interchange message call, utilizes described Bug management interface to resolve described Dump file analysis result, obtains Dump content information.
As another embodiment, described Dump content information comprises: Dump error message, Dump statistical information;
Described interface parameters comprises: information type, Sessionname information, product identification, Bug heading message, personnel assigned information, Bug order of severity information.
Described information generating module specifically for:
By described Dump error message, described Dump statistical information is added in Bug state information field;
Described information type is added in Info Type field;
Described Sessionname information is added in Sessionname information field;
Described product identification is added in product identification field;
Described Bug heading message is added in Bug header information field;
Described personnel assigned information is added in personnel assigned information field;
Described Bug order of severity information is added in Bug order of severity information field;
The information in described state information field, Bug state information field, Info Type field, Sessionname information field, product identification field, Bug header information field, personnel assigned information field, Bug order of severity information field is utilized to generate described bug information.
As another embodiment, further, described transmitting element also for, send reminder message according to described bug information.
In embodiments of the present invention, Dump file analysis result is obtained by carrying out analysis to the Dump file obtained, then by Bug management interface, Dump file analysis result is generated bug information, and by Bug management interface, bug information is sent in Bugfree system.Therefore, as seen from the above, the information of Dump file is generated bug information and is submitted in Bugfree system by the mode in embodiments of the present invention by calling Bug management interface, and without the need to the information of input Dump file by hand as prior art.Thus, compared with prior art, utilize the scheme of the embodiment of the present invention information of Dump file to be submitted in Bugfree system fast, thus improve the efficiency of treatments B ug.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, be briefly described to the accompanying drawing used required in embodiment or description of the prior art below, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
Fig. 1 is the process flow diagram of the disposal route of the software test result of the embodiment of the present invention one;
Fig. 2 is the schematic diagram of the treating apparatus of the software test result of the embodiment of the present invention two.
Embodiment
Below in conjunction with accompanying drawing, the disposal route of a kind of software test result of the embodiment of the present invention and device are described in detail.
Should be clear and definite, described embodiment is only the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making other embodiments all obtained under creative work prerequisite, belong to the scope of protection of the invention.
As shown in Figure 1, the disposal route of the software test result of the embodiment of the present invention one, comprising:
Step 11, when there is defect Bug in client software, obtain server end send Dump file.
In a particular application, when there is Bug in client software, the Dump file that collects client sends, and send it to Dump analysis platform.Therefore, in this process, Dump analysis platform can obtain Dump file according to predetermined time interval from server.Wherein said predetermined time interval can be arranged arbitrarily, such as 10 minutes etc.
Step 12, described Dump file to be analyzed, obtain Dump file analysis result.
Dump analysis platform, after acquisition Dump file, is resolved and process Dump file automatically.Dump file analysis result is generated by carrying out analysis to Dump file.Wherein, Dump error message can be comprised in this result, Dump statistical information; Or further also can comprise user distribution information, version distributed intelligence etc.
Step 13, by Bug management interface, described Dump file analysis result is generated bug information.
In embodiments of the present invention, described Dump file analysis result is generated bug information by the mode mainly by calling Bug management interface.Wherein, described Bug management interface can be addbug interface.
Therefore, in this step, specifically comprise the following steps:
Step 131, resolve described Dump file analysis result, obtain Dump content information.
Wherein, described Dump content information can comprise Dump error message, Dump statistical information, user distribution information, version distributed intelligence etc.
In a particular application, Dump content information is obtained by such as under type.
Mode one, obtain Dump content information by the artificial mode triggered.
In the manner in which, can receive the interface interchange message of user, then, Dump file analysis result according to described interface interchange message parse, obtains Dump content information.Such as, in a particular application, [ReportToBugfree] button can be set on the Dump analysis platform page.After user clicks this button, be equivalent to have sent interface interchange message, trigger and call addbug interface and resolve described Dump file analysis result, obtain Dump content information.In this process, user also can input some interface parameters, and such as, personnel assigned information (assign_to_name), for representing that this Bug needs to submit to which personnel's process etc.
Mode two, automatically triggering obtain Dump content information.
In this manner, when after the Dump file analysis result obtaining Dump analysis platform, directly triggering is called addbug interface and is resolved described Dump file analysis result, obtains Dump content information.
Step 132, obtain interface parameters by described Bug management interface, and generate described bug information according to described Dump content information and described interface parameters.
Wherein, according to the requirement of Bugfree system, need to arrange interface parameters in the process generating bug information.Wherein, described interface parameters can comprise:
Type I information: information type (mode), Sessionname information, product identification (product_id), Bug heading message (title), personnel assigned information (assign_to_name), Bug order of severity information (severity) etc.Equations of The Second Kind information: copy-to information (mail_to), product module mark (productmodule_id), priority (priorty) etc.
Wherein, information type is also a use-case for identify this information be bug, and such as identifying this information when its value is addbug is bug; Sessionname (session name) information is obtained by the mode calling other interfaces (getsid interface); Product identification (product_id) is for representing that this information comes from the test result of which product; Bug heading message (title) can be arranged arbitrarily, for pointing out the content of this Bug; Personnel assigned information (assign_to_name) is for representing that this Bug needs to submit to which personnel's process; Bug order of severity information (severity) is for representing the order of severity of this Bug, and such as, with 1,2,3,4 represent its menace level, and 4 represent the highest menace level.In a particular application, usually its value can be set to 4, to remind the attention for the treatment of people.Copy-to information (mail_to) is for representing the information of the personnel that needs are made a copy for; Product module mark (productmodule_id) is for representing which module Bug comes from; Priority (priorty) information is for representing the priority processing degree of this Bug.
Wherein, type I information is generate the interface parameters that bug information institute must arrange separately, and Equations of The Second Kind information is not the interface parameters that must carry out independent setting for generating bug information.That is, when generating bug information, the field value corresponding to Equations of The Second Kind information can not be arranged, but these information by the mode that is documented in Bug status information information or can send to Bugfree system with the form of independent annex.Certainly, the requirement of the Bugfree system docking mouth parameters of different editions is different.Interface parameters can be set according to the requirement of the Bugfree system of each version in a particular application, just illustrate at this.
In these interface parameters, some can use as default, such as information type (mode), Bug order of severity information (severity), Sessionname information, personnel assigned information (assign_to_name) etc., some information can by reading the information acquisition in bugfree system, such as product identification (product_id) etc.; Also some mode that can be inputted by user is obtained, such as personnel assigned information (assign_to_name), Bug order of severity information (severity), Bug heading message (title) etc.
Step 133, described Dump content information and described interface parameters added in corresponding information field, generate bug information according to the information in described information field.
After obtaining interface parameters and Dump content information information, field corresponding to each parameter can be set and generate described bug information.
Concrete, by described Dump error message, described Dump statistical information is added in Bug state information field (repeat_step); The information type of acquisition is added in Info Type field; The Sessionname information of acquisition is added in Sessionname information field; The product identification of acquisition is added in product identification field; The Bug heading message of acquisition is added in Bug header information field; The personnel assigned information of acquisition is added in personnel assigned information field; The Bug order of severity information of acquisition is added in Bug order of severity information field; The information in described state information field, Bug state information field, Info Type field, Sessionname information field, product identification field, Bug header information field, personnel assigned information field, Bug order of severity information field is utilized to generate described bug information.
Step 14, described Bug management interface is utilized to send described bug information to defect management Bugfree system.
In this step, call addbug interface, the bug information generated in step 13 is sent to Bugfree system.
As seen from the above, the information of Dump file is generated bug information and is submitted in Bugfree system by the mode in embodiments of the present invention by calling Bug management interface, and without the need to the information of input Dump file by hand as prior art.Thus, compared with prior art, utilize the scheme of the embodiment of the present invention information of Dump file to be submitted in Bugfree system fast, thus improve the efficiency of treatments B ug.
In addition, on the basis of embodiment one, in order to make treatment people understand test result information in time, after step 14, described method also comprises: send reminder message according to described bug information.Such as, suppose that the personnel assigned information (assign_to_name) arranged in step 13 is king five, so Bugfree platform arranges and sends mail reminder according to this to king five after receiving this bug information.
As shown in Figure 2, the treating apparatus of the software test result of the embodiment of the present invention two, comprising:
Acquiring unit 21, for for when defect Bug appears in client software, obtains the Dump file that server end sends; Analytic unit 22, for analyzing described Dump file, obtains Dump file analysis result; Generation unit 23, for generating bug information by defect Bug management interface by described Dump file analysis result; Transmitting element 24, sends described bug information for utilizing described Bug management interface to Bugfree system.
Wherein, described generation unit 23 can comprise: first information acquisition module, for resolving described Dump file analysis result, obtains Dump content information; Second data obtaining module, for obtaining interface parameters by described Bug management interface; Information generating module, for described Dump content information and described interface parameters being added in corresponding information field, generates bug information according to the information in described information field.
In a particular application, state first information acquisition module described in comprise: receive submodule, for receiving the interface interchange message that user sends; Acquisition of information submodule, for Bug management interface according to described interface interchange message call, utilizes described Bug management interface to resolve described Dump file analysis result, obtains Dump content information.
As previously mentioned, described Dump content information comprises: Dump error message, Dump statistical information etc.; Described interface parameters comprises: information type, Sessionname information, product identification, Bug heading message, Bug status information, personnel assigned information, Bug order of severity information etc.Wherein the implication of each parameter can refer to the description in embodiment of the method.
Now, described information generating module specifically for: by described Dump error message, described Dump statistical information is added in Bug state information field (repeat_step); The information type of acquisition is added in Info Type field; The Sessionname information of acquisition is added in Sessionname information field; The product identification of acquisition is added in product identification field; The Bug heading message of acquisition is added in Bug header information field; The personnel assigned information of acquisition is added in personnel assigned information field; The Bug order of severity information of acquisition is added in Bug order of severity information field; The information in described state information field, Bug state information field, Info Type field, Sessionname information field, product identification field, Bug header information field, personnel assigned information field, Bug order of severity information field is utilized to generate described bug information.
In order to make treatment people understand test result information in time, described transmitting element 24 also for, send reminder message according to described bug information, such as, send mail reminder etc.
As seen from the above, the information of Dump file is generated bug information and is submitted in Bugfree system by the mode in embodiments of the present invention by calling Bug management interface, and without the need to the information of input Dump file by hand as prior art.Thus, compared with prior art, utilize the scheme of the embodiment of the present invention information of Dump file to be submitted in Bugfree system fast, thus improve the efficiency of treatments B ug.
One of ordinary skill in the art will appreciate that all or part of flow process realized in above-described embodiment method, that the hardware that can carry out instruction relevant by computer program has come, described program can be stored in a computer read/write memory medium, this program, when performing, can comprise the flow process of the embodiment as above-mentioned each side method.Wherein, described storage medium can be magnetic disc, CD, read-only store-memory body (Read-OnlyMemory, ROM) or random store-memory body (RandomAccessMemory, RAM) etc.
The above; be only the specific embodiment of the present invention, but protection scope of the present invention is not limited thereto, is anyly familiar with those skilled in the art in the technical scope that the present invention discloses; the change that can expect easily or replacement, all should be encompassed within protection scope of the present invention.Therefore, protection scope of the present invention should be as the criterion with the protection domain of claim.

Claims (10)

1. a disposal route for software test result, is characterized in that, comprising:
When defect Bug appears in client software, obtain the collapse Dump file that server end sends;
Described Dump file is analyzed, obtains Dump file analysis result;
By defect Bug management interface, described Dump file analysis result is generated bug information;
Described Bug management interface is utilized to send described bug information to defect management Bugfree system.
2. method according to claim 1, is characterized in that, describedly by Bug management interface, described Dump file analysis result is generated bug information and comprises:
Resolve described Dump file analysis result, obtain Dump content information;
Interface parameters is obtained by described Bug management interface;
Described Dump content information and described interface parameters are added in corresponding information field, generate bug information according to the information in described information field.
3. method according to claim 2, is characterized in that, described parsing described Dump file analysis result, obtains Dump content information and comprises:
Receive the interface interchange message that user sends;
Bug management interface according to described interface interchange message call, utilizes described Bug management interface to resolve described Dump file analysis result, obtains Dump content information.
4. according to the method in claim 2 or 3, it is characterized in that,
Described Dump content information comprises: Dump error message, Dump statistical information;
Described interface parameters comprises: information type, session name Sessionname information, product identification, Bug heading message, personnel assigned information, Bug order of severity information.
5. method according to claim 4, is characterized in that, describedly described Dump content information and described interface parameters is added in corresponding information field, generates Bug breath comprise according to the information in described information field:
By described Dump error message, described Dump statistical information is added in Bug state information field;
Described information type is added in Info Type field;
Described Sessionname information is added in Sessionname information field;
Described product identification is added in product identification field;
Described Bug heading message is added in Bug header information field;
Described personnel assigned information is added in personnel assigned information field;
Described Bug order of severity information is added in Bug order of severity information field;
The information in described state information field, Bug state information field, Info Type field, Sessionname information field, product identification field, Bug header information field, personnel assigned information field, Bug order of severity information field is utilized to generate described bug information.
6., according to the arbitrary described method of claim 1-3, it is characterized in that, described method also comprises:
Reminder message is sent according to described bug information.
7. a treating apparatus for software test result, is characterized in that, comprising:
Acquiring unit, for when defect Bug appears in client software, obtains the Dump file that server end sends;
Analytic unit, for analyzing described Dump file, obtains Dump file analysis result;
Generation unit, for generating bug information by defect Bug management interface by described Dump file analysis result;
Transmitting element, sends described bug information for utilizing described Bug management interface to Bugfree system.
8. device according to claim 7, is characterized in that, described generation unit comprises:
First information acquisition module, for resolving described Dump file analysis result, obtains Dump content information;
Second data obtaining module, for obtaining interface parameters by described Bug management interface;
Information generating module, for described Dump content information and described interface parameters being added in corresponding information field, generates bug information according to the information in described information field.
9. device according to claim 8, is characterized in that, described first information acquisition module comprises:
Receive submodule, for receiving the interface interchange message that user sends;
Acquisition of information submodule, for Bug management interface according to described interface interchange message call, utilizes described Bug management interface to resolve described Dump file analysis result, obtains Dump content information.
10. device according to claim 8 or claim 9, is characterized in that,
Described Dump content information comprises: Dump error message, Dump statistical information;
Described interface parameters comprises: information type, Sessionname information, product identification, Bug heading message, personnel assigned information, Bug order of severity information.
CN201510552062.8A 2015-09-01 2015-09-01 Method and device for processing software test result Active CN105068935B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510552062.8A CN105068935B (en) 2015-09-01 2015-09-01 Method and device for processing software test result

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510552062.8A CN105068935B (en) 2015-09-01 2015-09-01 Method and device for processing software test result

Publications (2)

Publication Number Publication Date
CN105068935A true CN105068935A (en) 2015-11-18
CN105068935B CN105068935B (en) 2018-09-25

Family

ID=54498312

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510552062.8A Active CN105068935B (en) 2015-09-01 2015-09-01 Method and device for processing software test result

Country Status (1)

Country Link
CN (1) CN105068935B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105630682A (en) * 2015-12-28 2016-06-01 珠海金山网络游戏科技有限公司 System and method for automatically collecting and analyzing collapse of mobile terminal
CN106484617A (en) * 2016-10-09 2017-03-08 武汉斗鱼网络科技有限公司 Statistical method and system are automatically analyzed for the dump file of Windows software product
CN107943682A (en) * 2016-10-13 2018-04-20 北京国双科技有限公司 Submit the method and device of bug
CN109597751A (en) * 2018-10-16 2019-04-09 成都颠峰科创信息技术有限公司 A method of Bug is submitted automatically based on integrated test tools
CN110427327A (en) * 2019-08-02 2019-11-08 Oppo广东移动通信有限公司 System detection method, device and storage medium
CN113626302A (en) * 2020-05-07 2021-11-09 北京新能源汽车股份有限公司 Information processing method, device and equipment for hardware in loop test

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070074149A1 (en) * 2005-08-26 2007-03-29 Microsoft Corporation Automated product defects analysis and reporting
CN101719090A (en) * 2009-12-25 2010-06-02 珠海市君天电子科技有限公司 Method for automatically analyzing crash cause of computer software system
CN101944059A (en) * 2010-08-20 2011-01-12 北京神州泰岳软件股份有限公司 Automatic analysis method and device of crash information of computer software

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070074149A1 (en) * 2005-08-26 2007-03-29 Microsoft Corporation Automated product defects analysis and reporting
CN101719090A (en) * 2009-12-25 2010-06-02 珠海市君天电子科技有限公司 Method for automatically analyzing crash cause of computer software system
CN101944059A (en) * 2010-08-20 2011-01-12 北京神州泰岳软件股份有限公司 Automatic analysis method and device of crash information of computer software

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
刘冰川: "软件缺陷分析与管理系统的设计与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105630682A (en) * 2015-12-28 2016-06-01 珠海金山网络游戏科技有限公司 System and method for automatically collecting and analyzing collapse of mobile terminal
CN106484617A (en) * 2016-10-09 2017-03-08 武汉斗鱼网络科技有限公司 Statistical method and system are automatically analyzed for the dump file of Windows software product
CN107943682A (en) * 2016-10-13 2018-04-20 北京国双科技有限公司 Submit the method and device of bug
CN109597751A (en) * 2018-10-16 2019-04-09 成都颠峰科创信息技术有限公司 A method of Bug is submitted automatically based on integrated test tools
CN110427327A (en) * 2019-08-02 2019-11-08 Oppo广东移动通信有限公司 System detection method, device and storage medium
CN113626302A (en) * 2020-05-07 2021-11-09 北京新能源汽车股份有限公司 Information processing method, device and equipment for hardware in loop test
CN113626302B (en) * 2020-05-07 2024-04-09 北京新能源汽车股份有限公司 Information processing method, device and equipment for hardware in loop test

Also Published As

Publication number Publication date
CN105068935B (en) 2018-09-25

Similar Documents

Publication Publication Date Title
CN105068935A (en) Method and device for processing software test result
CN107516510B (en) Automatic voice testing method and device for intelligent equipment
CN109086199B (en) Method, terminal and storage medium for automatically generating test script
CN109271326B (en) Cloud database testing method and device, equipment and storage medium thereof
CN106354634A (en) Interface testing method and device
CN105099811A (en) Interface testing method and device
CN109542780B (en) Test method, test device and storage medium for natural language processing application
CN106815138A (en) A kind of method and apparatus for generating interface testing use-case
CN109901968A (en) A kind of automation page data method of calibration and device
CN108459850B (en) Method, device and system for generating test script
CN108241580B (en) Client program testing method and terminal
CN106713011A (en) Method and system for obtaining test data
US9274933B2 (en) Pretest setup planning
CN111210106A (en) Double-random-based supervision and inspection method and system
US10176087B1 (en) Autogenic test framework
CN110267215A (en) A kind of data detection method, equipment and storage medium
CN117252149A (en) Chip verification method and device, chip verification system and readable storage medium
CN106776284B (en) A kind of method for testing software and system
CN106648912B (en) Modularization method and device for data processing in data acquisition platform
US20140281719A1 (en) Explaining excluding a test from a test suite
CN113726610B (en) Routing protocol-based UI (user interface) automatic test method, device, equipment and medium
CN111078533A (en) Automatic testing method and device, computer equipment and storage medium
CN113746924B (en) Cross-region transmission method and device for power grid business data
CN111786991B (en) Block chain-based platform authentication login method and related device
CN107295142A (en) terminal processing method, device and server

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
GR01 Patent grant