CN104834594A - Method and apparatus for testing web system - Google Patents

Method and apparatus for testing web system Download PDF

Info

Publication number
CN104834594A
CN104834594A CN201410843168.9A CN201410843168A CN104834594A CN 104834594 A CN104834594 A CN 104834594A CN 201410843168 A CN201410843168 A CN 201410843168A CN 104834594 A CN104834594 A CN 104834594A
Authority
CN
China
Prior art keywords
test
browser
test cases
cases
webdrive
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
CN201410843168.9A
Other languages
Chinese (zh)
Other versions
CN104834594B (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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Priority to CN201410843168.9A priority Critical patent/CN104834594B/en
Publication of CN104834594A publication Critical patent/CN104834594A/en
Application granted granted Critical
Publication of CN104834594B publication Critical patent/CN104834594B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The present invention relates to a method and an apparatus for testing a web system. The method comprises: acquiring a test case; acquiring a mode selection script set in the test case; and according to the mode selection script set in the test case, selecting a corresponding test drive mode and executing the test case. According to the method and the apparatus provided by the present invention, aiming at different web systems, different test modes can be selected to respond to respective different scenarios, so that automatic testing of the web system can be supported better and working efficiency of testing personnel is improved.

Description

Web system method of testing and device
Technical field
The present invention relates to networking technology area, particularly relate to a kind of web system method of testing and device.
Background technology
At present, existing automation tools (sahi, webdriver etc.) can support general Web page system automatic test preferably.But at some in particular cases, there is certain limitation separately.Such as, during the script conflict that the js script that the web system page had contains and sahi inject, the automatic test of sahi just can not go on; Again such as, when running into modal dialog box, webdriver function can not provide support again.
Therefore, be necessary to provide a kind of automated test tool, scenes different separately can be tackled, to support web system automatic test better.
Summary of the invention
Fundamental purpose of the present invention is to provide a kind of web system method of testing and device, can tackle different web system, supports that the dissimilar page carries out automatic test, improves tester's work efficiency.
In order to achieve the above object, the present invention proposes a kind of web system method of testing, comprising:
Obtain test cases;
Obtain the model selection script set in described test cases;
According to the model selection script set in test cases, select corresponding Test driver pattern, perform described test cases.
Preferably, the described model selection script according to setting in test cases, select corresponding Test driver pattern, the step performing described test cases comprises:
When the model selection script set in described test cases is script corresponding to sahi Test driver pattern, selects sahi Test driver pattern, under described sahi Test driver pattern, perform described test cases;
When the model selection script set in described test cases is script corresponding to webdrive Test driver pattern, selects webdrive Test driver pattern, under described webdrive Test driver pattern, perform described test cases.
Preferably, described under sahi Test driver pattern, the step performing described test cases comprises:
The test access request of browser transmission is obtained, by described test access request forward to the webserver by proxy server; Described test access request carries the test code of described test cases;
That the described webserver returns, corresponding with the test code of the described test cases page is received by described proxy server;
The script of setting is injected in the described page;
By the script operation page elements of described injection, automatic test is carried out to the page;
The page obtained after test is returned to described browser, returns to client by described browser.
Preferably, described by proxy server obtain tested browser send test access request before also comprise:
When starting described proxy server, stochastic generation port, as the proxy port of described browser.
Preferably, under described webdrive Test driver pattern, the step performing described test cases comprises:
After browser starts, the API of browser is packaged into webdrive command interface;
On described browser, by described webdrive command interface, receive the test access request that client sends, described test access request is sent to the webserver; Described test access request carries the test code of described test cases;
Obtain the content of pages from the described webserver that described browser returns;
By described webdrive command interface operation pages element, automatic test is carried out to the page, and the page obtained after test is returned to client.
The embodiment of the present invention also proposes a kind of web system proving installation, comprising:
Case acquisition module, for obtaining test cases;
Pattern script acquisition module, for obtaining the model selection script set in described test cases;
Testing execution module, for according to the model selection script set in test cases, selects corresponding Test driver pattern, performs described test cases.
Preferably, described testing execution module, time also for being script corresponding to sahi Test driver pattern when the model selection script set in described test cases, selecting sahi Test driver pattern, under described sahi Test driver pattern, performing described test cases; When the model selection script set in described test cases is script corresponding to webdrive Test driver pattern, selects webdrive Test driver pattern, under described webdrive Test driver pattern, perform described test cases.
Preferably, described testing execution module, also for being obtained the test access request that browser sends by proxy server, by described test access request forward to the webserver; Described test access request carries the test code of described test cases; That the described webserver returns, corresponding with the test code of the described test cases page is received by described proxy server; The script of setting is injected in the described page; By the script operation page elements of described injection, automatic test is carried out to the page; The page obtained after test is returned to described browser, returns to client by described browser.
Preferably, described testing execution module, also for when starting described proxy server, stochastic generation port, as the proxy port of described browser.
Preferably, described testing execution module, also for after browser starts, is packaged into webdrive command interface by the API of browser; On described browser, by described webdrive command interface, receive the test access request that client sends, described test access request is sent to the webserver; Described test access request carries the test code of described test cases; Obtain the content of pages from the described webserver that described browser returns; By described webdrive command interface operation pages element, automatic test is carried out to the page, and the page obtained after test is returned to client.
A kind of web system method of testing that the embodiment of the present invention proposes and device, by obtaining test cases; Obtain the model selection script set in test cases; According to the model selection script set in test cases, select corresponding Test driver pattern, perform test cases, the present invention program can for different web system, select different patterns, tackle scenes different separately, support that the dissimilar page carries out automatic test, thus can better support web system automatic test, improve tester's work efficiency.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet of web system method of testing of the present invention preferred embodiment;
Fig. 2 is the high-level schematic functional block diagram of web system proving installation of the present invention preferred embodiment.
In order to make technical scheme of the present invention clearly, understand, be described in further detail below in conjunction with accompanying drawing.
Embodiment
The solution of the embodiment of the present invention is mainly: by obtaining test cases; Obtain the model selection script set in test cases; According to the model selection script set in test cases, select corresponding Test driver pattern, perform test cases, the present invention program can for different web system, select different patterns, tackle scenes different separately, support that the dissimilar page carries out automatic test, thus can better support web system automatic test.
As shown in Figure 1, present pre-ferred embodiments proposes a kind of web system method of testing, comprising:
Step S101, obtains test cases;
Due to existing automated test tool, specific automated test tool can only be adopted to test web system, but for dissimilar webpage, then there is the drawback that cannot complete test in existing testing tool, such as, during the script conflict that the js script that some web system pages contain and sahi inject, the automatic test of sahi just can not go on; When running into modal dialog box, webdriver function can not provide support, and makes webdriver testing tool to complete automatic test.
Embodiment of the present invention scheme is intended to auxiliary web automatic test, many drive patterns are increased newly, support the different modes such as sahi, webdriver, the method that user can be allowed to call different testing tool by a testing tool carries out web automatic test, by selecting different patterns, tackle scenes different separately, not only improve tester's work efficiency, and web system automatic test can be supported better.
Particularly, first, obtain test cases, test cases comprises the test code of needs test, in addition, model selection script is also set with in test cases, select script by invocation pattern, the test pattern that user selects can be obtained, and then the test pattern can selected according to user adopts corresponding testing tool to test test cases, the present embodiment scheme has increased many drive patterns newly, can support the different driving patterns such as sahi, webdriver.
Step S102, obtains the model selection script set in described test cases;
Step S103, according to the model selection script set in test cases, selects corresponding Test driver pattern, performs described test cases.
As previously mentioned, the test pattern that the present embodiment scheme can be selected according to user adopts corresponding testing tool to test test cases, specifically can support the different Test driver pattern such as sahi, webdriver, the present embodiment is illustrated with these two kinds of Test driver patterns of sahi, webdriver, and definition sahi Test driver pattern is the first Test driver pattern respectively, webdriver Test driver pattern is the second Test driver pattern.
First, obtain the model selection script set in test cases, according to the model selection script set in test cases, select corresponding Test driver pattern, perform described test cases.
If judge that the Test driver pattern of current test cases is as sahi Test driver pattern, then call sahi tool operation page elements, test the page according to model selection script; If judge that the Test driver pattern of current test cases is as webdrive Test driver pattern, then call webdrive tool operation page elements, test the page according to model selection script.
That is, when the model selection script set in described test cases is script corresponding to sahi Test driver pattern, selects sahi Test driver pattern, under described sahi Test driver pattern, perform described test cases; When the model selection script set in described test cases is script corresponding to webdrive Test driver pattern, selects webdrive Test driver pattern, under described webdrive Test driver pattern, perform described test cases.
More specifically, under sahi Test driver pattern, perform test cases by proxy server, complete the automatic test of web webpage.
First, the principle of work of the sahi instrument (the present embodiment claims plsa) that proxy server relates to is introduced:
Plsa be one based on the web automation tools sahi that increases income, its flow process realizing automatic test operation pages element is as follows:
First, start plsa server (i.e. proxy server), meeting stochastic generation port, and automatically the agency of browser is arranged to this port.
Afterwards, the network address that user accesses on a web browser can be kidnapped by plsa server, and plsa server is transmitted to the webserver the http request of user.
Webserver back page content is to plsa server, and plsa server injects js script to content of pages, and then content is returned to browser.
Because be filled with js script to the page, plsa instrument just can carry out operation pages element according to the various methods provided in script, thus realizes carrying out automation mechanized operation to this web system.
The present embodiment is under sahi Test driver pattern, and the process being performed test cases by proxy server specifically can be comprised:
When starting proxy server, stochastic generation port, as the proxy port of browser.
Afterwards, user triggers test access request on a web browser, and proxy server obtains browser and is sent to the test access request of the webserver, by proxy server by test access request forward to the webserver; Described test access request carries the test code of described test cases;
That the described webserver returns, corresponding with the test code of the described test cases page is received by described proxy server.
Afterwards, in the page, the script of setting is injected by proxy server; Then, by the script operation page elements of described injection, automatic test is carried out to the page.
Finally, the page obtained after test is returned to browser by proxy server, returns to client by described browser.
Complete the automatic test operation of current test cases thus.
If under webdrive Test driver pattern, then perform test cases by webdrive instrument, complete the automatic test of web webpage.
First the principle of work of webdrive instrument is introduced:
Webdriver is the automated test tool that another is increased income, it provide completely other a kind of mode and browser mutual.That is exactly the API (application programming interface) utilizing browser primary, be packaged into a set of more OO interface, element in direct control browser page, even operating browser (screenshotss itself, window size, starts, and closes, plug-in unit is installed, configuration certificate and so on).
Webdriver is the Classic couture Model Design according to server – client (service end-client).
Server end is exactly arbitrary browser.After test script starts browser, this browser is exactly remote server (remote server), and it waits for that client sends request and makes response.
To client end, be exactly the test code of user in brief, some behaviors in test code, such as open any browser, turn that to jump to the operation such as specific url be send to browser in the mode of http request; Browser accepts request, and performs corresponding operating, and in response, return the information such as executing state, rreturn value.
Webdriver instrument is utilized to realize automatic test, in fact the request being exactly client transmission is certain specific page elements of location, server returns this element information, such as ELEMENT:{2192893e-f260-44c4-bdf6-7aad3c919739}, represent the id navigating to element, by this id, client can send as the request of click and so on and server hold carry out mutual.
Current webdriver supports the browsers such as ie, chrome, firefox and opera, and these browsers all achieve the various interfaces of webdriver agreement, and client can go the automation mechanized operation carrying out browser by unified interface.
The present embodiment, under webdrive Test driver pattern, performs test cases by webdrive instrument, and the process completing the automatic test of web webpage specifically can comprise:
After browser starts, the API of browser is packaged into webdrive command interface;
On described browser, by described webdrive command interface, receive the test access request that client sends, described test access request is sent to the webserver; Described test access request carries the test code of described test cases;
Obtain the content of pages from the described webserver that described browser returns;
By described webdrive command interface operation pages element, automatic test is carried out to the page, and the page obtained after test is returned to client.
Complete the automatic test operation of current test cases thus.
The present embodiment passes through such scheme, by obtaining test cases; Obtain the model selection script set in test cases; According to the model selection script set in test cases, select corresponding Test driver pattern, perform test cases, the present invention program can for different web system, select different patterns, tackle scenes different separately, support that the dissimilar page carries out automatic test, thus can better support web system automatic test, improve tester's work efficiency.
As shown in Figure 2, present pre-ferred embodiments proposes a kind of web system proving installation, comprising: case acquisition module 201, pattern script acquisition module 202 and testing execution module 203, wherein:
Case acquisition module 201, for obtaining test cases;
Pattern script acquisition module 202, for obtaining the model selection script set in described test cases;
Testing execution module 203, for according to the model selection script set in test cases, selects corresponding Test driver pattern, performs described test cases.
Due to existing automated test tool, specific automated test tool can only be adopted to test web system, but for dissimilar webpage, then there is the drawback that cannot complete test in existing testing tool, such as, during the script conflict that the js script that some web system pages contain and sahi inject, the automatic test of sahi just can not go on; When running into modal dialog box, webdriver function can not provide support, and makes webdriver testing tool to complete automatic test.
Embodiment of the present invention scheme is intended to auxiliary web automatic test, many drive patterns are increased newly, support the different modes such as sahi, webdriver, the method that user can be allowed to call different testing tool by a testing tool carries out web automatic test, by selecting different patterns, tackle scenes different separately, not only improve tester's work efficiency, and web system automatic test can be supported better.
Particularly, first, obtain test cases, test cases comprises the test code of needs test, in addition, model selection script is also set with in test cases, script is selected by invocation pattern, the test pattern that user selects can be obtained, and then the test pattern can selected according to user adopts corresponding testing tool to test test cases, the present embodiment scheme has increased many drive patterns newly, can support the different driving patterns such as sahi, webdriver, and the present embodiment is illustrated with these two kinds of Test driver patterns of sahi, webdriver.
First, obtain the model selection script set in test cases, according to the model selection script set in test cases, select corresponding Test driver pattern, perform described test cases.
If judge that the Test driver pattern of current test cases is as sahi Test driver pattern, then call sahi tool operation page elements, test the page according to model selection script; If judge that the Test driver pattern of current test cases is as webdrive Test driver pattern, then call webdrive tool operation page elements, test the page according to model selection script.
That is, when the model selection script set in described test cases is script corresponding to sahi Test driver pattern, selects sahi Test driver pattern, under described sahi Test driver pattern, perform described test cases; When the model selection script set in described test cases is script corresponding to webdrive Test driver pattern, selects webdrive Test driver pattern, under described webdrive Test driver pattern, perform described test cases.
More specifically, under sahi Test driver pattern, perform test cases by proxy server, complete the automatic test of web webpage.
First, the principle of work of the sahi instrument (the present embodiment claims plsa) that proxy server relates to is introduced:
Plsa be one based on the web automation tools sahi that increases income, its flow process realizing automatic test operation pages element is as follows:
First, start plsa server (i.e. proxy server), meeting stochastic generation port, and automatically the agency of browser is arranged to this port.
Afterwards, the network address that user accesses on a web browser can be kidnapped by plsa server, and plsa server is transmitted to the webserver the http request of user.
Webserver back page content is to plsa server, and plsa server injects js script to content of pages, and then content is returned to browser.
Because be filled with js script to the page, plsa instrument just can carry out operation pages element according to the various methods provided in script, thus realizes carrying out automation mechanized operation to this web system.
The present embodiment is under sahi Test driver pattern, and the process being performed test cases by proxy server specifically can be comprised:
When starting proxy server, stochastic generation port, as the proxy port of browser.
Afterwards, user triggers test access request on a web browser, and proxy server obtains browser and is sent to the test access request of the webserver, by proxy server by test access request forward to the webserver; Described test access request carries the test code of described test cases;
That the described webserver returns, corresponding with the test code of the described test cases page is received by described proxy server.
Afterwards, in the page, the script of setting is injected by proxy server; Then, by the script operation page elements of described injection, automatic test is carried out to the page.
Finally, the page obtained after test is returned to browser by proxy server, returns to client by described browser.
Complete the automatic test operation of current test cases thus.
If under webdrive Test driver pattern, then perform test cases by webdrive instrument, complete the automatic test of web webpage.
First the principle of work of webdrive instrument is introduced:
Webdriver is the automated test tool that another is increased income, it provide completely other a kind of mode and browser mutual.That is exactly the API (application programming interface) utilizing browser primary, be packaged into a set of more OO interface, element in direct control browser page, even operating browser (screenshotss itself, window size, starts, and closes, plug-in unit is installed, configuration certificate and so on).
Webdriver is the Classic couture Model Design according to server – client (service end-client).
Server end is exactly arbitrary browser.After test script starts browser, this browser is exactly remote server (remote server), and it waits for that client sends request and makes response.
To client end, be exactly the test code of user in brief, some behaviors in test code, such as open any browser, turn that to jump to the operation such as specific url be send to browser in the mode of http request; Browser accepts request, and performs corresponding operating, and in response, return the information such as executing state, rreturn value.
Webdriver instrument is utilized to realize automatic test, in fact the request being exactly client transmission is certain specific page elements of location, server returns this element information, such as ELEMENT:{2192893e-f260-44c4-bdf6-7aad3c919739}, represent the id navigating to element, by this id, client can send as the request of click and so on and server hold carry out mutual.
Current webdriver supports the browsers such as ie, chrome, firefox and opera, and these browsers all achieve the various interfaces of webdriver agreement, and client can go the automation mechanized operation carrying out browser by unified interface.
The present embodiment, under webdrive Test driver pattern, performs test cases by webdrive instrument, and the process completing the automatic test of web webpage specifically can comprise:
After browser starts, the API of browser is packaged into webdrive command interface;
On described browser, by described webdrive command interface, receive the test access request that client sends, described test access request is sent to the webserver; Described test access request carries the test code of described test cases;
Obtain the content of pages from the described webserver that described browser returns;
By described webdrive command interface operation pages element, automatic test is carried out to the page, and the page obtained after test is returned to client.
Complete the automatic test operation of current test cases thus.
The present embodiment passes through such scheme, by obtaining test cases; Obtain the model selection script set in test cases; According to the model selection script set in test cases, select corresponding Test driver pattern, perform test cases, the present invention program can for different web system, select different patterns, tackle scenes different separately, support that the dissimilar page carries out automatic test, thus can better support web system automatic test, improve tester's work efficiency.
The foregoing is only the preferred embodiments of the present invention; not thereby the scope of the claims of the present invention is limited; every utilize instructions of the present invention and accompanying drawing content to do equivalent structure or flow process conversion; or be directly or indirectly used in other relevant technical field, be all in like manner included in scope of patent protection of the present invention.

Claims (10)

1. a web system method of testing, is characterized in that, comprising:
Obtain test cases;
Obtain the model selection script set in described test cases;
According to the model selection script set in test cases, select corresponding Test driver pattern, perform described test cases.
2. method according to claim 1, is characterized in that, the described model selection script according to setting in test cases, and select corresponding Test driver pattern, the step performing described test cases comprises:
When the model selection script set in described test cases is script corresponding to sahi Test driver pattern, selects sahi Test driver pattern, under described sahi Test driver pattern, perform described test cases;
When the model selection script set in described test cases is script corresponding to webdrive Test driver pattern, selects webdrive Test driver pattern, under described webdrive Test driver pattern, perform described test cases.
3. method according to claim 2, is characterized in that, described under sahi Test driver pattern, the step performing described test cases comprises:
The test access request of browser transmission is obtained, by described test access request forward to the webserver by proxy server; Described test access request carries the test code of described test cases;
That the described webserver returns, corresponding with the test code of the described test cases page is received by described proxy server;
The script of setting is injected in the described page;
By the script operation page elements of described injection, automatic test is carried out to the page;
The page obtained after test is returned to described browser, returns to client by described browser.
4. method according to claim 3, is characterized in that, described by proxy server obtain tested browser send test access request before also comprise:
When starting described proxy server, stochastic generation port, as the proxy port of described browser.
5. method according to claim 2, is characterized in that, under described webdrive Test driver pattern, the step performing described test cases comprises:
After browser starts, the API of browser is packaged into webdrive command interface;
On described browser, by described webdrive command interface, receive the test access request that client sends, described test access request is sent to the webserver; Described test access request carries the test code of described test cases;
Obtain the content of pages from the described webserver that described browser returns;
By described webdrive command interface operation pages element, automatic test is carried out to the page, and the page obtained after test is returned to client.
6. a web system proving installation, is characterized in that, comprising:
Case acquisition module, for obtaining test cases;
Pattern script acquisition module, for obtaining the model selection script set in described test cases;
Testing execution module, for according to the model selection script set in test cases, selects corresponding Test driver pattern, performs described test cases.
7. device according to claim 6, is characterized in that,
Described testing execution module, time also for being script corresponding to sahi Test driver pattern when the model selection script set in described test cases, selecting sahi Test driver pattern, under described sahi Test driver pattern, performing described test cases; When the model selection script set in described test cases is script corresponding to webdrive Test driver pattern, selects webdrive Test driver pattern, under described webdrive Test driver pattern, perform described test cases.
8. device according to claim 7, is characterized in that,
Described testing execution module, also for being obtained the test access request that browser sends by proxy server, by described test access request forward to the webserver; Described test access request carries the test code of described test cases; That the described webserver returns, corresponding with the test code of the described test cases page is received by described proxy server; The script of setting is injected in the described page; By the script operation page elements of described injection, automatic test is carried out to the page; The page obtained after test is returned to described browser, returns to client by described browser.
9. device according to claim 8, is characterized in that,
Described testing execution module, also for when starting described proxy server, stochastic generation port, as the proxy port of described browser.
10. device according to claim 7, is characterized in that,
Described testing execution module, also for after browser starts, is packaged into webdrive command interface by the API of browser; On described browser, by described webdrive command interface, receive the test access request that client sends, described test access request is sent to the webserver; Described test access request carries the test code of described test cases; Obtain the content of pages from the described webserver that described browser returns; By described webdrive command interface operation pages element, automatic test is carried out to the page, and the page obtained after test is returned to client.
CN201410843168.9A 2014-12-29 2014-12-29 Web system method of testing and device Active CN104834594B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410843168.9A CN104834594B (en) 2014-12-29 2014-12-29 Web system method of testing and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410843168.9A CN104834594B (en) 2014-12-29 2014-12-29 Web system method of testing and device

Publications (2)

Publication Number Publication Date
CN104834594A true CN104834594A (en) 2015-08-12
CN104834594B CN104834594B (en) 2017-11-17

Family

ID=53812499

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410843168.9A Active CN104834594B (en) 2014-12-29 2014-12-29 Web system method of testing and device

Country Status (1)

Country Link
CN (1) CN104834594B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106776319A (en) * 2016-12-15 2017-05-31 广州酷狗计算机科技有限公司 Automatic test approach and device
CN107368425A (en) * 2017-08-25 2017-11-21 郑州云海信息技术有限公司 A kind of openstack method of testings
CN107454124A (en) * 2016-05-31 2017-12-08 阿里巴巴集团控股有限公司 Equipment automatization method and device
CN109359039A (en) * 2018-09-30 2019-02-19 福建星瑞格软件有限公司 A method of promoting Sahi automatic test efficiency

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1987819A (en) * 2005-12-21 2007-06-27 三星电子株式会社 Selective test method and test apparatus thereof
US20100064763A1 (en) * 2008-02-14 2010-03-18 Gaikwad Sangram K Web-based system and method for configuring test equipment
CN102495789A (en) * 2011-10-18 2012-06-13 瑞斯康达科技发展股份有限公司 Automatic test method and device for the same
CN103853654A (en) * 2012-11-30 2014-06-11 国际商业机器公司 Method and device for selecting webpage testing paths

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1987819A (en) * 2005-12-21 2007-06-27 三星电子株式会社 Selective test method and test apparatus thereof
US20100064763A1 (en) * 2008-02-14 2010-03-18 Gaikwad Sangram K Web-based system and method for configuring test equipment
CN102495789A (en) * 2011-10-18 2012-06-13 瑞斯康达科技发展股份有限公司 Automatic test method and device for the same
CN103853654A (en) * 2012-11-30 2014-06-11 国际商业机器公司 Method and device for selecting webpage testing paths

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
TIM_SHENG: ""揭秘Webdriver实现原理"", 《HTTP://WWW.CNBLOGS.COM/TIMSHENG/ARCHIVE/2012/06/12/2546957.HTML》 *
杨晓波等: ""使用Sahi实现Web自动化测试"", 《HTTPS://WWW.IBM.COM/DEVELOPERWORKS/CN/WEB/1403_YANGXB_SAHI/》 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107454124A (en) * 2016-05-31 2017-12-08 阿里巴巴集团控股有限公司 Equipment automatization method and device
CN107454124B (en) * 2016-05-31 2020-11-03 创新先进技术有限公司 Equipment automation method and device
CN106776319A (en) * 2016-12-15 2017-05-31 广州酷狗计算机科技有限公司 Automatic test approach and device
CN106776319B (en) * 2016-12-15 2020-02-14 广州酷狗计算机科技有限公司 Automatic test method and device
CN107368425A (en) * 2017-08-25 2017-11-21 郑州云海信息技术有限公司 A kind of openstack method of testings
CN109359039A (en) * 2018-09-30 2019-02-19 福建星瑞格软件有限公司 A method of promoting Sahi automatic test efficiency

Also Published As

Publication number Publication date
CN104834594B (en) 2017-11-17

Similar Documents

Publication Publication Date Title
CN106708899B (en) Automatic point burying method and device
CN107688529B (en) Component debugging method and device
CN107256195B (en) Webpage front-end test method and device
CN106326104B (en) Terminal control testing method and device
CN107592238B (en) Automatic test method and system of interface, service terminal and memory
CN103997452A (en) Information sharing method and apparatus among multiple platforms
CN105159833A (en) Automatic testing device and method
CN104834594A (en) Method and apparatus for testing web system
CN107807545B (en) Debugging method and device for remote control end
CN104246702A (en) Workflow compilation
CN103246606B (en) The performance test methods of ESB platform and system
CN105426165A (en) Script tool processing method and apparatus
CN104967644A (en) Message push method, apparatus and system
CN105204991A (en) Internet of things test method and device
CN105373478A (en) Automatic test method and system
CN104298602A (en) Method and device for debugging application program
CN105808417A (en) Automated testing method and proxy server
CN104468260A (en) Recognition method, device and system for mobile terminal device
CN110633219A (en) Page testing method and device, storage medium and electronic equipment
CN103647775B (en) Method and apparatus for registration in webpage
CN105117345A (en) Interface testing method and device for application program
CN109684571A (en) A kind of collecting method and device, storage medium
CN106294119B (en) Test scheduling system and method and terminal equipment
CN103324567B (en) A kind of adjustment method of application engine and debug system
CN111046062B (en) Applet data acquisition method, intelligent terminal and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
EXSB Decision made by sipo to initiate substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant