CN104834594B - Web system method of testing and device - Google Patents

Web system method of testing and device Download PDF

Info

Publication number
CN104834594B
CN104834594B CN201410843168.9A CN201410843168A CN104834594B CN 104834594 B CN104834594 B CN 104834594B CN 201410843168 A CN201410843168 A CN 201410843168A CN 104834594 B CN104834594 B CN 104834594B
Authority
CN
China
Prior art keywords
test
browser
page
test 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.)
Active
Application number
CN201410843168.9A
Other languages
Chinese (zh)
Other versions
CN104834594A (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

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The present invention relates to a kind of web system method of testing and device, its method includes:Obtain test cases;Obtain the model selection script set in the test cases;According to the model selection script set in test cases, corresponding Test driver pattern is selected, performs test cases.The present invention can be directed to different web systems, select different test patterns, the respective different scene of reply, so as to preferably support web system automatic test, improve tester's operating efficiency.

Description

Web system method of testing and device
Technical field
The present invention relates to network technique field, more particularly to a kind of web system method of testing and device.
Background technology
At present, existing automation tools (sahi, webdriver etc.) can preferably support that in general Web page system is automatic Change test.But at some in particular cases, each there is certain limitation.Such as the js pin that the web system page having contains During this script injected with sahi conflict, sahi automatic test cannot go on;Again for example, multimodal dialogue is being run into During frame, webdriver functions can not provide support again.
Therefore, it is necessary to provide a kind of automated test tool, each different scenes is coped with, preferably to support Web system automatic test.
The content of the invention
It is a primary object of the present invention to provide a kind of web system method of testing and device, different web systems can be tackled System, support the different types of page to carry out automatic test, improve tester's operating efficiency.
In order to achieve the above object, the present invention proposes a kind of web system method of testing, including:
Obtain test cases;
Obtain the model selection script set in the test cases;
According to the model selection script set in test cases, corresponding Test driver pattern is selected, performs the test Case.
Preferably, it is described according to the model selection script set in test cases, corresponding Test driver pattern is selected, is held The step of row test cases, includes:
When script corresponding to the model selection script set in the test cases as sahi Test driver patterns, selection Sahi Test driver patterns, under the sahi Test drivers pattern, perform the test cases;
When script corresponding to the model selection script set in the test cases as webdrive Test driver patterns, Webdrive Test driver patterns are selected, under the webdrive Test drivers pattern, perform the test cases.
Preferably, described under sahi Test driver patterns, the step of performing the test cases, includes:
The test access request of browser transmission is obtained by proxy server, the test access request is forwarded to net Network server;The test access request carries the test code of the test cases;
Test code pair that the webserver returns, with the test cases is received by the proxy server The page answered;
The script of setting is injected in the page;
By the script operation page elements of the injection, automatic test is carried out to the page;
The page obtained after test is returned into the browser, client is returned to by the browser.
Preferably, the test access request that tested browser transmission is obtained by proxy server is also wrapped before Include:
When starting the proxy server, a port is generated at random, the proxy port as the browser.
Preferably, under the webdrive Test drivers pattern, the step of performing the test cases, includes:
After browser startup, the API of browser is packaged into webdrive command interfaces;
On the browser, by the webdrive command interfaces, the test access request that client is sent is received, The test access request is sent to the webserver;The test access request carries the test generation of the test cases Code;
Obtain the content of pages from the webserver that the browser returns;
By the webdrive command interfaces operation pages element, automatic test is carried out to the page, and by after test The obtained page returns to client.
The embodiment of the present invention also proposes a kind of web system test device, including:
Case acquisition module, for obtaining test cases;
Pattern script acquisition module, for obtaining the model selection script set in the test cases;
Testing execution module, for according to the model selection script set in test cases, selecting corresponding Test driver Pattern, perform the test cases.
Preferably, the testing execution module, be additionally operable to work as in the test cases model selection script that sets as Corresponding to sahi Test driver patterns during script, sahi Test driver patterns are selected, under the sahi Test drivers pattern, are held The row test cases;When corresponding to the model selection script set in the test cases as webdrive Test driver patterns During script, webdrive Test driver patterns are selected, under the webdrive Test drivers pattern, perform the test case Example.
Preferably, the testing execution module, it is additionally operable to the test access for obtaining browser by proxy server and sending Request, the test access request is forwarded to the webserver;The test access request carries the test cases Test code;Test code that the webserver returns, with the test cases is received by the proxy server The corresponding page;The script of setting is injected in the page;By the script operation page elements of the injection, the page is entered Row automatic test;The page obtained after test is returned into the browser, client is returned to by the browser.
Preferably, the testing execution module, it is additionally operable to when starting the proxy server, random one end of generation Mouthful, the proxy port as the browser.
Preferably, the testing execution module, it is additionally operable to after browser starts, the API of browser is packaged into Webdrive command interfaces;On the browser, by the webdrive command interfaces, the test that client is sent is received Access request, the test access request is sent to the webserver;The test access request carries the test case The test code of example;Obtain the content of pages from the webserver that the browser returns;By described Webdrive command interface operation pages elements, 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 and device that the embodiment of the present invention proposes, by obtaining test cases;Obtain test The model selection script set in case;According to the model selection script set in test cases, corresponding Test driver is selected Pattern, test cases is performed, the present invention program can be directed to different web systems, select different patterns, tackle each different Scene, support the different types of page to carry out automatic test, so as to preferably support web system automatic test, Improve tester's operating efficiency.
Brief description of the drawings
Fig. 1 is the schematic flow sheet of web system method of testing preferred embodiment of the present invention;
Fig. 2 is the high-level schematic functional block diagram of web system test device preferred embodiment of the present invention.
In order that technical scheme is clearer, clear, it is 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 mould set in test cases Formula selects script;According to the model selection script set in test cases, corresponding Test driver pattern is selected, performs test case Example, the present invention program can be directed to different web systems, select different patterns, the respective different scene of reply, support different The page of type carries out automatic test, so as to preferably support web system automatic test.
As shown in figure 1, present pre-ferred embodiments propose a kind of web system method of testing, including:
Step S101, obtain test cases;
Due to existing automated test tool, web system can only be surveyed using specific automated test tool Examination, but for different types of webpage, existing testing tool the drawbacks of then presence can not complete test, such as, some web systems When the js scripts and the script of sahi injections that the system page contains conflict, sahi automatic test cannot go on;Run into During modal dialog box, webdriver functions can not provide support so that webdriver testing tools can not complete automation and survey Examination.
Scheme of the embodiment of the present invention is intended to aid in web automatic tests, has increased more drive patterns newly, support sahi, The different modes such as webdriver, user can be allowed to call the method for different testing tools to carry out web certainly by a testing tool Dynamicization is tested, and by selecting different patterns, the respective different scene of reply, not only improves tester's operating efficiency, and Web system automatic test can preferably be supported.
Specifically, first, test cases is obtained, test cases includes the test code that needs are tested, in addition, testing Model selection script is also set with case, script is selected by invocation pattern, the test pattern of user's selection can be obtained, entered And test cases can be tested using corresponding testing tool according to the test pattern that user selects, this embodiment scheme More drive patterns are increased newly, the different driving pattern such as sahi, webdriver can be supported.
Step S102, obtain the model selection script set in the test cases;
Step S103, according to the model selection script set in test cases, corresponding Test driver pattern is selected, performed The test cases.
As it was previously stated, the test pattern that this embodiment scheme can select according to user uses corresponding testing tool to surveying Examination case is tested, and can specifically support the different Test driver patterns such as sahi, webdriver, the present embodiment with sahi, Both Test driver patterns of webdriver are illustrated, and are defined sahi Test drivers pattern respectively and driven for the first test Dynamic model formula, webdriver Test drivers pattern are second of Test driver pattern.
First, the model selection script set in test cases is obtained, according to the model selection pin set in test cases This, selects corresponding Test driver pattern, performs the test cases.
If the Test driver pattern that current test cases is judged according to model selection script is sahi Test driver patterns, Sahi tool operation page elements are called, the page is tested;If current test cases is judged according to model selection script Test driver pattern is webdrive Test driver patterns, then calls webdrive tool operation page elements, and the page is carried out Test.
That is, when pin corresponding to the model selection script set in the test cases as sahi Test driver patterns This when, sahi Test driver patterns are selected, under the sahi Test drivers pattern, perform the test cases;When the survey Corresponding to the model selection script as webdrive Test driver patterns set in examination case during script, webdrive tests are selected Drive pattern, under the webdrive Test drivers pattern, perform the test cases.
More specifically, under sahi Test driver patterns, test cases is performed by proxy server, completes web The automatic test of webpage.
First, the operation principle for the sahi instruments (the present embodiment claims plsa) that proxy server is related to is introduced:
Plsa is one and is based on the web automation tools sahi that increase income, and it realizes the stream of automatic test operation pages element Journey is as follows:
First, start plsa servers (i.e. proxy server), a port can be generated at random, and automatically browser Agency is arranged to this port.
Afterwards, the network address that user accesses on a web browser can be kidnapped by plsa servers, and plsa servers are user Http request be transmitted to the webserver.
Webserver back page content gives plsa servers, and plsa servers inject js scripts to content of pages, so Content is returned to browser again afterwards.
Because being filled with js scripts to the page, plsa instruments can operates page according to the various methods provided in script Surface element, automation mechanized operation is carried out to the web system so as to realize.
The present embodiment specifically may be used under sahi Test driver patterns, by proxy server to perform the process of test cases With including:
When starting proxy server, a port is generated at random, the proxy port as browser.
Afterwards, user triggers test access request on a web browser, and proxy server obtains browser and sent to network clothes The test access request of business device, the webserver is forwarded to by access request is tested by proxy server;The test accesses please Seek the test code for carrying the test cases;
Test code pair that the webserver returns, with the test cases is received by the proxy server The page answered.
Afterwards, the script of setting is injected in the page by proxy server;Then, the script operation of the injection is passed through Page elements, automatic test is carried out to the page.
Finally, the page obtained after test is returned to browser by proxy server, and client is returned to by the browser End.
Thus the automatic test operation of current test cases is completed.
If under webdrive Test driver patterns, test cases is performed by webdrive instruments, completes web nets The automatic test of page.
The operation principle of webdrive instruments is introduced first:
Webdriver is the automated test tool that another is increased income, it provide complete another mode with it is clear Device of looking at interacts.That is exactly using the primary API (application programming interface) of browser, is packaged into a set of more object-oriented Interface, the element in browser page is directly operated, or even operation browser (screenshotss, window size, starts, closed, pacify in itself Plug part, configuration certificate etc).
Webdriver is the Classic couture Model Design according to server-client (service end-client).
Server ends are exactly arbitrary browser.After test script starts browser, the browser is exactly remote Server (remote server), it waits client to send and asks and respond.
It is exactly the test code of user in brief to client ends, some behaviors in code is tested, for example open Browser, turn that to jump to the operations such as specific url be that browser is sent in a manner of http request;Browser receives request, and Corresponding operating is performed, and the information such as execution state, return value are returned in response.
Automatic test is realized using webdriver instruments, the request that actually client is sent is to position some Specific page elements, server return to the element information, such as ELEMENT:{2192893e-f260-44c4-bdf6- 7aad3c919739 }, represent to navigate to the id of element, by the id, client can send request such as click etc with Server ends interact.
Webdriver supports browser, these browsers such as ie, chrome, firefox and opera to realize at present The various interfaces of webdriver agreements, client can go to carry out the automation mechanized operation of browser by unified interface.
The present embodiment performs test cases under webdrive Test driver patterns by webdrive instruments, completes The process of the automatic test of web page can specifically include:
After browser startup, the API of browser is packaged into webdrive command interfaces;
On the browser, by the webdrive command interfaces, the test access request that client is sent is received, The test access request is sent to the webserver;The test access request carries the test generation of the test cases Code;
Obtain the content of pages from the webserver that the browser returns;
By the webdrive command interfaces operation pages element, automatic test is carried out to the page, and by after test The obtained page returns to client.
Thus the automatic test operation of current test cases is completed.
The present embodiment is by such scheme, by obtaining test cases;Obtain the model selection pin set in test cases This;According to the model selection script set in test cases, corresponding Test driver pattern is selected, performs test cases, this hair Bright scheme can be directed to different web systems, select different patterns, the respective different scene of reply, support different types of The page carries out automatic test, so as to preferably support web system automatic test, improves tester's operating efficiency.
As shown in Fig. 2 present pre-ferred embodiments propose a kind of web system test device, including:Case acquisition module 201st, 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 the test cases;
Testing execution module 203, for according to the model selection script set in test cases, selecting corresponding test to drive Dynamic model formula, perform the test cases.
Due to existing automated test tool, web system can only be surveyed using specific automated test tool Examination, but for different types of webpage, existing testing tool the drawbacks of then presence can not complete test, such as, some web systems When the js scripts and the script of sahi injections that the system page contains conflict, sahi automatic test cannot go on;Run into During modal dialog box, webdriver functions can not provide support so that webdriver testing tools can not complete automation and survey Examination.
Scheme of the embodiment of the present invention is intended to aid in web automatic tests, has increased more drive patterns newly, support sahi, The different modes such as webdriver, user can be allowed to call the method for different testing tools to carry out web certainly by a testing tool Dynamicization is tested, and by selecting different patterns, the respective different scene of reply, not only improves tester's operating efficiency, and Web system automatic test can preferably be supported.
Specifically, first, test cases is obtained, test cases includes the test code that needs are tested, in addition, testing Model selection script is also set with case, script is selected by invocation pattern, the test pattern of user's selection can be obtained, entered And test cases can be tested using corresponding testing tool according to the test pattern that user selects, this embodiment scheme Increased more drive patterns newly, can support the different driving pattern such as sahi, webdriver, the present embodiment with sahi, Both Test driver patterns of webdriver are illustrated.
First, the model selection script set in test cases is obtained, according to the model selection pin set in test cases This, selects corresponding Test driver pattern, performs the test cases.
If the Test driver pattern that current test cases is judged according to model selection script is sahi Test driver patterns, Sahi tool operation page elements are called, the page is tested;If current test cases is judged according to model selection script Test driver pattern is webdrive Test driver patterns, then calls webdrive tool operation page elements, and the page is carried out Test.
That is, when pin corresponding to the model selection script set in the test cases as sahi Test driver patterns This when, sahi Test driver patterns are selected, under the sahi Test drivers pattern, perform the test cases;When the survey Corresponding to the model selection script as webdrive Test driver patterns set in examination case during script, webdrive tests are selected Drive pattern, under the webdrive Test drivers pattern, perform the test cases.
More specifically, under sahi Test driver patterns, test cases is performed by proxy server, completes web The automatic test of webpage.
First, the operation principle for the sahi instruments (the present embodiment claims plsa) that proxy server is related to is introduced:
Plsa is one and is based on the web automation tools sahi that increase income, and it realizes the stream of automatic test operation pages element Journey is as follows:
First, start plsa servers (i.e. proxy server), a port can be generated at random, and automatically browser Agency is arranged to this port.
Afterwards, the network address that user accesses on a web browser can be kidnapped by plsa servers, and plsa servers are user Http request be transmitted to the webserver.
Webserver back page content gives plsa servers, and plsa servers inject js scripts to content of pages, so Content is returned to browser again afterwards.
Because being filled with js scripts to the page, plsa instruments can operates page according to the various methods provided in script Surface element, automation mechanized operation is carried out to the web system so as to realize.
The present embodiment specifically may be used under sahi Test driver patterns, by proxy server to perform the process of test cases With including:
When starting proxy server, a port is generated at random, the proxy port as browser.
Afterwards, user triggers test access request on a web browser, and proxy server obtains browser and sent to network clothes The test access request of business device, the webserver is forwarded to by access request is tested by proxy server;The test accesses please Seek the test code for carrying the test cases;
Test code pair that the webserver returns, with the test cases is received by the proxy server The page answered.
Afterwards, the script of setting is injected in the page by proxy server;Then, the script operation of the injection is passed through Page elements, automatic test is carried out to the page.
Finally, the page obtained after test is returned to browser by proxy server, and client is returned to by the browser End.
Thus the automatic test operation of current test cases is completed.
If under webdrive Test driver patterns, test cases is performed by webdrive instruments, completes web nets The automatic test of page.
The operation principle of webdrive instruments is introduced first:
Webdriver is the automated test tool that another is increased income, it provide complete another mode with it is clear Device of looking at interacts.That is exactly using the primary API (application programming interface) of browser, is packaged into a set of more object-oriented Interface, the element in browser page is directly operated, or even operation browser (screenshotss, window size, starts, closed, pacify in itself Plug part, configuration certificate etc).
Webdriver is the Classic couture Model Design according to server-client (service end-client).
Server ends are exactly arbitrary browser.After test script starts browser, the browser is exactly remote Server (remote server), it waits client to send and asks and respond.
It is exactly the test code of user in brief to client ends, some behaviors in code is tested, for example open Browser, turn that to jump to the operations such as specific url be that browser is sent in a manner of http request;Browser receives request, and Corresponding operating is performed, and the information such as execution state, return value are returned in response.
Automatic test is realized using webdriver instruments, the request that actually client is sent is to position some Specific page elements, server return to the element information, such as ELEMENT:{2192893e-f260-44c4-bdf6- 7aad3c919739 }, represent to navigate to the id of element, by the id, client can send request such as click etc with Server ends interact.
Webdriver supports browser, these browsers such as ie, chrome, firefox and opera to realize at present The various interfaces of webdriver agreements, client can go to carry out the automation mechanized operation of browser by unified interface.
The present embodiment performs test cases under webdrive Test driver patterns by webdrive instruments, completes The process of the automatic test of web page can specifically include:
After browser startup, the API of browser is packaged into webdrive command interfaces;
On the browser, by the webdrive command interfaces, the test access request that client is sent is received, The test access request is sent to the webserver;The test access request carries the test generation of the test cases Code;
Obtain the content of pages from the webserver that the browser returns;
By the webdrive command interfaces operation pages element, automatic test is carried out to the page, and by after test The obtained page returns to client.
Thus the automatic test operation of current test cases is completed.
The present embodiment is by such scheme, by obtaining test cases;Obtain the model selection pin set in test cases This;According to the model selection script set in test cases, corresponding Test driver pattern is selected, performs test cases, this hair Bright scheme can be directed to different web systems, select different patterns, the respective different scene of reply, support different types of The page carries out automatic test, so as to preferably support web system automatic test, improves tester's operating efficiency.
The preferred embodiments of the present invention are the foregoing is only, are not intended to limit the scope of the invention, every utilization Equivalent structure or the flow conversion that description of the invention and accompanying drawing content are made, or directly or indirectly it is used in other related skills Art field, is included within the scope of the present invention.

Claims (8)

  1. A kind of 1. web system method of testing, it is characterised in that including:
    Obtain test cases;
    Obtain the model selection script set in the test cases;
    According to the model selection script set in test cases, corresponding Test driver pattern is selected, performs the test cases, Wherein, when script corresponding to the model selection script set in the test cases as sahi Test driver patterns, selection Sahi Test driver patterns, under the sahi Test drivers pattern, perform the test cases;Set when in the test cases Fixed model selection script is corresponding to webdrive Test driver patterns during script, selects webdrive Test driver patterns, Under the webdrive Test drivers pattern, the test cases is performed.
  2. 2. according to the method for claim 1, it is characterised in that it is described under sahi Test driver patterns, perform the survey The step of trying case includes:
    The test access request of browser transmission is obtained by proxy server, the test access request is forwarded to network clothes Business device;The test access request carries the test code of the test cases;
    Received by the proxy server that the webserver returns, corresponding with the test code of the test cases The page;
    The script of setting is injected in the page;
    By the script operation page elements of the injection, automatic test is carried out to the page;
    The page obtained after test is returned into the browser, client is returned to by the browser.
  3. 3. according to the method for claim 2, it is characterised in that described that tested browser hair is obtained by proxy server Also include before the test access request sent:
    When starting the proxy server, a port is generated at random, the proxy port as the browser.
  4. 4. according to the method for claim 1, it is characterised in that under the webdrive Test drivers pattern, perform institute The step of stating test cases includes:
    After browser startup, the API of browser is packaged into webdrive command interfaces;
    On the browser, by the webdrive command interfaces, the test access request that client is sent is received, by institute Test access request is stated to send to the webserver;The test access request carries the test code of the test cases;
    Obtain the content of pages from the webserver that the browser returns;
    By the webdrive command interfaces operation pages element, automatic test is carried out to the page, and will be obtained after test The page return to client.
  5. A kind of 5. web system test device, it is characterised in that including:
    Case acquisition module, for obtaining test cases;
    Pattern script acquisition module, for obtaining the model selection script set in the test cases;
    Testing execution module, for according to the model selection script set in test cases, selecting corresponding Test driver pattern, The test cases is performed, wherein, when the model selection script set in the test cases is sahi Test driver pattern pair During the script answered, sahi Test driver patterns are selected, under the sahi Test drivers pattern, perform the test cases;When Corresponding to the model selection script set in the test cases as webdrive Test driver patterns during script, selection Webdrive Test driver patterns, under the webdrive Test drivers pattern, perform the test cases.
  6. 6. device according to claim 5, it is characterised in that
    The testing execution module, the test access request for obtaining browser by proxy server and sending is additionally operable to, by described in Test access request is forwarded to the webserver;The test access request carries the test code of the test cases;It is logical Cross the proxy server and receive the page that the webserver returns, corresponding with the test code of the test cases; The script of setting is injected in the page;By the script operation page elements of the injection, automation survey is carried out to the page Examination;The page obtained after test is returned into the browser, client is returned to by the browser.
  7. 7. device according to claim 6, it is characterised in that
    The testing execution module, it is additionally operable to, when starting the proxy server, a port be generated at random, as described clear Look at the proxy port of device.
  8. 8. device according to claim 5, it is characterised in that
    The testing execution module, it is additionally operable to after browser starts, the API of browser is packaged into webdrive orders and connect Mouthful;On the browser, by the webdrive command interfaces, the test access request that client is sent is received, by institute Test access request is stated to send to the webserver;The test access request carries the test code of the test cases; Obtain the content of pages from the webserver that the browser returns;Operated by the webdrive command interfaces Page elements, automatic test is carried out to the page, and the page obtained after test is returned into 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 CN104834594A (en) 2015-08-12
CN104834594B true 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)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107454124B (en) * 2016-05-31 2020-11-03 创新先进技术有限公司 Equipment automation method 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
CN109359039B (en) * 2018-09-30 2023-01-31 福建星瑞格软件有限公司 Method for improving Sahi automatic testing efficiency

