CN107040433A - A kind of automated testing method and system - Google Patents

A kind of automated testing method and system Download PDF

Info

Publication number
CN107040433A
CN107040433A CN201710325716.2A CN201710325716A CN107040433A CN 107040433 A CN107040433 A CN 107040433A CN 201710325716 A CN201710325716 A CN 201710325716A CN 107040433 A CN107040433 A CN 107040433A
Authority
CN
China
Prior art keywords
network request
list
parameter
return value
parameter list
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.)
Withdrawn
Application number
CN201710325716.2A
Other languages
Chinese (zh)
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.)
Fujian Netdragon Websoft Co Ltd
Original Assignee
Fujian Netdragon Websoft 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 Fujian Netdragon Websoft Co Ltd filed Critical Fujian Netdragon Websoft Co Ltd
Priority to CN201710325716.2A priority Critical patent/CN107040433A/en
Publication of CN107040433A publication Critical patent/CN107040433A/en
Withdrawn legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements

Abstract

The present invention relates to testing field, more particularly to a kind of automated testing method and system.The present invention is by creating network request list corresponding with default flow and parameter list;During the flow is performed, the communication information between client and server end is recorded;The communication information includes network request and the first return value corresponding with the network request;The network request is added to the network request list;Parameter in the network request is added to the parameter list;The flow is played back according to the network request list and the parameter list, the second return value corresponding with the network request is obtained;Compare first return value and second return value, obtain test result.Realize the accuracy for improving automatic test result.

Description

A kind of automated testing method and system
Technical field
The present invention relates to testing field, more particularly to a kind of automated testing method and system.
Background technology
Recording and playback automatic test refers to first needs the flow of test by having been manually done one time, while under computer recording The communication information during this flow between client and server end, and form specific shell script.It is somebody's turn to do needing to test During flow, the flow is played back, that is, performs the corresponding shell script of the flow, computer can be carried according to the implementing result of shell script For analysis report or related data.Recording and playback automatic test has advantages below:Record traffic flow simultaneously generates script journey The ability of sequence is strong;Ability to model to the various network equipments (such as client-server) is strong;Generated with limited resource high-quality The ability for measuring Virtual User is strong;It is strong for the monitoring capacity of various pieces in whole software and hardware system;For test result Performance and analysis ability it is strong.
But, existing recording and playback automated testing method has the disadvantages that:
(1) when there is shared data between multiple flows, a playback wherein flow may result in shared data and become Change, the playback failure of other flows is caused, so that the test result that must be made mistake due to the change of test data, reduces test As a result accuracy.
(2) in the software of data interaction is realized based on network request, partial data have it is ageing, if using record stream The data readback preserved during journey the flow, can cause playback flow failure, so as to obtain the test result of mistake, reduce test As a result accuracy.
(3) data and playback flow generated when existing recording and playback automated testing method records flow by comparing Whether Shi Shengcheng data are identical, so as to draw corresponding test result.However, the data generated in actual test often have There is more complicated structure, it is impossible to which its implementing result is correct when the mode compared with simple fixed value judges to play back flow Property, so as to reduce the accuracy of test result.
The content of the invention
The technical problems to be solved by the invention are:A kind of automated testing method and system are provided, test knot is improved The accuracy of fruit.
In order to solve the above-mentioned technical problem, the technical solution adopted by the present invention is:
The present invention provides a kind of automated testing method, including:
S1, establishment network request list corresponding with default flow and parameter list;
S2, during the flow is performed, record the communication information between client and server end;The communication information Including network request and the first return value corresponding with the network request;
S3, the addition network request to the network request list;
Parameter in S4, the addition network request is to the parameter list;
S5, the flow played back according to the network request list and the parameter list, obtained and the network request Corresponding second return value;
First return value described in S6, comparison and second return value, obtain test result.
The present invention also provides a kind of automatization test system, including:
Creation module, for creating network request list corresponding with default flow and parameter list;
Module is recorded, for during the flow is performed, recording the communication information between client and server end;Institute Stating the communication information includes network request and the first return value corresponding with the network request;
First add module, for adding the network request to the network request list;
Second add module, for adding the parameter in the network request to the parameter list;
Playback module, for playing back the flow according to the network request list and the parameter list, is obtained and institute State corresponding second return value of network request;
Comparison module, for comparing first return value and second return value, obtains test result.
The beneficial effects of the present invention are:By creating corresponding network request list and parameter list for flow, to not Data with flow are isolated so that the data between different flows are separate, are independent of each other, so as to improve test result Accuracy.In addition, the multiple flows of test can be played back simultaneously, the ability of testing efficiency and concurrent testing is improved.
Brief description of the drawings
A kind of FB(flow block) of the embodiment for automated testing method that Fig. 1 provides for the present invention;
A kind of structured flowchart of the embodiment for automatization test system that Fig. 2 provides for the present invention;
Fig. 3 is the FB(flow block) of playback flow in the embodiment of the present invention one;
Fig. 4 is the FB(flow block) of generation test result in the embodiment of the present invention one;
A kind of structured flowchart of the embodiment for automatization test system that Fig. 5 provides for the present invention;
Label declaration:
1st, creation module;2nd, module is recorded;3rd, the first add module;4th, the second add module;5th, playback module;51st, copy Shellfish unit;52nd, generation unit;53rd, the first execution unit;6th, comparison module;
61st, second acquisition unit;62nd, matching unit;63rd, converting unit;64th, the second execution unit;65th, analytic unit; 7th, replacement module;8th, the first acquisition module;9th, the first update module;10th, the second update module.
Embodiment
To describe technology contents, the objects and the effects of the present invention in detail, below in conjunction with embodiment and coordinate attached Figure is explained.
The design of most critical of the present invention is:It is right by creating corresponding network request list and parameter list for flow The data of different flows are isolated, and improve the accuracy of test result.
Fig. 1 be refer to Fig. 5,
As shown in figure 1, the present invention provides a kind of automated testing method, including:
S1, establishment network request list corresponding with default flow and parameter list;
S2, during the flow is performed, record the communication information between client and server end;The communication information Including network request and the first return value corresponding with the network request;
S3, the addition network request to the network request list;
Parameter in S4, the addition network request is to the parameter list;
S5, the flow played back according to the network request list and the parameter list, obtained and the network request Corresponding second return value;
First return value described in S6, comparison and second return value, obtain test result.
Further, also include before the S5:
Using in network request described in default variable replacement have ageing parameter;
The variate-value of the variable is obtained in real time;
The parameter list is updated according to the variable and the variate-value.
Seen from the above description, the value with ageing parameter is obtained in real time, is conducive to avoiding remembering using when recording flow The implementation procedure of the data readback of the record flow, causes playback to fail, and obtains the test result of mistake.Realize by record In the case of the flow of the effective property parameter of the automatic calibration tape of back method processed, the accuracy of test result is improved.
Further, the S5 is specially:
The parameter list is copied, parameter list copy is obtained;
According to the network request list and parameter list copy generation test script;
The test script is performed, obtains returning with each network request corresponding second in the network request list Value.
Seen from the above description, it effectively prevent during this playback flow, pretreatment or postpositive disposal operation change Value in variable element list, it is inconsistent when when playing back the flow again, parameter value is with recording, and cause playback to fail.
Further, after the S5, in addition to:
The parameter list copy is updated according to second return value.
Seen from the above description, the data can be used by the request of the subsequent network in same flow, so as to reach request step Data transfer effect between rapid.The correctness of data interaction between test module can conveniently be realized.
Further, the S6 is specially:
Obtain and each network request is corresponding in the network request list asserts, formed and assert set;
Asserted according to default matching regular expressions it is each in set described in the operation asserted and parameter;
According to it is described assert in set it is each described in the operation asserted and parameter, obtain asserting that set is corresponding with described and holding Line statement set;
Each executable statement in the executable statement set is performed, obtains asserting results set;
Results set is asserted according to described, the test result is obtained.
Seen from the above description, asserting for prior art is only compared with fixed value, and in actual test, interface is returned The data returned often have more complicated structure, it is impossible to the correctness of the mode judged result compared with simple fixed value. Therefore, by way of matching regular expressions are asserted, a variety of operations are can recognize that, the accuracy of test result is improved.
As shown in Fig. 2 the present invention also provides a kind of automatization test system, including:
Creation module 1, for creating network request list corresponding with default flow and parameter list;
Module 2 is recorded, for during the flow is performed, recording the communication information between client and server end; The communication information includes network request and the first return value corresponding with the network request;
First add module 3, for adding the network request to the network request list;
Second add module 4, for adding the parameter in the network request to the parameter list;
Playback module 5, for playing back the flow according to the network request list and the parameter list, is obtained and institute State corresponding second return value of network request;
Comparison module 6, for comparing first return value and second return value, obtains test result.
Further, in addition to:
Replacement module 7, has ageing parameter for using in network request described in default variable replacement;
First acquisition module 8, the variate-value for obtaining the variable in real time;
First update module 9, for updating the parameter list according to the variable and the variate-value.
Further, the playback module 5 includes:
Copy cell 51, for copying the parameter list, obtains parameter list copy;
Generation unit 52, for generating test script according to the network request list and the parameter list copy;
First execution unit 53, for performing the test script, is obtained and each net in the network request list Network asks corresponding second return value.
Further, in addition to:
Second update module 10, for updating the parameter list copy according to second return value.
Further, the comparison module 6 includes:
Second acquisition unit 61, for obtaining and each network request is corresponding in the network request list asserts, Set is asserted in formation;
Matching unit 62, for asserted according to default matching regular expressions in set it is each described in the operation asserted And parameter;
Converting unit 63, for asserting each operation asserted and parameter in set according to, obtains breaking with described The corresponding executable statement set of speech set;
Second execution unit 64, for performing each executable statement in the executable statement set, is broken Say results set;
Analytic unit 65, for asserting results set according to, obtains the test result.
Seen from the above description, the automatization test system provided by the present invention, can improve the accuracy of test result.
Embodiments of the invention one are:
S1, establishment network request list corresponding with default flow and parameter list.
For example, creating two flows:The business operation of one flow is according to title search course, and by the class found The id of journey is assigned to default variable " id ";The business operation of another flow is to create course, and the class that will be returned after establishment Id in journey information is assigned to default variable " id ".If the variable between flow not separated according to service logic, then When the two flows are performed simultaneously, the value of " id " of first flow setting covers the id values obtained by second flow, It just have impact on the follow-up of flow 1 and assert result.
S2, during the flow is performed, record the communication information between client and server end;The communication information Including network request and the first return value corresponding with the network request.
Wherein, user in order to the sequence of operations realizing certain function and carry out be the corresponding flow of the function.In browser Blocker is installed and turned on on testing tool (e.g., postman), when user carries out page operation in browser, can be recorded The data that the HTTP produced or HTTPS request list are operated by user and is produced when performing corresponding HTTP or HTTPS request.
S3, the addition network request to the network request list;Parameter in the network request is added to described Parameter list.
S4, using in network request described in default variable replacement have ageing parameter;The variable is obtained in real time Variate-value;The parameter list is updated according to the variable and the variate-value.
For example, when carrying out functional test to the software that data interaction is carried out based on HTTP request, it, which tests code, needs basis The server domain name of deployment services device end project carries out adaptation.
Variable " host " is added in parameter list, its pre-configured value is " e.test.huayu.nd ", then can ask HTTP Seek http:In //e.test.huayu.nd/qa/e/recommends there is ageing parameter " e.test.huayu.nd " to make Replaced with variable " host ", the HTTP request after renewal is http://{host}/qa/e/recommends.Variable " host " The actual deployment situation of software when value can be tested according to playback is dynamically changed, it is to avoid because data failure causes playback test to be lost Lose, improve the accuracy of test result.
S5, the flow played back according to the network request list and the parameter list, obtained and the network request Corresponding second return value;Reference picture 3, be specially:
S51, the copy parameter list, obtain parameter list copy;
S52, test script generated according to the network request list and the parameter list copy;
S53, the execution test script, are obtained and each network request corresponding second in the network request list Return value.
Due to that during the service logic is played back, HTTP request can be produced according to default postpositive disposal sentence Data undated parameter list copy uses for follow-up HTTP request, or according to preprocessor statement before simulation HTTP request Change the parameter in parameter list copy.Therefore, using parameter list copy as foundation in playback test process, and only modification ginseng Data in ordered series of numbers table copy, can avoid the data in parameter list from being changed in replayed section and cause to play back survey next time Try out mistake.Realize during whole service logic, in the case that part HTTP request need to change the parameter in parameter list, return Putting test has durability.
First return value described in S6, comparison and second return value, obtain test result.Reference picture 4, be specially:
S61, acquisition and each network request is corresponding in the network request list asserts, set is asserted in formation;
S62, assert according to default matching regular expressions it is each in set described in the operation asserted and parameter;
Wherein, further types of operation in asserting is may recognize that by regular expression, can be to compared with complex data knot The data of structure are compared, so as to improve the accuracy of test result;
Each operation asserted and parameter in set are asserted described in S63, basis, obtains asserting that set is corresponding with described Executable statement set;
S64, each executable statement performed in the executable statement set, obtain asserting results set;
Results set is asserted described in S65, basis, the test result is obtained.
S7, the parameter list copy updated according to second return value.
For example:There is a flow, its business contains 2 steps:Step 1 is newly-increased a branch of instruction in school;Step 2 be according to it is new Increase the course id that course is returned, inquire about curriculum information.
Record step 1 when, can record its return the first return value, be newly-increased course essential information.Playback When step 1 is completed, its second return value is obtained, the contrast in data structure is done with the first return value.Such as the first return value has Following structure:
If the data structure of the second return value and above structure are inconsistent, error in data is judged as.Then, by second Course id in return value, is assigned to the variable " id " added in advance in parameter list.When performing step 2, by required parameter In, the course " id " represented in advance with reform { id }, the value of " id " that is substituted in parameter list, so as to just use step The course id produced in real time in rapid 1, the effect of the data transfer reached.
As shown in figure 5, embodiments of the invention two are:
Creation module 1 creates network request list corresponding with default flow and parameter list;
During the flow is performed, the communication information between the recording client and server of module 2 end is recorded;It is described logical Letter information includes network request and the first return value corresponding with the network request;First add module 3 adds the network Ask to the network request list;Second add module 4 adds parameter in the network request to the parameter list;
Replacement module 7, which is used, has ageing parameter in network request described in default variable replacement;First obtains mould Block 8 obtains the variate-value of the variable in real time;First update module 9 updates the parameter according to the variable and the variate-value List;
Playback module 5 plays back the flow according to the network request list and the parameter list, obtains and the net Network asks corresponding second return value;Specially:Copy cell 51 in playback module 5 copies the parameter list, is joined Ordered series of numbers table copy;Generation unit 52 generates test script according to the network request list and the parameter list copy;First Execution unit 53 performs the test script, obtains returning with each network request in the network request list corresponding second Return value;
Comparison module 6 compares first return value and second return value, obtains test result;Specially:Compare Second acquisition unit 61 in module 6 is obtained and each network request is corresponding in the network request list asserts, formation Assert set;Matching unit 62 asserted according to default matching regular expressions it is each in set described in the operation asserted and ginseng Number;Converting unit 63 according to it is described assert in set it is each described in the operation asserted and parameter, obtain asserting that set is corresponding with described Executable statement set;Second execution unit 64 performs each executable statement in the executable statement set, obtains To asserting results set;Analytic unit 65 asserts results set according to described, obtains the test result;
Second update module 10 updates the parameter list copy according to second return value.
Seen from the above description, the automatization test system provided by the present embodiment, can improve automatic test result Accuracy.
In summary, the present invention is provided a kind of automated testing method and system, by creating corresponding net for flow Network request list and parameter list, the data to different flows are isolated so that the data between different flows are separate, mutually Do not influence, so as to improve the accuracy of test result.Further, the multiple flows of test can be played back simultaneously, improve testing efficiency With the ability of concurrent testing.Further, realize in the stream by the effective property parameter of the automatic calibration tape of recording and replaying method In the case of journey, the accuracy of test result is improved.Further, it effectively prevent during this playback flow, pre- place Value in reason or postpositive disposal operation change parameter list, it is inconsistent when when playing back the flow again, parameter value is with recording, and Playback is caused to fail.Further, the correctness of data interaction between test module can conveniently be realized.Further, canonical is passed through The mode that expression formula matching is asserted, can recognize that a variety of operations, improve the accuracy of test result.
Embodiments of the invention are the foregoing is only, are not intended to limit the scope of the invention, it is every to utilize this hair The equivalents that bright specification and accompanying drawing content are made, or the technical field of correlation is directly or indirectly used in, similarly include In the scope of patent protection of the present invention.

Claims (10)

1. a kind of automated testing method, it is characterised in that including:
S1, establishment network request list corresponding with default flow and parameter list;
S2, during the flow is performed, record the communication information between client and server end;The communication information includes Network request and the first return value corresponding with the network request;
S3, the addition network request to the network request list;
Parameter in S4, the addition network request is to the parameter list;
S5, the flow played back according to the network request list and the parameter list, obtain corresponding with the network request The second return value;
First return value described in S6, comparison and second return value, obtain test result.
2. automated testing method according to claim 1, it is characterised in that also include before the S5:
Using in network request described in default variable replacement have ageing parameter;
The variate-value of the variable is obtained in real time;
The parameter list is updated according to the variable and the variate-value.
3. automated testing method according to claim 2, it is characterised in that the S5 is specially:
The parameter list is copied, parameter list copy is obtained;
According to the network request list and parameter list copy generation test script;
The test script is performed, the second return value corresponding with each network request in the network request list is obtained.
4. automated testing method according to claim 3, it is characterised in that after the S5, in addition to:
The parameter list copy is updated according to second return value.
5. automated testing method according to claim 1, it is characterised in that the S6 is specially:
Obtain and each network request is corresponding in the network request list asserts, formed and assert set;
Asserted according to default matching regular expressions it is each in set described in the operation asserted and parameter;
According to it is described assert in set it is each described in the operation asserted and parameter, obtain asserting the corresponding executable language of set with described Sentence set;
Each executable statement in the executable statement set is performed, obtains asserting results set;
Results set is asserted according to described, the test result is obtained.
6. a kind of automatization test system, it is characterised in that including:
Creation module, for creating network request list corresponding with default flow and parameter list;
Module is recorded, for during the flow is performed, recording the communication information between client and server end;It is described logical Letter information includes network request and the first return value corresponding with the network request;
First add module, for adding the network request to the network request list;
Second add module, for adding the parameter in the network request to the parameter list;
Playback module, for playing back the flow according to the network request list and the parameter list, is obtained and the net Network asks corresponding second return value;
Comparison module, for comparing first return value and second return value, obtains test result.
7. automatization test system according to claim 6, it is characterised in that also include:
Replacement module, has ageing parameter for using in network request described in default variable replacement;
First acquisition module, the variate-value for obtaining the variable in real time;
First update module, for updating the parameter list according to the variable and the variate-value.
8. automatization test system according to claim 6, it is characterised in that the playback module includes:
Copy cell, for copying the parameter list, obtains parameter list copy;
Generation unit, for generating test script according to the network request list and the parameter list copy;
First execution unit, for performing the test script, is obtained and each network request in the network request list Corresponding second return value.
9. automatization test system according to claim 6, it is characterised in that also include:
Second update module, for updating the parameter list copy according to second return value.
10. automatization test system according to claim 6, it is characterised in that the comparison module includes:
Second acquisition unit, for obtaining and each network request is corresponding in the network request list asserts, forms and breaks Speech set;
Matching unit, for asserted according to default matching regular expressions in set it is each described in the operation asserted and ginseng Number;
Converting unit, for asserting each operation asserted and parameter in set according to, obtains asserting set with described Corresponding executable statement set;
Second execution unit, for performing each executable statement in the executable statement set, obtains asserting result Set;
Analytic unit, for asserting results set according to, obtains the test result.
CN201710325716.2A 2017-05-10 2017-05-10 A kind of automated testing method and system Withdrawn CN107040433A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710325716.2A CN107040433A (en) 2017-05-10 2017-05-10 A kind of automated testing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710325716.2A CN107040433A (en) 2017-05-10 2017-05-10 A kind of automated testing method and system

