CN105808417A - Automated testing method and proxy server - Google Patents

Automated testing method and proxy server Download PDF

Info

Publication number
CN105808417A
CN105808417A CN201410836584.6A CN201410836584A CN105808417A CN 105808417 A CN105808417 A CN 105808417A CN 201410836584 A CN201410836584 A CN 201410836584A CN 105808417 A CN105808417 A CN 105808417A
Authority
CN
China
Prior art keywords
page
attribute
test
browser
proxy server
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
CN201410836584.6A
Other languages
Chinese (zh)
Other versions
CN105808417B (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 CN201410836584.6A priority Critical patent/CN105808417B/en
Publication of CN105808417A publication Critical patent/CN105808417A/en
Application granted granted Critical
Publication of CN105808417B publication Critical patent/CN105808417B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Computer And Data Communications (AREA)

Abstract

The invention relates to an automated testing method and a proxy server. The automated testing method comprises that the proxy server obtains a test access request sent by a browser, and the test access request is forwarded to a network server; a page which is returned by the network server and corresponds to a client test code is received; a set script is injected into the page; through the injected script, page elements are operated in a quick mode, and the page is tested; the tested page is returned to the browser, and the browser returns the tested page to the client. According to the invention, an automated test of a page of great size can be achieved, the problem that the automated test of the page of great size cannot be carried out is solved, and therefore the automated test of the web system can be well supported, time that the user spends on compiling and operating cases can be saved, and the working efficiency of testers can be improved.

Description

Automated testing method and proxy server
Technical field
The present invention relates to networking technology area, particularly relate to a kind of automated testing method and proxy server.
Background technology
At present, existing automation tools (QTP, selenium etc.) can support general Web page system automatic test preferably.But run into extremely large-sized page (such as producing some dangerous systems, front end page is likely to tens Mb), page rendering can be slowed down and even stop response, cause that automatic test cannot be carried out down.Therefore, existing automated test tool haves much room for improvement, to solve to run into the problem that extremely large-sized page automatic test cannot be carried out down.
Summary of the invention
Present invention is primarily targeted at a kind of automated testing method of offer and proxy server, it is intended to solve to run into the problem that extremely large-sized page automatic test cannot be carried out down.
In order to achieve the above object, the present invention proposes a kind of automated testing method, including:
Proxy server obtains the test access request that browser sends, and described test access request is forwarded to the webserver;Described test access request carries client test code;
Receive the page corresponding with described client test code that the described webserver returns;
The described page injects the script of setting;
By the script of described injection, with quick mode operation pages element, the page is tested;
The page after test is returned to described browser, described browser returns to client.
Preferably, the described script by injecting, with quick mode operation pages element, the step that the page is tested includes:
The page after injection script is carried out initialization operation, collects each element on the described page;
Travel through each element on the described page, read each attribute of an element;
Travel through each attribute of an element, to each element, it is judged that whether this element has ID attribute;
If described element has ID attribute, then record this element with ID attribute, and next element is carried out attributive judgment.
Preferably, each attribute of an element of described traversal, to each element, it is judged that also include after the step whether this element has an ID attribute:
If described element does not have ID attribute, then judge whether described element has name attribute;
If described element has name attribute, then record this element with name attribute, and next element is carried out attributive judgment.
Preferably, each attribute of an element of described traversal, to each element, it is judged that also include after the step whether this element has an ID attribute:
If described element does not have ID attribute and name attribute, then skip this element, and next element is carried out attributive judgment.
Preferably, described proxy server also includes before obtaining the test access request that browser sends:
When starting described proxy server, one port of stochastic generation, as the proxy port of described tested browser.
The embodiment of the present invention also proposes a kind of automatic test proxy server, including:
Acquisition module, for obtaining the test access request that browser sends, is forwarded to the webserver by described test access request;Described test access request carries client test code;
Receiver module, for receiving the page corresponding with described client test code that the described webserver returns;
Injection module, for injecting the script of setting in the described page;
Test module, for by the script of described injection, with quick mode operation pages element, testing the page;
Sending module, for the page after test is returned to described browser, is returned to client by described browser.
Preferably, described test module, it is additionally operable to the page after injection script is carried out initialization operation, collects each element on the described page;Travel through each element on the described page, read each attribute of an element;Travel through each attribute of an element, to each element, it is judged that whether this element has ID attribute;If described element has ID attribute, then record this element with ID attribute, and next element is carried out attributive judgment.
Preferably, described test module, if being additionally operable to described element not there is ID attribute, then judge whether described element has name attribute;If described element has name attribute, then record this element with name attribute, and next element is carried out attributive judgment.
Preferably, described test module, if being additionally operable to described element not there is ID attribute and name attribute, then skip this element, and next element is carried out attributive judgment.
Preferably, described acquisition module, it is additionally operable to when starting described proxy server, one port of stochastic generation, as the proxy port of described tested browser.
A kind of automated testing method of present invention proposition and proxy server, by obtaining the test access request that browser sends, be forwarded to the webserver by test access request;Test access request carries client test code;Receive the page corresponding with client test code that the webserver returns;The page injects the script of setting;By the script injected, with quick mode operation pages element, the page is tested;The page after test is returned to browser, client is returned to by browser, thus, pass through quick mode, achieve and extremely large-sized page is carried out automatic test, solve and run into the problem that extremely large-sized page automatic test cannot be carried out down, such that it is able to better support web system automatic test, also save user simultaneously and write and run the time of case, improve tester's work efficiency.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet of automated testing method preferred embodiment of the present invention;
Fig. 2 is the script in the embodiment of the present invention by injecting, with quick mode operation pages element, the schematic flow sheet that the page is tested;
Fig. 3 is the high-level schematic functional block diagram of automatic test proxy server preferred embodiment of the present invention.
In order to make technical scheme clearly, understand, be described in further detail below in conjunction with accompanying drawing.
Detailed description of the invention
The solution of the embodiment of the present invention is mainly: by obtaining the test access request that browser sends, test access request is forwarded to the webserver;Test access request carries client test code;Receive the page corresponding with client test code that the webserver returns;The page injects the script of setting;By the script injected, with quick mode operation pages element, the page is tested;The page after test is returned to browser, browser returns to client, thus, pass through quick mode, it is achieved that extremely large-sized page is carried out automatic test, solve and run into the problem that extremely large-sized page automatic test cannot be carried out down.
As it is shown in figure 1, present pre-ferred embodiments proposes a kind of automated testing method, including:
Step S101, proxy server obtains the test access request that browser sends, and described test access request is forwarded to the webserver;Described test access request carries client test code;
Owing to existing automation tools (such as QTP, selenium etc.) (such as produces some dangerous systems running into extremely large-sized page, front end page is likely to tens Mb), page rendering can be slowed down and even stop response, cause that automatic test cannot be carried out down, bring inconvenience to test user.
The present embodiment scheme can pass through quick mode, it is achieved extremely large-sized page is carried out automatic test.
Specifically, the present embodiment adopts the plsa instrument based on proxy server (the present embodiment claims plsaserver) that the web system page is carried out rapid automatized test operation.
Wherein, first, the operation principle of plsa instrument 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 one port of stochastic generation, 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 content of pages is injected js script by plsa server, then again content is returned to browser.
Because the page is filled with js script, plsa instrument just can carry out operation pages element according to the various methods provided in script, thus realizing this web system is carried out automation mechanized operation.
Based on above-mentioned principle, in the present embodiment, first proxy server obtains the test access request that browser sends, and described test access request is forwarded to the webserver;Described test access request carries the test code of client test cases.
Step S102, receives the page corresponding with described client test code that the described webserver returns;
Step S103, injects the script of setting in the described page;
Step S104, by the script of described injection, with quick mode operation pages element, tests the page;
Proxy server, after receiving the page that the webserver returns, injects the script of setting in the page, in order to the various methods according to providing in script carry out operation pages element, it is achieved this web system is carried out automation mechanized operation.
Script, after injecting the page, first can carry out the initialization operation of a system, wherein just includes collecting the address of each control element on the page.First each element on the page be can travel through, its type and attribute read.
In the normal mode, the various information of each element can be recorded.Such as: index, record a element is the n-th link on the page;Type, the type (button (button), submit (enter key) etc.) of record element;Name, the name of element;Text, the text etc. that element shows on the page.
Owing to (such as producing some dangerous systems facing extremely large-sized page, front end page is likely to tens Mb) time, adopt existing automation tools (such as QTP, selenium etc.) to adopt above-mentioned general mode can slow down page rendering and even stop response, cause that automatic test cannot be carried out down, bring inconvenience to test user.
In order to carry out realizing in automation mechanized operation process fast operating in web system, after the present embodiment proxy server injects the script of setting in the page, script adopts quick mode to carry out the initialization operation of a system on the page,
In fast mode, only record has the page elements address of id attribute or name attribute.
First traveling through page elements, it is judged that each attribute of element, the element for having ID attribute directly records this element, subsequently into next element;For the element without ID attribute, then search its name attribute, for having the element of name attribute, then record this element, and enter next element;For ID attribute and name attribute all without element, then skip, enter next element, until all elements all judges complete.
Thus, pass through quick mode, it is achieved that extremely large-sized page is carried out automatic test, solve and run into the problem that extremely large-sized page automatic test cannot be carried out down.
Step S105, returns to described browser by the page after test, described browser returns to client.
Finally, the page after test is returned to browser, described browser returns to client.
More specifically, as in figure 2 it is shown, above-mentioned steps S104: by the script injected, with quick mode operation pages element, the page is tested and specifically may include that
Step S1041, carries out initialization operation to the page after injection script, collects each element on the described page;
Step S1042, travels through each element on the described page, reads each attribute of an element;
Step S1043, travels through each attribute of an element, to each element, it is judged that whether this element has ID attribute;If described element has ID attribute, then enter step S1044;Otherwise, if described element does not have ID attribute, then enter step S1045;
Step S1044, records this element with ID attribute, and returns step S1043, next element is carried out attributive judgment.
Step S1045, it is judged that whether described element has name attribute;If described element has name attribute, then enter step S1046;If described element does not have ID attribute and name attribute, then enter step S1047;
Step S1046, records this element with name attribute, and returns step S1043, next element is carried out attributive judgment.
Step S1047, skips this element, and returns step S1043, and next element is carried out attributive judgment.
Specifically, the page after injection script is carried out initialization operation, collect each element on the described page;
Travel through each element on the described page, read each attribute of an element;
Travel through each attribute of an element, to each element, it is judged that whether this element has ID attribute;
If described element has ID attribute, then record this element with ID attribute, and next element is carried out attributive judgment.
If described element does not have ID attribute, then judge whether described element has name attribute;
If described element has name attribute, then record this element with name attribute, and next element is carried out attributive judgment.
If described element does not have ID attribute and name attribute, then skip this element, and next element is carried out attributive judgment.
The present embodiment passes through such scheme, by obtaining the test access request that browser sends, test access request is forwarded to the webserver;Test access request carries client test code;Receive the page corresponding with client test code that the webserver returns;The page injects the script of setting;By the script injected, with quick mode operation pages element, the page is tested;The page after test is returned to browser, client is returned to by browser, thus, pass through quick mode, achieve and extremely large-sized page is carried out automatic test, solve and run into the problem that extremely large-sized page automatic test cannot be carried out down, such that it is able to better support web system automatic test, also save user simultaneously and write and run the time of case, improve tester's work efficiency.
Accordingly, it is proposed to automatic test proxy server embodiment of the present invention.
As it is shown on figure 3, present pre-ferred embodiments proposes a kind of automatic test proxy server, including: acquisition module 201, receiver module 202, injection module 203, test module 204 and sending module 205, wherein:
Acquisition module 201, for obtaining the test access request that browser sends, is forwarded to the webserver by described test access request;Described test access request carries client test code;
Receiver module 202, for receiving the page corresponding with described client test code that the described webserver returns;
Injection module 203, for injecting the script of setting in the described page;
Test module 204, for by the script of described injection, with quick mode operation pages element, testing the page;
Sending module 205, for the page after test is returned to described browser, is returned to client by described browser.
Owing to existing automation tools (such as QTP, selenium etc.) (such as produces some dangerous systems running into extremely large-sized page, front end page is likely to tens Mb), page rendering can be slowed down and even stop response, cause that automatic test cannot be carried out down, bring inconvenience to test user.
The present embodiment scheme can pass through quick mode, it is achieved extremely large-sized page is carried out automatic test.
Specifically, the present embodiment adopts the plsa instrument based on proxy server (the present embodiment claims plsaserver) that the web system page is carried out rapid automatized test operation.
Wherein, first, the operation principle of plsa instrument 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 one port of stochastic generation, 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 content of pages is injected js script by plsa server, then again content is returned to browser.
Because the page is filled with js script, plsa instrument just can carry out operation pages element according to the various methods provided in script, thus realizing this web system is carried out automation mechanized operation.
Based on above-mentioned principle, in the present embodiment, first proxy server obtains the test access request that browser sends, and described test access request is forwarded to the webserver;Described test access request carries the test code of client test cases.
Proxy server, after receiving the page that the webserver returns, injects the script of setting in the page, in order to the various methods according to providing in script carry out operation pages element, it is achieved this web system is carried out automation mechanized operation.
Script, after injecting the page, first can carry out the initialization operation of a system, wherein just includes collecting the address of each control element on the page.First each element on the page be can travel through, its type and attribute read.
In the normal mode, the various information of each element can be recorded.Such as: index, record a element is the n-th link on the page;Type, the type (button (button), submit (enter key) etc.) of record element;Name, the name of element;Text, the text etc. that element shows on the page.
Owing to (such as producing some dangerous systems facing extremely large-sized page, front end page is likely to tens Mb) time, adopt existing automation tools (such as QTP, selenium etc.) to adopt above-mentioned general mode can slow down page rendering and even stop response, cause that automatic test cannot be carried out down, bring inconvenience to test user.
In order to carry out realizing in automation mechanized operation process fast operating in web system, after the present embodiment proxy server injects the script of setting in the page, script adopts quick mode to carry out the initialization operation of a system on the page,
In fast mode, only record has the page elements address of id attribute or name attribute.
First traveling through page elements, it is judged that each attribute of element, the element for having ID attribute directly records this element, subsequently into next element;For the element without ID attribute, then search its name attribute, for having the element of name attribute, then record this element, and enter next element;For ID attribute and name attribute all without element, then skip, enter next element, until all elements all judges complete.
Thus, pass through quick mode, it is achieved that extremely large-sized page is carried out automatic test, solve and run into the problem that extremely large-sized page automatic test cannot be carried out down.
Finally, the page after test is returned to browser, described browser returns to client.
The present embodiment passes through such scheme, by obtaining the test access request that browser sends, test access request is forwarded to the webserver;Test access request carries client test code;Receive the page corresponding with client test code that the webserver returns;The page injects the script of setting;By the script injected, with quick mode operation pages element, the page is tested;The page after test is returned to browser, client is returned to by browser, thus, pass through quick mode, achieve and extremely large-sized page is carried out automatic test, solve and run into the problem that extremely large-sized page automatic test cannot be carried out down, such that it is able to better support web system automatic test, also save user simultaneously and write and run the time of case, 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 equivalent structure utilizing description of the present invention and accompanying drawing content to make or flow process conversion; or directly or indirectly it is used in other relevant technical field, all in like manner include in the scope of patent protection of the present invention.

Claims (10)

1. an automated testing method, it is characterised in that including:
Proxy server obtains the test access request that browser sends, and described test access request is forwarded to the webserver;Described test access request carries client test code;
Receive the page corresponding with described client test code that the described webserver returns;
The described page injects the script of setting;
By the script of described injection, with quick mode operation pages element, the page is tested;
The page after test is returned to described browser, described browser returns to client.
2. method according to claim 1, it is characterised in that the described script by injecting, with quick mode operation pages element, the step that the page is tested includes:
The page after injection script is carried out initialization operation, collects each element on the described page;
Travel through each element on the described page, read each attribute of an element;
Travel through each attribute of an element, to each element, it is judged that whether this element has ID attribute;
If described element has ID attribute, then record this element with ID attribute, and next element is carried out attributive judgment.
3. method according to claim 2, it is characterised in that each attribute of an element of described traversal, to each element, it is judged that also include after the step whether this element has an ID attribute:
If described element does not have ID attribute, then judge whether described element has name attribute;
If described element has name attribute, then record this element with name attribute, and next element is carried out attributive judgment.
4. method according to claim 3, it is characterised in that each attribute of an element of described traversal, to each element, it is judged that also include after the step whether this element has an ID attribute:
If described element does not have ID attribute and name attribute, then skip this element, and next element is carried out attributive judgment.
5. the method according to any one of claim 1-4, it is characterised in that described proxy server also includes before obtaining the test access request that browser sends:
When starting described proxy server, one port of stochastic generation, as the proxy port of described tested browser.
6. an automatic test proxy server, it is characterised in that including:
Acquisition module, for obtaining the test access request that browser sends, is forwarded to the webserver by described test access request;Described test access request carries client test code;
Receiver module, for receiving the page corresponding with described client test code that the described webserver returns;
Injection module, for injecting the script of setting in the described page;
Test module, for by the script of described injection, with quick mode operation pages element, testing the page;
Sending module, for the page after test is returned to described browser, is returned to client by described browser.
7. proxy server according to claim 6, it is characterised in that
Described test module, is additionally operable to the page after injection script is carried out initialization operation, collects each element on the described page;Travel through each element on the described page, read each attribute of an element;Travel through each attribute of an element, to each element, it is judged that whether this element has ID attribute;If described element has ID attribute, then record this element with ID attribute, and next element is carried out attributive judgment.
8. proxy server according to claim 7, it is characterised in that
Described test module, if being additionally operable to described element do not have ID attribute, then judges whether described element has name attribute;If described element has name attribute, then record this element with name attribute, and next element is carried out attributive judgment.
9. proxy server according to claim 7, it is characterised in that
Described test module, if being additionally operable to described element do not have ID attribute and name attribute, then skips this element, and next element is carried out attributive judgment.
10. the proxy server according to any one of claim 6-9, it is characterised in that
Described acquisition module, is additionally operable to when starting described proxy server, and one port of stochastic generation, as the proxy port of described tested browser.
CN201410836584.6A 2014-12-29 2014-12-29 Automated testing method and proxy server Active CN105808417B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410836584.6A CN105808417B (en) 2014-12-29 2014-12-29 Automated testing method and proxy server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410836584.6A CN105808417B (en) 2014-12-29 2014-12-29 Automated testing method and proxy server

Publications (2)

Publication Number Publication Date
CN105808417A true CN105808417A (en) 2016-07-27
CN105808417B CN105808417B (en) 2019-02-26

Family

ID=56980665

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410836584.6A Active CN105808417B (en) 2014-12-29 2014-12-29 Automated testing method and proxy server

Country Status (1)

Country Link
CN (1) CN105808417B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106776317A (en) * 2016-12-15 2017-05-31 百度在线网络技术(北京)有限公司 Method of testing and device
CN107133180A (en) * 2017-06-07 2017-09-05 腾讯科技(深圳)有限公司 Method of testing, test device and the storage medium of dynamic page
CN107508720A (en) * 2017-07-25 2017-12-22 中国银联股份有限公司 A kind of automated testing method and device
CN107562426A (en) * 2017-09-04 2018-01-09 清华大学 Without the method and system for burying point type high in the clouds collection and analysis browser Trace
CN108322436A (en) * 2017-12-28 2018-07-24 瑞庭网络技术(上海)有限公司 Verification method, device, computer equipment and the readable storage medium storing program for executing of network request
CN108459850A (en) * 2017-11-21 2018-08-28 广州视源电子科技股份有限公司 Generate the method, apparatus and system of test script
CN109359039A (en) * 2018-09-30 2019-02-19 福建星瑞格软件有限公司 A method of promoting Sahi automatic test efficiency
CN110022247A (en) * 2019-04-15 2019-07-16 重庆天蓬网络有限公司 A kind of test method of APP Data Encryption Transmission
CN110321278A (en) * 2019-05-20 2019-10-11 平安科技(深圳)有限公司 System detection method and device, computer equipment, storage medium
CN111949522A (en) * 2020-07-31 2020-11-17 中国工商银行股份有限公司 User interface automatic testing method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020035498A1 (en) * 2000-04-28 2002-03-21 Kehoe Jeffrey W. Filtering web proxy for recording web-based transactions that supports secure HTTP steps
CN101004680A (en) * 2006-11-23 2007-07-25 福建顶点软件股份有限公司 Flexible, fast software development method and support system by using kernels of direct operation object model definition
CN103186455A (en) * 2011-12-28 2013-07-03 阿里巴巴集团控股有限公司 Method and system for generating automatic test script on page
CN103309800A (en) * 2012-03-15 2013-09-18 腾讯科技(深圳)有限公司 Automatic webpage testing method and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020035498A1 (en) * 2000-04-28 2002-03-21 Kehoe Jeffrey W. Filtering web proxy for recording web-based transactions that supports secure HTTP steps
CN101004680A (en) * 2006-11-23 2007-07-25 福建顶点软件股份有限公司 Flexible, fast software development method and support system by using kernels of direct operation object model definition
CN103186455A (en) * 2011-12-28 2013-07-03 阿里巴巴集团控股有限公司 Method and system for generating automatic test script on page
CN103309800A (en) * 2012-03-15 2013-09-18 腾讯科技(深圳)有限公司 Automatic webpage testing method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
杨晓波等: "使用Sahi实现Web自动化测试", 《网页在线公开:HTTPS://WWW.IBM.COM/DEVELOPERWORKS/CN/WEB/1403_YANGXB_SAHI/》 *

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106776317A (en) * 2016-12-15 2017-05-31 百度在线网络技术(北京)有限公司 Method of testing and device
CN107133180A (en) * 2017-06-07 2017-09-05 腾讯科技(深圳)有限公司 Method of testing, test device and the storage medium of dynamic page
CN107133180B (en) * 2017-06-07 2021-03-23 腾讯科技(深圳)有限公司 Dynamic page testing method, testing device and storage medium
CN107508720A (en) * 2017-07-25 2017-12-22 中国银联股份有限公司 A kind of automated testing method and device
CN107508720B (en) * 2017-07-25 2021-08-27 中国银联股份有限公司 Automatic testing method and device
CN107562426B (en) * 2017-09-04 2020-01-10 清华大学 Method and system for collecting and analyzing Trace of browser in non-embedded cloud
CN107562426A (en) * 2017-09-04 2018-01-09 清华大学 Without the method and system for burying point type high in the clouds collection and analysis browser Trace
CN108459850A (en) * 2017-11-21 2018-08-28 广州视源电子科技股份有限公司 Generate the method, apparatus and system of test script
CN108459850B (en) * 2017-11-21 2021-07-09 广州视源电子科技股份有限公司 Method, device and system for generating test script
CN108322436A (en) * 2017-12-28 2018-07-24 瑞庭网络技术(上海)有限公司 Verification method, device, computer equipment and the readable storage medium storing program for executing of network request
CN108322436B (en) * 2017-12-28 2022-05-31 瑞庭网络技术(上海)有限公司 Network request verification method and device, computer equipment and readable storage medium
CN109359039A (en) * 2018-09-30 2019-02-19 福建星瑞格软件有限公司 A method of promoting Sahi automatic test efficiency
CN110022247B (en) * 2019-04-15 2020-10-16 重庆天蓬网络有限公司 APP data encryption transmission test method
CN110022247A (en) * 2019-04-15 2019-07-16 重庆天蓬网络有限公司 A kind of test method of APP Data Encryption Transmission
CN110321278A (en) * 2019-05-20 2019-10-11 平安科技(深圳)有限公司 System detection method and device, computer equipment, storage medium
CN110321278B (en) * 2019-05-20 2022-09-13 平安科技(深圳)有限公司 System testing method and device, computer equipment and storage medium
CN111949522A (en) * 2020-07-31 2020-11-17 中国工商银行股份有限公司 User interface automatic testing method and device
CN111949522B (en) * 2020-07-31 2024-05-03 中国工商银行股份有限公司 Automatic testing method and device for user interface

Also Published As

Publication number Publication date
CN105808417B (en) 2019-02-26

Similar Documents

Publication Publication Date Title
CN105808417A (en) Automated testing method and proxy server
CN104391795A (en) Method and system for automatically testing coverage rate in distributed system
CN100589418C (en) The generation method and the generation system of alarm correlation rule
CN104407976B (en) A kind of interface robustness testing case generation method and device
JP5134684B2 (en) How to understand website information through web page structure analysis
CN106961362A (en) Automated testing method and mobile cloud test system
CN109684847A (en) Self-repairing method, device, equipment and the storage medium of script loophole
CN103678105A (en) Page code testing method and device
CN106021079A (en) A Web application performance testing method based on a user frequent access sequence model
CN103823747A (en) Automatic regression testing method
CN107085549B (en) Method and device for generating fault information
CN105490854A (en) Real-time log collection method and system, and application server cluster
CN104516732A (en) Application crash report method and system
CN102508779A (en) Automatic performance test script generating system based on web crawler logs and automatic performance test script generating method based on same
US20130198333A1 (en) Method and device for recording and reproducing web operation
CN105279092A (en) Software testing method and apparatus
CN105487859A (en) Template based WEB deployment method for big data components
CN106646315A (en) Automatic testing system and automatic testing method for digital measuring instruments
CN104750463B (en) A kind of developing plug method and system
CN105468511A (en) Web page script error positioning method and apparatus
CN105224465A (en) Webpage adjustment method and device
CN103914212B (en) A kind of terminal device and its application configuration method
CN104123397A (en) Automatic test device and method for Web page
CN105630678A (en) Intelligent ammeter software reliability detector and detection method for intelligent ammeter software reliability
CN103186465B (en) The browser compatibility method of testing of web user interface and system

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