CN105279076A - Webpage test method and terminal - Google Patents

Webpage test method and terminal Download PDF

Info

Publication number
CN105279076A
CN105279076A CN201410270059.2A CN201410270059A CN105279076A CN 105279076 A CN105279076 A CN 105279076A CN 201410270059 A CN201410270059 A CN 201410270059A CN 105279076 A CN105279076 A CN 105279076A
Authority
CN
China
Prior art keywords
test
webpage
tested
configuration file
script
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
CN201410270059.2A
Other languages
Chinese (zh)
Other versions
CN105279076B (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201410270059.2A priority Critical patent/CN105279076B/en
Publication of CN105279076A publication Critical patent/CN105279076A/en
Application granted granted Critical
Publication of CN105279076B publication Critical patent/CN105279076B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention embodiment discloses a webpage test method and terminal; the method comprises the following steps: obtaining a configuration file configured corresponding to a to-be-tested webpage; parsing the configuration file, and obtaining operation information from the parsed configuration file; using the operation information to generate a test script; testing the to-be-tested webpage according to the test script. The webpage test method and terminal can automatically generate the test script, thus improving testing efficiency.

Description

A kind of webpage method of testing and terminal
Technical field
The present invention relates to field of computer technology, be specifically related to web technologies field, particularly relate to a kind of webpage method of testing and terminal.
Background technology
Along with web technologies is constantly developed and perfect, webpage kind is tending towards variation, and the function that webpage possesses also progressively increases.In order to ensure the normal operation of webpage, usually needed to test further webpage before Homepage Publishing, such as: the button in webpage, input frame etc. are tested, tester needs the configuration file (such as: web page code etc.) provided according to developer, writes test script voluntarily.But because test script is write consuming time more, and easily there is mistake in compiling procedure, have impact on the efficiency of webpage test.
Summary of the invention
The embodiment of the present invention provides a kind of webpage method of testing and terminal, automatically can generate test script, promotes the efficiency of webpage test.
In order to solve the problems of the technologies described above, embodiment of the present invention first aspect provides a kind of webpage method of testing, can comprise:
Obtain the configuration file configured for webpage to be tested;
Described configuration file is resolved, obtains the operation information in described configuration file after resolving;
Described operation information is adopted to generate test script;
According to described test script, described webpage to be tested is tested.
Embodiment of the present invention first aspect provides a kind of terminal, can comprise:
File obtaining unit, for obtaining the configuration file configured for webpage to be tested;
Information acquisition unit, for resolving described configuration file, obtains the operation information in described configuration file after resolving;
Script generation unit, generates test script for adopting described operation information;
Test cell, for testing described webpage to be tested according to described test script.
In embodiments of the present invention, by obtaining the configuration file configured for webpage to be tested, obtain the operation information in configuration file, and adopt operation information to generate the test script treating test webpage.Achieve the automatic generative process of test script, avoid the mistake of manually writing appearance, improve the efficiency of webpage test.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, be briefly described to the accompanying drawing used required in embodiment or description of the prior art below, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
Fig. 1 is the schematic flow sheet of a kind of webpage method of testing that the embodiment of the present invention provides;
Fig. 2 is the schematic flow sheet of the another kind of webpage method of testing that the embodiment of the present invention provides;
Fig. 3 is the structural representation of a kind of terminal that the embodiment of the present invention provides;
Fig. 4 is the structural representation of the file obtaining unit that the embodiment of the present invention provides;
Fig. 5 is the structural representation of the script generation unit that the embodiment of the present invention provides;
Fig. 6 is the structural representation of the another kind of terminal that the embodiment of the present invention provides.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, be clearly and completely described the technical scheme in the embodiment of the present invention, obviously, described embodiment is only the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
The webpage method of testing that the embodiment of the present invention provides can be applied to tester and treat the scene of testing webpage and carrying out testing, such as: terminal obtains the configuration file configured for webpage to be tested, described configuration file is resolved, obtain the operation information in described configuration file after resolving, described terminal adopts described operation information to generate test script, according to the scene etc. that described test script is tested described webpage to be tested.By obtaining the configuration file configured for webpage to be tested, obtain the operation information in configuration file, and adopt operation information to generate the test script treating test webpage.Achieve the automatic generative process of test script, avoid the mistake of manually writing appearance, improve the efficiency of webpage test.
The terminal that the embodiment of the present invention relates to can comprise: the terminal devices such as computing machine, panel computer, smart mobile phone, notebook computer, palm PC and mobile internet device (MID), or can be the webpage Test Application in described terminal device; Described configuration file can for comprising extend markup language (ExtensibleMarkupLanguage, XML) file of program code, described test script can for the script generated based on webpage testing tool (such as: Selenium etc.).
Below in conjunction with accompanying drawing 1 and accompanying drawing 2, the webpage method of testing that the embodiment of the present invention provides is described in detail.
Refer to Fig. 1, for embodiments providing a kind of schematic flow sheet of webpage method of testing.As shown in Figure 1, the described method of the embodiment of the present invention can comprise the following steps S101-step S104.
S101, obtains the configuration file configured for webpage to be tested;
Concrete, preset configuration file can be preserved in advance in terminal, the file that described preset configuration file can configure for developer or tester, dynamic parameter is included in described preset configuration file, described terminal can obtain the test parameter that tester inputs for webpage to be tested, and adopt the dynamic parameter in described test parameter replacement preset configuration file, generate the configuration file configured for described webpage to be tested.
S102, resolves described configuration file, obtains the operation information in described configuration file after resolving;
Concrete, described terminal is resolved described configuration file, reads the operation information in described configuration file, and described operation information can comprise label, attribute, test parameter.
S103, adopts described operation information to generate test script;
Concrete, described terminal can adopt described operation information to generate test script in default test frame, described default test frame can be the test frame (such as: Selenium test frame etc.) of webpage testing tool, when described terminal generates test script, also need the document convention based on configuration file, described document convention is preferably the rule indicated by XML, such as: " url " represents Link Rule, " wait " represents wait rule, and " input " represents input rule etc.
S104, tests described webpage to be tested according to described test script;
Concrete, described terminal adopts described test script to test described webpage to be tested, preferably, described terminal is after the described test script of generation, the web browser applications in described terminal can be started, and according to described test script treat in described web browser test webpage test.
In embodiments of the present invention, by obtaining the configuration file configured for webpage to be tested, obtain the operation information in configuration file, and adopt operation information to generate the test script treating test webpage.Achieve the automatic generative process of test script, avoid the mistake of manually writing appearance, improve the efficiency of webpage test.
Refer to Fig. 2, for embodiments providing the schematic flow sheet of another kind of webpage method of testing.As shown in Figure 2, the described method of the embodiment of the present invention can comprise the following steps S201-step S205.
S201, obtains the test parameter for webpage to be tested;
S202, adopts the dynamic parameter in described test parameter replacement preset configuration file, generates the configuration file configured for described webpage to be tested;
Concrete, preset configuration file can be preserved in advance in terminal, the file that described preset configuration file can configure for developer or tester, dynamic parameter is included in described preset configuration file, described terminal can obtain the test parameter that tester inputs for webpage to be tested, and adopt the dynamic parameter in described test parameter replacement preset configuration file, generate the configuration file configured for described webpage to be tested.
S203, resolves described configuration file, obtains the operation information in described configuration file after resolving;
Concrete, described terminal is resolved described configuration file, reads the operation information in described configuration file, and described operation information can comprise label, attribute, test parameter.
Such as: in " <url>http: //www.ABC.com</url> ", " url " is expressed as label, and " http://www.ABC.com " is expressed as test parameter; " <waitunit=" minute " >2</wait> " in, " wait " is expressed as label, and " unit " is expressed as attribute, and " 2 " are expressed as test parameter etc.
S204, adopts described operation information to generate test script;
Concrete, described terminal can adopt described operation information to generate test script in default test frame, described default test frame can be the test frame (such as: Selenium test frame etc.) of webpage testing tool, when described terminal generates test script, also need the document convention based on configuration file, described document convention is preferably the rule indicated by XML, such as: " url " represents Link Rule, " wait " represents wait rule, and " input " represents input rule etc.Further, described terminal obtains the detecting information be associated with described label, attribute, test parameter, described detecting information is behavioral test for illustration of testing described webpage to be tested and test position, according to above-mentioned citing, the detecting information of " url " that obtain represents that behavioral test is " link ", and the detecting information of " www.ABC.com " of acquisition represents that test position is the webpage of ABC.
Described terminal encapsulates described detecting information, and generates test script after packaging.
S205, tests described webpage to be tested according to described test script;
Concrete, described terminal adopts described test script to test described webpage to be tested, preferably, described terminal is after the described test script of generation, the web browser applications in described terminal can be started, and in described web browser, treat test webpage according to described test script and test, further, the behavioral test of described terminal indicated by described test script and test position are tested described webpage to be tested.
In embodiments of the present invention, by obtaining the configuration file configured for webpage to be tested, obtain the operation information in configuration file, and adopt operation information to generate the test script treating test webpage.Achieve the automatic generative process of test script, avoid the mistake of manually writing appearance, improve the efficiency of webpage test; By arranging the preset configuration file comprising dynamic parameter, the study complexity that tester tests webpage can be reduced, improve the multiplexing value to preset configuration file simultaneously.
Below in conjunction with accompanying drawing 3-accompanying drawing 5, the terminal that the embodiment of the present invention provides is described in detail.It should be noted that, the terminal shown in accompanying drawing 3-accompanying drawing 5, for performing Fig. 1 of the present invention and method embodiment illustrated in fig. 2, for convenience of explanation, illustrate only the part relevant to the embodiment of the present invention, concrete ins and outs do not disclose, and please refer to the embodiment shown in Fig. 1 and Fig. 2 of the present invention.
Refer to Fig. 3, for embodiments providing a kind of structural representation of terminal.As shown in Figure 3, the described terminal 1 of the embodiment of the present invention can comprise: file obtaining unit 11, information acquisition unit 12, script generation unit 13 and test cell 14.
File obtaining unit 11, for obtaining the configuration file configured for webpage to be tested;
In specific implementation, preset configuration file can be preserved in advance in terminal 1, the file that described preset configuration file can configure for developer or tester, dynamic parameter is included in described preset configuration file, described file obtaining unit 11 can obtain the test parameter that tester inputs for webpage to be tested, and adopt the dynamic parameter in described test parameter replacement preset configuration file, generate the configuration file configured for described webpage to be tested.
Concrete, please also refer to Fig. 4, for embodiments providing the structural representation of file obtaining unit.As shown in Figure 4, described file obtaining unit 11 can comprise:
Parameter acquiring subelement 111, for obtaining the test parameter for webpage to be tested;
File generated subelement 112, for adopting the dynamic parameter in described test parameter replacement preset configuration file, generates the configuration file configured for described webpage to be tested;
In specific implementation, preset configuration file can be preserved in advance in terminal 1, the file that described preset configuration file can configure for developer or tester, dynamic parameter is included in described preset configuration file, described parameter acquiring subelement 111 can obtain the test parameter that tester inputs for webpage to be tested, and adopting the dynamic parameter in described test parameter replacement preset configuration file, described file generated subelement 112 generates the configuration file configured for described webpage to be tested.
Information acquisition unit 12, for resolving described configuration file, obtains the operation information in described configuration file after resolving;
In specific implementation, described information acquisition unit 12 is resolved described configuration file, reads the operation information in described configuration file, and described operation information can comprise label, attribute, test parameter.
Such as: in " <url>http: //www.ABC.com</url> ", " url " is expressed as label, and " http://www.ABC.com " is expressed as test parameter; " <waitunit=" minute " >2</wait> " in, " wait " is expressed as label, and " unit " is expressed as attribute, and " 2 " are expressed as test parameter etc.
Script generation unit 13, generates test script for adopting described operation information;
In specific implementation, described script generation unit 13 can adopt described operation information to generate test script in default test frame, described default test frame can be the test frame (such as: Selenium test frame etc.) of webpage testing tool, when described script generation unit 13 generates test script, also need the document convention based on configuration file, described document convention is preferably the rule indicated by XML, such as: " url " represents Link Rule, " wait " represents wait rule, and " input " represents input rule etc.
Concrete, please also refer to Fig. 5, for embodiments providing the structural representation of script generation unit.As shown in Figure 5, described script generation unit 13 can comprise:
Acquisition of information subelement 131, for obtaining the detecting information be associated with described label, attribute, test parameter, described detecting information is behavioral test for illustration of testing described webpage to be tested and test position;
Script generates subelement 132, for encapsulating described detecting information, and generates test script after packaging.
In specific implementation, described script generation unit 13 can adopt described operation information to generate test script in default test frame, described default test frame can be the test frame (such as: Selenium test frame etc.) of webpage testing tool, when described script generation unit 13 generates test script, also need the document convention based on configuration file, described document convention is preferably the rule indicated by XML, such as: " url " represents Link Rule, " wait " represents wait rule, and " input " represents input rule etc.Further, described acquisition of information subelement 131 obtains the detecting information be associated with described label, attribute, test parameter, described detecting information is behavioral test for illustration of testing described webpage to be tested and test position, according to above-mentioned citing, the detecting information of " url " that obtain represents that behavioral test is " link ", and the detecting information of " www.ABC.com " of acquisition represents that test position is the webpage of ABC.
Described script generates subelement 132 and encapsulates described detecting information, and generates test script after packaging.
Test cell 14, for testing described webpage to be tested according to described test script;
In specific implementation, described test cell 14 adopts described test script to test described webpage to be tested, preferably, described script generation unit 13 is after the described test script of generation, described test cell 14 can start the web browser applications in described terminal, and according to described test script treat in described web browser test webpage test, further, the behavioral test of described test cell 14 indicated by described test script and test position are tested described webpage to be tested.
In embodiments of the present invention, by obtaining the configuration file configured for webpage to be tested, obtain the operation information in configuration file, and adopt operation information to generate the test script treating test webpage.Achieve the automatic generative process of test script, avoid the mistake of manually writing appearance, improve the efficiency of webpage test; By arranging the preset configuration file comprising dynamic parameter, the study complexity that tester tests webpage can be reduced, improve the multiplexing value to preset configuration file simultaneously.
Refer to Fig. 6, for embodiments providing the structural representation of another kind of terminal.As shown in Figure 6, described color matching file creating apparatus 1000 can comprise: at least one processor 1001, such as CPU, at least one network interface 1004, user interface 1003, storer 1005, at least one communication bus 1002.Wherein, communication bus 1002 is for realizing the connection communication between these assemblies.Wherein, user interface 1003 can comprise display screen (Display), keyboard (Keyboard), and optional user interface 1003 can also comprise wireline interface, the wave point of standard.Network interface 1004 optionally can comprise wireline interface, the wave point (as WI-FI interface) of standard.Storer 1005 can be high-speed RAM storer, also can be non-labile storer (non-volatilememory), such as at least one magnetic disk memory.Storer 1005 can also be optionally that at least one is positioned at the memory storage away from aforementioned processor 1001.As shown in Figure 6, operating system, network communication module, Subscriber Interface Module SIM and webpage test application can be comprised as in a kind of storer 1005 of computer-readable storage medium.
In the color matching file creating apparatus 1000 shown in Fig. 6, user interface 1003 is mainly used in as user provides the interface of input; And processor 1001 may be used for calling the webpage test application stored in storer 1005, and specifically perform following steps:
Obtain the configuration file configured for webpage to be tested;
Described configuration file is resolved, obtains the operation information in described configuration file after resolving;
Described operation information is adopted to generate test script;
According to described test script, described webpage to be tested is tested.
In one embodiment, described processor 1001, when performing the configuration file obtaining and configure for webpage to be tested, specifically performs following steps:
Obtain the test parameter for webpage to be tested;
Adopt the dynamic parameter in described test parameter replacement preset configuration file, generate the configuration file configured for described webpage to be tested.
In one embodiment, described processor 1001, when performing the described operation information of employing and generating test script, specifically performs following steps:
Described operation information is adopted to generate test script in default test frame.
In one embodiment, described operation information comprises label, attribute, test parameter.
In one embodiment, described processor 1001, when execution adopts described operation information to generate test script in default test frame, specifically performs following steps:
Obtain the detecting information that is associated with described label, attribute, test parameter, described detecting information is behavioral test for illustration of testing described webpage to be tested and test position;
Described detecting information is encapsulated, and generates test script after packaging.
In one embodiment, described processor 1001, when execution is tested described webpage to be tested according to described test script, specifically performs following steps:
Behavioral test indicated by described test script and test position are tested described webpage to be tested.
In embodiments of the present invention, by obtaining the configuration file configured for webpage to be tested, obtain the operation information in configuration file, and adopt operation information to generate the test script treating test webpage.Achieve the automatic generative process of test script, avoid the mistake of manually writing appearance, improve the efficiency of webpage test; By arranging the preset configuration file comprising dynamic parameter, the study complexity that tester tests webpage can be reduced, improve the multiplexing value to preset configuration file simultaneously.
One of ordinary skill in the art will appreciate that all or part of flow process realized in above-described embodiment method, that the hardware that can carry out instruction relevant by computer program has come, described program can be stored in a computer read/write memory medium, this program, when performing, can comprise the flow process of the embodiment as above-mentioned each side method.Wherein, described storage medium can be magnetic disc, CD, read-only store-memory body (Read-OnlyMemory, ROM) or random store-memory body (RandomAccessMemory, RAM) etc.
Above disclosedly be only present pre-ferred embodiments, certainly can not limit the interest field of the present invention with this, therefore according to the equivalent variations that the claims in the present invention are done, still belong to the scope that the present invention is contained.

Claims (12)

1. a webpage method of testing, is characterized in that, comprising:
Obtain the configuration file configured for webpage to be tested;
Described configuration file is resolved, obtains the operation information in described configuration file after resolving;
Described operation information is adopted to generate test script;
According to described test script, described webpage to be tested is tested.
2. method according to claim 1, is characterized in that, the configuration file that described acquisition configures for webpage to be tested, comprising:
Obtain the test parameter for webpage to be tested;
Adopt the dynamic parameter in described test parameter replacement preset configuration file, generate the configuration file configured for described webpage to be tested.
3. method according to claim 1, is characterized in that, the described operation information of described employing generates test script, comprising:
Described operation information is adopted to generate test script in default test frame.
4. method according to claim 3, is characterized in that, described operation information comprises label, attribute, test parameter.
5. method according to claim 4, is characterized in that, the described operation information of described employing generates test script in default test frame, comprising:
Obtain the detecting information that is associated with described label, attribute, test parameter, described detecting information is behavioral test for illustration of testing described webpage to be tested and test position;
Described detecting information is encapsulated, and generates test script after packaging.
6. method according to claim 1 or 5, is characterized in that, describedly tests described webpage to be tested according to described test script, comprising:
Behavioral test indicated by described test script and test position are tested described webpage to be tested.
7. a terminal, is characterized in that, comprising:
File obtaining unit, for obtaining the configuration file configured for webpage to be tested;
Information acquisition unit, for resolving described configuration file, obtains the operation information in described configuration file after resolving;
Script generation unit, generates test script for adopting described operation information;
Test cell, for testing described webpage to be tested according to described test script.
8. terminal according to claim 7, is characterized in that, described file obtaining unit comprises:
Parameter acquiring subelement, for obtaining the test parameter for webpage to be tested;
File generated subelement, for adopting the dynamic parameter in described test parameter replacement preset configuration file, generates the configuration file configured for described webpage to be tested.
9. terminal according to claim 7, is characterized in that, described script generation unit generates test script specifically for adopting described operation information in default test frame.
10. terminal according to claim 9, is characterized in that, described operation information comprises label, attribute, test parameter.
11. terminals according to claim 10, is characterized in that, described script generation unit comprises:
Acquisition of information subelement, for obtaining the detecting information be associated with described label, attribute, test parameter, described detecting information is behavioral test for illustration of testing described webpage to be tested and test position;
Script generates subelement, for encapsulating described detecting information, and generates test script after packaging.
12. terminals according to claim 7 or 11, it is characterized in that, described test cell is tested described webpage to be tested specifically for the behavioral test indicated by described test script and test position.
CN201410270059.2A 2014-06-17 2014-06-17 A kind of webpage test method and terminal Active CN105279076B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410270059.2A CN105279076B (en) 2014-06-17 2014-06-17 A kind of webpage test method and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410270059.2A CN105279076B (en) 2014-06-17 2014-06-17 A kind of webpage test method and terminal

Publications (2)

Publication Number Publication Date
CN105279076A true CN105279076A (en) 2016-01-27
CN105279076B CN105279076B (en) 2019-05-07

Family

ID=55148122

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410270059.2A Active CN105279076B (en) 2014-06-17 2014-06-17 A kind of webpage test method and terminal

Country Status (1)

Country Link
CN (1) CN105279076B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107729249A (en) * 2017-10-18 2018-02-23 北京奇虎科技有限公司 Browser compatibility method of testing, device, system and electronic equipment
CN108845929A (en) * 2018-05-07 2018-11-20 北京三快在线科技有限公司 Page performance test method and apparatus
CN110297762A (en) * 2019-05-24 2019-10-01 平安银行股份有限公司 Plug-in type automatic test approach, device, computer equipment and storage medium
CN110297759A (en) * 2019-05-22 2019-10-01 深圳壹账通智能科技有限公司 A kind of method, apparatus making test page script, equipment and storage medium
CN113360366A (en) * 2020-03-05 2021-09-07 北京金山云网络技术有限公司 Web page testing method, testing device, electronic equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102567164A (en) * 2011-12-23 2012-07-11 中国科学院自动化研究所 Instruction set batch testing device and method for processor
CN103164324A (en) * 2011-12-09 2013-06-19 腾讯科技(深圳)有限公司 Microblog test method and device
CN103164333A (en) * 2011-12-16 2013-06-19 京信通信系统(中国)有限公司 WEB testing method and WEB testing system of embedded device system and WEB server

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103164324A (en) * 2011-12-09 2013-06-19 腾讯科技(深圳)有限公司 Microblog test method and device
CN103164333A (en) * 2011-12-16 2013-06-19 京信通信系统(中国)有限公司 WEB testing method and WEB testing system of embedded device system and WEB server
CN102567164A (en) * 2011-12-23 2012-07-11 中国科学院自动化研究所 Instruction set batch testing device and method for processor

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
赵文琦: "面向WEB的自动测试框架的设计与实现", 《中国优秀硕士学位论文全文数据库》 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107729249A (en) * 2017-10-18 2018-02-23 北京奇虎科技有限公司 Browser compatibility method of testing, device, system and electronic equipment
CN108845929A (en) * 2018-05-07 2018-11-20 北京三快在线科技有限公司 Page performance test method and apparatus
CN110297759A (en) * 2019-05-22 2019-10-01 深圳壹账通智能科技有限公司 A kind of method, apparatus making test page script, equipment and storage medium
CN110297759B (en) * 2019-05-22 2022-04-12 深圳壹账通智能科技有限公司 Method, device, equipment and storage medium for manufacturing test page script
CN110297762A (en) * 2019-05-24 2019-10-01 平安银行股份有限公司 Plug-in type automatic test approach, device, computer equipment and storage medium
CN110297762B (en) * 2019-05-24 2024-06-25 平安银行股份有限公司 Plug-in automatic test method, device, computer equipment and storage medium
CN113360366A (en) * 2020-03-05 2021-09-07 北京金山云网络技术有限公司 Web page testing method, testing device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN105279076B (en) 2019-05-07

Similar Documents

Publication Publication Date Title
CN102932197B (en) Testing method and system
CA3018196C (en) Visual regresssion testing tool
WO2018223717A1 (en) Webpage front-end testing method, device, system, apparatus and readable storage medium
WO2017088509A1 (en) Page customization method and device
CN105279076A (en) Webpage test method and terminal
WO2016177341A1 (en) Interface calling method and device, and terminal
CN103838558B (en) Website build a station system and method, access website method and webpage adaptation system
CN105159833A (en) Automatic testing device and method
CN107729014B (en) Page jump method and structure based on Android
US10528688B1 (en) System and method for schematic-driven generation of input/output models
CN108632361B (en) Webpage online method, server, system and storage medium
CN114138372A (en) Front-end component loading method and device
CN112799927A (en) Operation behavior information acquisition method and device for front-end user
CN108733370B (en) Stylized display method, device, terminal and storage medium of native APP
CN105068926A (en) Program test method and device thereof
CN110895481A (en) Rendering method, device and system of desktop application
CN104156421B (en) The page shows method, apparatus and system
CN106126517B (en) Method and device for converting PC (personal computer) end application page into mobile end application page
CN106557411B (en) Method and system for testing Hybrid application in Android system
CN105095289A (en) Webpage access method and device
CN104834594B (en) Web system method of testing and device
CN104572753A (en) Bookmark storage method and bookmark storage device
CN116050354A (en) Configuration method and device of experimental manual
CN104331224A (en) A webpage content browsing method and device, and terminal device
CN106371822A (en) Universal cloud platform internationalization method and device

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