CN106294106B - The test method and device of Web application system - Google Patents

The test method and device of Web application system Download PDF

Info

Publication number
CN106294106B
CN106294106B CN201510279598.7A CN201510279598A CN106294106B CN 106294106 B CN106294106 B CN 106294106B CN 201510279598 A CN201510279598 A CN 201510279598A CN 106294106 B CN106294106 B CN 106294106B
Authority
CN
China
Prior art keywords
test
web application
application system
program
mock
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.)
Active
Application number
CN201510279598.7A
Other languages
Chinese (zh)
Other versions
CN106294106A (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.)
Aisino Corp
Original Assignee
Aisino Corp
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 Aisino Corp filed Critical Aisino Corp
Priority to CN201510279598.7A priority Critical patent/CN106294106B/en
Publication of CN106294106A publication Critical patent/CN106294106A/en
Application granted granted Critical
Publication of CN106294106B publication Critical patent/CN106294106B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention discloses the test methods and device of a kind of Web application system.The test method includes: to execute the test case of test Web application system;Judge whether need to be implemented invoking web page control in the test case of test Web application system;Invoking web page control is needed to be implemented if tested in the test case of Web application system, calls Mock program, wherein Mock program is the program stored in Web application system previously according to testing requirement;Obtain test value, wherein test value is the numerical value for calling Mock program to return;And test operation is executed to Web application system according to test value.Through the invention, solve the problems, such as that the testing efficiency of Web application system in the related technology is low.

Description

The test method and device of Web application system
Technical field
The present invention relates to the field of test technology, in particular to the test method and device of a kind of Web application system.
Background technique
In the related art, perhaps multiple Web applications in order to promoted user experience or call Windows program, driving The purpose of hardware, can be realized by way of loading webpage control (for example, ActiveX control).For the soft of this kind of system Part test, is all the truth of analog subscriber all the time to run, while simulating the usage scenario of actual customer The problem of testing Web application system and webpage control.But for there are the systems of hardware interaction, and a set of hardware of manpower to be needed to set Standby, cost is very big;Influence of the frequent loading procedure of webpage connector to testing efficiency is very big, and testing efficiency is low, in addition, abnormal The simulation of scene is more complicated, is difficult to accomplish all standing of all scenes.
For the low problem of the testing efficiency of Web application system in the related technology, effective solution side is not yet proposed at present Case.
Summary of the invention
The main purpose of the present invention is to provide the test methods and device of a kind of Web application system, to solve related skill The low problem of the testing efficiency of Web application system in art.
To achieve the goals above, according to an aspect of the invention, there is provided a kind of test side of Web application system Method.
The test method of Web application system according to the present invention includes: to execute the test case of test Web application system; Judge whether need to be implemented invoking web page control in the test case of test Web application system;If testing Web application system Invoking web page control is needed to be implemented in test case, calls Mock program, wherein Mock program is to exist previously according to testing requirement The program stored in Web application system;Obtain test value, wherein test value is the numerical value for calling Mock program to return;And root Test operation is executed to Web application system according to test value.
Further, before the test case for executing test Web application system, the test method further include: judge Web Whether webpage control is loaded in application system;And if being loaded with webpage control in Web application system, Mock journey is registered Sequence.
Further, if needing to be implemented invoking web page control in the test case of test Web application system, Mock is called Program includes: acquisition registration table, wherein when registration table is that webpage control is registered in Web application system, storage webpage control The table of key assignments;Obtain the key assignments of webpage control in registration table;Modify the key assignments of webpage control;Determine the key of webpage control after modifying It is worth corresponding Mock program;And call Mock program.
Further, after executing test operation to Web application system according to test value, the test method further include: Judge the test for whether needing to carry out hardware device in Web application system tested;And it if is needed in test Web application system The test of hardware device is carried out, Mock program is unloaded.
Further, obtaining test value includes: that the multiple numerical value returned after Mock program are called in display;Receive external input Selection instruction, wherein selection instruction be in multiple numerical value selection target numerical value instruction;According to selection instruction, mesh is determined Mark numerical value;And using target value as test value.
Further, which is ActiveX control.
To achieve the goals above, according to another aspect of the present invention, a kind of test dress of Web application system is provided It sets.
The test device of Web application system according to the present invention includes: the first execution unit, is answered for executing test Web With the test case of system;First judging unit, for judge test Web application system test case in whether need to be implemented Invoking web page control;Call unit, for needing to be implemented invoking web page control in the test case of test Web application system In the case of, call Mock program, wherein Mock program is the program stored in Web application system previously according to testing requirement; Acquiring unit, for obtaining test value, wherein test value is the numerical value for calling Mock program to return;And second execution unit, For executing test operation to Web application system according to test value.
Further, the test device further include: second judgment unit, for judging whether load in Web application system There is webpage control;And registering unit, in the case where for being loaded with webpage control in Web application system, register Mock journey Sequence.
Further, call unit includes: the first acquisition module, for obtaining registration table, wherein registration table is webpage control When part is registered in Web application system, the table of the key assignments of webpage control is stored;Second obtains module, for obtaining in registration table The key assignments of webpage control;Modified module, for modifying the key assignments of webpage control;Determining module, for webpage control after determining modification The corresponding Mock program of the key assignments of part;And calling module, for calling Mock program.
Further, which is ActiveX control.
Through the invention, using following steps: executing the test case of test Web application system;Judgement test Web application Whether invoking web page control is needed to be implemented in the test case of system;It is needed if tested in the test case of Web application system Execute invoking web page control, call Mock program, wherein Mock program be previously according to testing requirement in Web application system The program of storage;Obtain test value, wherein test value is the numerical value for calling Mock program to return;And according to test value to Web Application system executes test operation, solves the problems, such as that the testing efficiency of Web application system in the related technology is low.Due to calling Mock program has got around invoking web page control, avoids during testing Web application system, carries out webpage components testing Occupying more time causes testing efficiency low, and then has achieved the effect that the testing efficiency for promoting Web application system.
Detailed description of the invention
The attached drawing constituted part of this application is used to provide further understanding of the present invention, schematic reality of the invention It applies example and its explanation is used to explain the present invention, do not constitute improper limitations of the present invention.In the accompanying drawings:
Fig. 1 is the flow chart of the test method of Web application system according to an embodiment of the present invention;
Fig. 2 is the signal of Web application system interaction in the test method of Web application system according to an embodiment of the present invention Figure;And
Fig. 3 is the schematic diagram of the test device of Web application system according to an embodiment of the present invention.
Specific embodiment
It should be noted that in the absence of conflict, the features in the embodiments and the embodiments of the present application can phase Mutually combination.The present invention will be described in detail below with reference to the accompanying drawings and embodiments.
In order to make those skilled in the art more fully understand application scheme, below in conjunction in the embodiment of the present application Attached drawing, the technical scheme in the embodiment of the application is clearly and completely described, it is clear that described embodiment is only The embodiment of the application a part, instead of all the embodiments.Based on the embodiment in the application, ordinary skill people Member's every other embodiment obtained without making creative work, all should belong to the model of the application protection It encloses.
It should be noted that the description and claims of this application and term " first " in above-mentioned attached drawing, " Two " etc. be to be used to distinguish similar objects, without being used to describe a particular order or precedence order.It should be understood that using in this way Data be interchangeable under appropriate circumstances, so as to embodiments herein described herein.In addition, term " includes " and " tool Have " and their any deformation, it is intended that cover it is non-exclusive include, for example, containing a series of steps or units Process, method, system, product or equipment those of are not necessarily limited to be clearly listed step or unit, but may include without clear Other step or units listing to Chu or intrinsic for these process, methods, product or equipment.
According to an embodiment of the invention, providing a kind of test method of Web application system.
Fig. 1 is the flow chart of the test method of Web application system according to an embodiment of the present invention.As shown in Figure 1, the test Method includes the following steps, namely S101 to step S105:
Step S101 executes the test case of test Web application system.
Determine the test case tested Web application system, wherein the test case is to store in systems in advance The use-case that Web application system is tested.The test case is executed to test Web application system.
Step S102 judges whether need to be implemented invoking web page control in the test case of test Web application system.
Step S103 calls Mock if needing to be implemented invoking web page control in the test case of test Web application system Program, wherein Mock program is the program stored in Web application system previously according to testing requirement.
Specifically, Web application system is by webpage control come complete to the calling of window application, hardware device At, webpage control has a unique key-value pair in the registration table in windows system, and Web application system is according to this The value of a key-value pair finds the interface function packet of hardware device, and then carries out message communication.And the operation of Mock program is rewritten The value of true webpage control program key-value pair will pass through registration when Web application software accesses webpage control again in registration table Table finds Mock program, and Mock program can easily intercept and capture the message from Web application system, realizes pair thus ingenious The adapter tube of former webpage control.
Step S103 can with the following steps are included:
Step S1031 writes Mock program.Mock program directly carries out input value and output valve according to test needs Matching, corresponding all input values allow tester that can select to export any possible end value by way of dialog box.
Step S1032 installs Mock program, it will rewrite key of the true webpage control in windows system registry The value of value pair.
By Mock technology, Web application system is made to call directly Mock program, to bypass original webpage control, kept away Exempt from during testing Web application system, carrying out webpage components testing occupancy more time causes testing efficiency low, reaches The quickly effect of test Web application system.
Step S104 obtains test value, wherein test value is the numerical value for calling Mock program to return.
Step S105 executes test operation to Web application system according to test value.
The technical solution of the embodiment of the present invention formed through the above steps can completely disengage all of original webpage control More limitations carry out the software test in Web application system.Ingenious realization is to hardware device interface by way of modifying registration table The adapter tube of function packet.After Mock program, so that becoming extremely simple to the simulation of test scene.Since Mock program exports Value is controllable, and is responded rapidly, to improve the testing efficiency of Web application system.
The test method of Web application system provided in an embodiment of the present invention, by the test for executing test Web application system Use-case;Judge whether need to be implemented invoking web page control in the test case of test Web application system;If testing Web application Invoking web page control is needed to be implemented in the test case of system, calls Mock program, wherein Mock program is previously according to test The program that demand stores in Web application system;Obtain test value, wherein test value is the numerical value for calling Mock program to return; And test operation is executed to Web application system according to test value, solve the testing efficiency of Web application system in the related technology Low problem, and then achieved the effect that the testing efficiency for promoting Web application system.
In the test method of Web application system provided in an embodiment of the present invention, in the survey for executing test Web application system Before example on probation, the test method further include: judge webpage control whether is loaded in Web application system;And if Web is answered With webpage control is loaded in system, Mock program is registered.
That is an optional embodiment of the present invention are as follows: judge webpage control whether is loaded in Web application system;If It is loaded with webpage control in Web application system, registers Mock program;Execute the test case of test Web application system;Judgement is surveyed Try whether need to be implemented invoking web page control in the test case of Web application system;If the test for testing Web application system is used Invoking web page control is needed to be implemented in example, calls Mock program, wherein Mock program is to answer previously according to testing requirement in Web With the program stored in system;Obtain test value, wherein test value is the numerical value for calling Mock program to return;And according to survey Examination value executes test operation to Web application system.
By judging whether be loaded with webpage control in Web application system, in the Web application system for being loaded with webpage control In, register Mock program.By directly using Mock program, to bypass original invoking web page control, Web application system is improved The testing efficiency of system.
In the test method of Web application system provided in an embodiment of the present invention, if the test of test Web application system Invoking web page control is needed to be implemented in use-case, calling Mock program includes: acquisition registration table, wherein registration table is webpage control When registering in Web application system, the table of the key assignments of webpage control is stored;Obtain the key assignments of webpage control in registration table;Modification The key assignments of webpage control;Determine the corresponding Mock program of key assignments of webpage control after modifying;And call Mock program.
That is an optional embodiment of the present invention are as follows: execute the test case of test Web application system;Judgement test Whether invoking web page control is needed to be implemented in the test case of Web application system;Obtain registration table, wherein registration table is webpage When control is registered in Web application system, the table of the key assignments of webpage control is stored;Obtain the key assignments of webpage control in registration table; Modify the key assignments of webpage control;Determine the corresponding Mock program of key assignments of webpage control after modifying;And call Mock program;It obtains Take test value, wherein test value is the numerical value for calling Mock program to return;And Web application system is executed according to test value Test operation.
Since webpage control has a unique key-value pair, Web application system in the registration table in windows system The interface function packet of hardware device is found according to the value of this key-value pair, and then carries out message communication.And the operation of Mock program The value for having rewritten true webpage control program key-value pair in registration table is just led to when Web application software accesses webpage control again It crosses registration table and finds Mock program, Mock program can easily intercept and capture the message from Web application system, thus ingenious reality The adapter tube to former webpage control is showed.
By Mock technology, Web application system is made to call directly Mock program, to bypass original invoking web page control Part avoids during testing Web application system, and carrying out webpage components testing occupancy more time leads to testing efficiency It is low, achieve the effect that quickly to test Web application system.
In the test method of Web application system provided in an embodiment of the present invention, according to test value to Web application system After executing test operation, the test method further include: judge test in Web application system whether need to carry out hardware device Test;And if needing to carry out the test of hardware device in test Web application system, unload Mock program.
I.e. if such as needed in the test method of Web application system provided in an embodiment of the present invention using true hardware Equipment carries out test operation, by Mock program unloading.When needing that true hardware device is called to carry out test operation, directly It connects and true hardware device is called to carry out test operation.It ensure that the feelings in the case where needing to be tested using true hardware device Under condition, it is normally carried out test.As shown in Fig. 2, Fig. 2 is Web in the test method of Web application system according to an embodiment of the present invention The schematic diagram of application system interaction.Specifically, hardware device interface routine is registered in the Web application system, when Web is answered When in system without registration Mock program, under needing to be tested using true hardware device, directly adjust It is tested with true hardware device.If Mock program has been registered in Web application system, do not needing using true Hardware device tested down in the case where, direct Mock program is tested.Need using true hardware device into In the case that row test is lower, after Mock program is unloaded, recalls true hardware device and tested.
In the test method of Web application system provided in an embodiment of the present invention, obtaining test value includes: that display is called The multiple numerical value returned after Mock program;Receive externally input selection instruction, wherein selection instruction is to select in multiple numerical value Select the instruction of target value;According to selection instruction, target value is determined;And using target value as test value.
When normal implementation of test cases, when Web application system invoking web page control, system will pop up corresponding prompt Window only need to select desired output result that can return to this expected result, to guarantee the test of promotion Web application system While efficiency, the Experience Degree of tester is also improved.
In the test method of Web application system provided in an embodiment of the present invention, a kind of Web provided in an embodiment of the present invention The webpage control of any one of the test method of application system is ActiveX control.
It should be noted that step shown in the flowchart of the accompanying drawings can be in such as a group of computer-executable instructions It is executed in computer system, although also, logical order is shown in flow charts, and it in some cases, can be with not The sequence being same as herein executes shown or described step.
The embodiment of the invention also provides a kind of test devices of Web application system, it should be noted that the present invention is implemented The test device of the Web application system of example can be used for executing the survey that Web application system is used for provided by the embodiment of the present invention Method for testing.The test device of Web application system provided in an embodiment of the present invention is introduced below.
Fig. 3 is the schematic diagram of the test device of Web application system according to an embodiment of the present invention.As shown in figure 3, the device It include: the first execution unit 10, the first judging unit 20, call unit 30, acquiring unit 40 and the second execution unit 50.
First execution unit 10, for executing the test case of test Web application system;First judging unit 20, is used for Judge whether need to be implemented invoking web page control in the test case of test Web application system;Call unit 30, for testing In the case where needing to be implemented invoking web page control in the test case of Web application system, Mock program is called, wherein Mock journey Sequence is the program stored in Web application system previously according to testing requirement;Acquiring unit 40, for obtaining test value, wherein Test value is the numerical value for calling Mock program to return;And second execution unit 50, for according to test value to Web application system Execute test operation.
The test device of Web application system provided in an embodiment of the present invention executes test Web by the first execution unit 10 The test case of application system;First judging unit 20 judge test Web application system test case in whether need to be implemented Invoking web page control;Call unit 30 needs to be implemented the feelings of invoking web page control in the test case of test Web application system Under condition, Mock program is called, wherein Mock program is the program stored in Web application system previously according to testing requirement;It obtains Unit 40 is taken to obtain test value, wherein test value is the numerical value for calling Mock program to return;And 50 basis of the second execution unit Test value executes test operation to Web application system, and the testing efficiency for solving Web application system in the related technology low is asked Topic has got around invoking web page control, has avoided during testing Web application system, carry out net due to calling Mock program Page components testing, which occupies more time, causes testing efficiency low, and then has reached the effect for promoting the testing efficiency of Web application system Fruit.
As an optional embodiment of the present invention, the test device further include: second judgment unit, for judging Whether webpage control is loaded in Web application system;And registering unit, for being loaded with webpage control in Web application system In the case where part, Mock program is registered.
As an optional embodiment of the present invention, call unit 30 further include: first obtains module, for obtaining note Volume table, wherein when registration table is that webpage control is registered in Web application system, store the table of the key assignments of webpage control;Second obtains Modulus block, for obtaining the key assignments of webpage control in registration table;Modified module, for modifying the key assignments of webpage control;Determine mould Block, the corresponding Mock program of key assignments for webpage control after determining modification;And calling module, for calling Mock program.
As an optional embodiment of the present invention, a kind of test of Web application system provided in an embodiment of the present invention The webpage control of any one of device is ActiveX control.
It should be noted that for the various method embodiments described above, for simple description, therefore, it is stated as a series of Combination of actions, but those skilled in the art should understand that, the present invention is not limited by the sequence of acts described because According to the present invention, some steps may be performed in other sequences or simultaneously.Secondly, those skilled in the art should also know It knows, the embodiments described in the specification are all preferred embodiments, and related actions and modules is not necessarily of the invention It is necessary.
In the above-described embodiments, it all emphasizes particularly on different fields to the description of each embodiment, there is no the portion being described in detail in some embodiment Point, reference can be made to the related descriptions of other embodiments.
In several embodiments provided herein, it should be understood that disclosed device, it can be by another way It realizes.For example, the apparatus embodiments described above are merely exemplary, such as the division of the unit, it is only a kind of Logical function partition, there may be another division manner in actual implementation, such as multiple units or components can combine or can To be integrated into another system, or some features can be ignored or not executed.
The unit as illustrated by the separation member may or may not be physically separated, aobvious as unit The component shown may or may not be physical unit, it can and it is in one place, or may be distributed over multiple In network unit.It can select some or all of unit therein according to the actual needs to realize the mesh of this embodiment scheme 's.
It, can also be in addition, the functional units in various embodiments of the present invention may be integrated into one processing unit It is that each unit physically exists alone, can also be integrated in one unit with two or more units.Above-mentioned integrated list Member both can take the form of hardware realization, can also realize in the form of software functional units.
Obviously, those skilled in the art should be understood that each module of the above invention or each step can be with general Computing device realize that they can be concentrated on a single computing device, or be distributed in multiple computing devices and formed Network on, optionally, they can be realized with the program code that computing device can perform, it is thus possible to which they are stored Be performed by computing device in the storage device, perhaps they are fabricated to each integrated circuit modules or by they In multiple modules or step be fabricated to single integrated circuit module to realize.In this way, the present invention is not limited to any specific Hardware and software combines.
The above description is only a preferred embodiment of the present invention, is not intended to restrict the invention, for those skilled in the art For member, the invention may be variously modified and varied.All within the spirits and principles of the present invention, it is made it is any modification, Equivalent replacement, improvement etc., should all be included in the protection scope of the present invention.