Citations (3)

* 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
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

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100064763A1 (en) * 2008-02-14 2010-03-18 Gaikwad Sangram K Web-based system and method for configuring test equipment

Patent Citations (3)

* 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
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
"使用Sahi实现Web自动化测试";杨晓波等;《https://www.ibm.com/developerworks/cn/web/1403_yangxb_sahi/》;20140317;第2页第1行-第5页第1行、图4-6 *
"揭秘Webdriver实现原理";tim_sheng;《http://www.cnblogs.com/timsheng/archive/2012/06/12/2546957.html》;20120612;第1页第5行-第3页第8行 *

Also Published As

Publication number Publication date
CN104834594A (en) 2015-08-12

Similar Documents

Publication Publication Date Title
CN107256195B (en) Webpage front-end test method and device
CN105354014B (en) Application interface renders methods of exhibiting and device
CN106326104B (en) Terminal control testing method and device
CN104821954B (en) A kind of cross-platform remote procedure calling (PRC) method
CN107688529B (en) Component debugging method and device
JP2019032883A (en) Method, apparatus, server and system for implementing web application
CN102184184B (en) Method for acquiring webpage dynamic information
CN104834594B (en) Web system method of testing and device
CN108614776A (en) Across the dynamic fixing method and system of language protocol test request
CN103412890A (en) Webpage loading method and device
CN103997452A (en) Information sharing method and apparatus among multiple platforms
CN104158836A (en) Method for rendering mobile application interface through data
CN110808897A (en) Proxy access method, user equipment, storage medium, device and system
CN109726098A (en) Interface test method, device and computer readable storage medium
CN102609264A (en) Method and device for generating calling codes by calling application programming interfaces
CN106997298A (en) A kind of application resource acquisition methods and device
CN105516333B (en) A kind of web-based exchange method and system
CN107276842B (en) Interface test method and device and electronic equipment
CN108632361B (en) Webpage online method, server, system and storage medium
CN110795085A (en) Mobile application visual editing method and tool
CN105068802B (en) A kind of Web application software realization system and method for striding equipment operation
CN110633219A (en) Page testing method and device, storage medium and electronic equipment
CN107944055A (en) A kind of reptile method of solution Web certificate verifications
CN105786846A (en) Website platform component capable of generating modules in user-defined manner
CN111666199A (en) Debugging method executed on intelligent terminal and software debugger

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