Publications (1)

Publication Number Publication Date
CN107040433A true CN107040433A (en) 2017-08-11

Family

ID=59538088

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710325716.2A Withdrawn CN107040433A (en) 2017-05-10 2017-05-10 A kind of automated testing method and system

Country Status (1)

Country Link
CN (1) CN107040433A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108459219A (en) * 2018-02-08 2018-08-28 中国电力科学研究院有限公司 A kind of method and system for testing excitation system
CN108535558A (en) * 2018-02-08 2018-09-14 中国电力科学研究院有限公司 A kind of test method and system of electrical power stabilization device
CN108536116A (en) * 2018-02-08 2018-09-14 中国电力科学研究院有限公司 A kind of test method and system of governing system
CN108650150A (en) * 2018-05-11 2018-10-12 阿里巴巴集团控股有限公司 A kind of data verification method and device
CN110166511A (en) * 2018-02-13 2019-08-23 北京嘀嘀无限科技发展有限公司 Data processing method and system
CN110213117A (en) * 2018-02-28 2019-09-06 贵州白山云科技股份有限公司 A kind of service test method and device
CN111949521A (en) * 2020-07-31 2020-11-17 中国工商银行股份有限公司 Software performance testing method and device
CN112817874A (en) * 2021-03-02 2021-05-18 北京字节跳动网络技术有限公司 User interface test method, device, equipment and medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103580945A (en) * 2012-08-07 2014-02-12 百度在线网络技术(北京)有限公司 Method and device for generating testing data for complex service system
CN103581343A (en) * 2013-11-28 2014-02-12 蓝盾信息安全技术股份有限公司 Http (hyper text transport protocol) request recording method
CN103795762A (en) * 2012-11-01 2014-05-14 百度在线网络技术(北京)有限公司 Reverse agent test system and method
CN105871660A (en) * 2016-06-06 2016-08-17 北京京东尚科信息技术有限公司 Quality detection method and equipment
CN106598852A (en) * 2016-12-05 2017-04-26 广州唯品会信息科技有限公司 Software testing method and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103580945A (en) * 2012-08-07 2014-02-12 百度在线网络技术(北京)有限公司 Method and device for generating testing data for complex service system
CN103795762A (en) * 2012-11-01 2014-05-14 百度在线网络技术(北京)有限公司 Reverse agent test system and method
CN103581343A (en) * 2013-11-28 2014-02-12 蓝盾信息安全技术股份有限公司 Http (hyper text transport protocol) request recording method
CN105871660A (en) * 2016-06-06 2016-08-17 北京京东尚科信息技术有限公司 Quality detection method and equipment
CN106598852A (en) * 2016-12-05 2017-04-26 广州唯品会信息科技有限公司 Software testing method and system

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108459219A (en) * 2018-02-08 2018-08-28 中国电力科学研究院有限公司 A kind of method and system for testing excitation system
CN108535558A (en) * 2018-02-08 2018-09-14 中国电力科学研究院有限公司 A kind of test method and system of electrical power stabilization device
CN108536116A (en) * 2018-02-08 2018-09-14 中国电力科学研究院有限公司 A kind of test method and system of governing system
CN108459219B (en) * 2018-02-08 2022-06-21 中国电力科学研究院有限公司 Method and system for testing excitation system
CN108536116B (en) * 2018-02-08 2022-04-05 中国电力科学研究院有限公司 Testing method and system of speed regulating system
CN110166511A (en) * 2018-02-13 2019-08-23 北京嘀嘀无限科技发展有限公司 Data processing method and system
CN110213117B (en) * 2018-02-28 2020-08-07 贵州白山云科技股份有限公司 Service testing method and device
CN110213117A (en) * 2018-02-28 2019-09-06 贵州白山云科技股份有限公司 A kind of service test method and device
CN108650150A (en) * 2018-05-11 2018-10-12 阿里巴巴集团控股有限公司 A kind of data verification method and device
CN108650150B (en) * 2018-05-11 2022-07-05 创新先进技术有限公司 Data verification method and device
CN111949521A (en) * 2020-07-31 2020-11-17 中国工商银行股份有限公司 Software performance testing method and device
CN111949521B (en) * 2020-07-31 2023-07-25 中国工商银行股份有限公司 Software performance test method and device
CN112817874A (en) * 2021-03-02 2021-05-18 北京字节跳动网络技术有限公司 User interface test method, device, equipment and medium

Similar Documents

Publication Publication Date Title
CN107040433A (en) A kind of automated testing method and system
Shehady et al. A method to automate user interface testing using variable finite state machines
US6061643A (en) Method for defining durable data for regression testing
US8533664B2 (en) Method and system to automatically generate GUI object addressing queries
US6941546B2 (en) Method and apparatus for testing a software component using an abstraction matrix
US7665046B2 (en) Method and system for debugging using replicated logic and trigger logic
CN109101415A (en) Interface test method, system, equipment and the storage medium compared based on database
US20090019428A1 (en) Method for Analyzing Transaction Traces to Enable Process Testing
US20070276644A1 (en) Conversion of circuit description to a transaction model
US8402403B2 (en) Verifying a register-transfer level design of an execution unit
CN102609406B (en) Learning device, judgment means, learning method and determination methods
US20070061113A1 (en) Enabling Test Script Play Back in Different Locales
US9600398B2 (en) Method and apparatus for debugging HDL design code and test program code
US8150787B2 (en) Enhancing performance of a constraint solver across individual processes
US9047260B2 (en) Model-based testing of a graphical user interface
US8020123B2 (en) Transaction-based system and method for abstraction of hardware designs
KR20080055913A (en) Development of assertions for integrated circuit design simulation
US20080263489A1 (en) Method to identify and generate critical timing path test vectors
US20230252212A1 (en) Testbench for sub-design verification
US20060265698A1 (en) Method and apparatus for tracking changes in a system
CN110363248A (en) The computer identification device and method of mobile crowdsourcing test report based on image
US8321825B2 (en) Method and system for synthesizing relative timing constraints on an integrated circuit design to facilitate timing verification
US20060265697A1 (en) Pattern query language
US20060036422A1 (en) Methods and systems for electronic device modelling
US8015523B2 (en) Method and system for sequential netlist reduction through trace-containment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication

Application publication date: 20170811

WW01 Invention patent application withdrawn after publication