Claims (8)

1. a kind of test method of Web application system characterized by comprising
Execute the test case for testing the Web application system;
Judge to test in the test case of the Web application system and whether needs to be implemented invoking web page control;
Invoking web page control is needed to be implemented if tested in the test case of the Web application system, calls Mock program, In, the Mock program is the program stored in the Web application system previously according to testing requirement;
Obtain test value, wherein the test value is the numerical value for calling the Mock program to return;And
Test operation is executed to the Web application system according to the test value;
Wherein, invoking web page control is needed to be implemented if tested in the test case of the Web application system, calls Mock program Include:
Obtain registration table, wherein when the registration table is that the webpage control is registered in the Web application system, store institute State the table of the key assignments of webpage control;
Obtain the key assignments of webpage control described in the registration table;
Modify the key assignments of the webpage control;
Determine the corresponding Mock program of key assignments of the webpage control after modifying;And
Call the Mock program.
2. test method according to claim 1, which is characterized in that executing the test for testing the Web application system Before use-case, the test method further include:
Judge the webpage control whether is loaded in the Web application system;And
If being loaded with the webpage control in the Web application system, the Mock program is registered.
3. test method according to claim 1, which is characterized in that be to Web application according to the test value After system executes test operation, the test method further include:
Judge the test for whether needing to carry out hardware device in the Web application system tested;And
If testing the test for needing to carry out hardware device in the Web application system, the Mock program is unloaded.
4. test method according to claim 1, which is characterized in that obtaining test value includes:
The multiple numerical value returned after the Mock program are called in display;
Receive externally input selection instruction, wherein the selection instruction is the selection target numerical value in the multiple numerical value Instruction;
According to the selection instruction, target value is determined;And
Using the target value as the test value.
5. test method according to claim 1, which is characterized in that the webpage control is ActiveX control.
6. a kind of test device of Web application system characterized by comprising
First execution unit, for executing the test case for testing the Web application system;
Whether the first judging unit needs to be implemented invoking web page in the test case for judging to test the Web application system Control;
Call unit, the case where for needing to be implemented invoking web page control in the test case for testing the Web application system Under, call Mock program, wherein the Mock program stores in the Web application system previously according to testing requirement Program;
Acquiring unit, for obtaining test value, wherein the test value is the numerical value for calling the Mock program to return;And
Second execution unit, for executing test operation to the Web application system according to the test value;
Wherein, the call unit includes:
First obtains module, for obtaining registration table, wherein the registration table is the webpage control in Web application system When registering in system, the table of the key assignments of the webpage control is stored;
Second obtains module, for obtaining the key assignments of webpage control described in the registration table;
Modified module, for modifying the key assignments of the webpage control;
Determining module, the corresponding Mock program of key assignments for the webpage control after determining modification;And
Calling module, for calling the Mock program.
7. test device according to claim 6, which is characterized in that the test device further include:
Second judgment unit, for judging whether be loaded with the webpage control in the Web application system;And
Registering unit in the case where for being loaded with the webpage control in the Web application system, registers the Mock journey Sequence.
8. test device according to claim 6, which is characterized in that the webpage control is ActiveX control.
CN201510279598.7A 2015-05-27 2015-05-27 The test method and device of Web application system Active CN106294106B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510279598.7A CN106294106B (en) 2015-05-27 2015-05-27 The test method and device of Web application system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510279598.7A CN106294106B (en) 2015-05-27 2015-05-27 The test method and device of Web application system

Publications (2)

Publication Number Publication Date
CN106294106A CN106294106A (en) 2017-01-04
CN106294106B true CN106294106B (en) 2019-03-22

Family

ID=57634244

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510279598.7A Active CN106294106B (en) 2015-05-27 2015-05-27 The test method and device of Web application system

Country Status (1)

Country Link
CN (1) CN106294106B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106933732A (en) * 2015-12-30 2017-07-07 航天信息股份有限公司 Method for testing software and system
CN106970873B (en) * 2017-01-10 2021-07-09 创新先进技术有限公司 On-line mock testing method, device and system
CN109359036A (en) * 2018-09-25 2019-02-19 腾讯科技(深圳)有限公司 Test method, device, computer readable storage medium and computer equipment
CN113127345B (en) * 2021-04-06 2023-07-14 北京字跳网络技术有限公司 Application testing method and device, electronic equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101217425A (en) * 2008-01-04 2008-07-09 中兴通讯股份有限公司 Web testing method and device
CN102722437A (en) * 2012-05-29 2012-10-10 北京空间飞行器总体设计部 Spacecraft test system and spacecraft test method based on assemblies and scripts
CN103297475A (en) * 2012-03-01 2013-09-11 阿里巴巴集团控股有限公司 Mock service system and processing method of Mock service
CN103577309A (en) * 2012-07-25 2014-02-12 腾讯科技(深圳)有限公司 Automatic test method and device
CN104461900A (en) * 2014-12-19 2015-03-25 北京奇虎科技有限公司 User interface testing method, center control server, test terminal and system
CN104461888A (en) * 2014-12-11 2015-03-25 中国科学院声学研究所 Application testing method and system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7389223B2 (en) * 2003-09-18 2008-06-17 International Business Machines Corporation Method and apparatus for testing a software program using mock translation input method editor
WO2013158112A1 (en) * 2012-04-20 2013-10-24 Hewlett-Packard Development Company, L.P. Testing system for an integrated software system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101217425A (en) * 2008-01-04 2008-07-09 中兴通讯股份有限公司 Web testing method and device
CN103297475A (en) * 2012-03-01 2013-09-11 阿里巴巴集团控股有限公司 Mock service system and processing method of Mock service
CN102722437A (en) * 2012-05-29 2012-10-10 北京空间飞行器总体设计部 Spacecraft test system and spacecraft test method based on assemblies and scripts
CN103577309A (en) * 2012-07-25 2014-02-12 腾讯科技(深圳)有限公司 Automatic test method and device
CN104461888A (en) * 2014-12-11 2015-03-25 中国科学院声学研究所 Application testing method and system
CN104461900A (en) * 2014-12-19 2015-03-25 北京奇虎科技有限公司 User interface testing method, center control server, test terminal and system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
基于控件约束关系的Web功能测试系统;贾丽;《计算机工程》;20100331;第36卷(第5期);第46-51页
自动化单元测试中MOCK技术的研究与应用;尹春娇;《中国优秀硕士学位论文全文数据库 信息科技辑》;20120615;第I138-1281页

Also Published As

Publication number Publication date
CN106294106A (en) 2017-01-04

Similar Documents

Publication Publication Date Title
CN106294106B (en) The test method and device of Web application system
CN108427644A (en) Service test method, service testing system and service testing device
CN104580451B (en) Realize the method and system and electronic equipment of multi-platform account synchronization
CN106294743A (en) The recommendation method and device of application function
CN107483521A (en) A kind of information displaying method, apparatus and system
US20200379748A1 (en) Upgrading method and apparatus
CN107741904A (en) Test machine method of automatic configuration, device, equipment and storage medium
CN107171897A (en) A kind of interface test method and data-interface test system
CN109062786A (en) Operation method, device and the terminal of test case
CN109117172A (en) A kind of method and device of the terminal versions number identification of target terminal
CN112181749A (en) Hardware testing method and device, electronic equipment and storage medium
CN109815076A (en) A kind of network interface card boot option detection method, system, terminal and storage medium
CN111179369B (en) GPU rendering method and device based on android system
CN108932355B (en) Logic verification method and device
CN105204870B (en) The access method of shell script, apparatus and system
CN107786382B (en) Interface selection method and device, test console and test system
CN113110982B (en) Data access layer verification method and device, storage medium and electronic device
CN109597744A (en) Data unusual fluctuation analysis method and device
CN106294408B (en) The method and apparatus that the Asynchronous Request of dynamic web page is monitored
CN115061907A (en) Test method and test system, electronic device, and storage medium
CN105930260A (en) Method and apparatus for testing system availability
CN110968507B (en) Coverage rate statistics method and coverage rate statistics device
CN106776274A (en) A kind of graphical testing process collocation method and device
CN113163059A (en) IPPBX performance detection method, terminal device and storage medium
CN111079390A (en) Method and device for determining selection state of check box list

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