CN105373478B - Automated testing method and system - Google Patents
Automated testing method and system Download PDFInfo
- Publication number
- CN105373478B CN105373478B CN201510929796.3A CN201510929796A CN105373478B CN 105373478 B CN105373478 B CN 105373478B CN 201510929796 A CN201510929796 A CN 201510929796A CN 105373478 B CN105373478 B CN 105373478B
- Authority
- CN
- China
- Prior art keywords
- test
- keyword
- page
- measured
- user terminal
- 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
Links
- 238000012360 testing method Methods 0.000 title claims abstract description 281
- 230000000977 initiatory effect Effects 0.000 claims abstract description 35
- 238000000034 method Methods 0.000 claims abstract description 29
- 230000008569 process Effects 0.000 claims description 23
- 230000005540 biological transmission Effects 0.000 claims description 4
- 238000000605 extraction Methods 0.000 claims 1
- 238000012423 maintenance Methods 0.000 abstract description 9
- 239000000284 extract Substances 0.000 abstract description 4
- 230000008901 benefit Effects 0.000 description 6
- 230000006870 function Effects 0.000 description 6
- 238000010586 diagram Methods 0.000 description 4
- 230000006399 behavior Effects 0.000 description 1
- 238000009227 behaviour therapy Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000007613 environmental effect Effects 0.000 description 1
- 238000011156 evaluation Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
Landscapes
- Medical Treatment And Welfare Office Work (AREA)
- Debugging And Monitoring (AREA)
Abstract
The present invention relates to a kind of automated testing method and system, wherein, method includes the following steps:The keyword of test case is received from system foreground;Wherein, the keyword extracts in the page to be measured, and system foreground is sent to by user terminal, and the keyword includes operation information and location information, the operation information represents the operation that the user terminal performs the page to be measured, and the location information represents to receive position of the object of the operation on the page to be measured;After test initiation command is received from system foreground, the test initiation command is responded, the corresponding operation code of the keyword is inquired in the test case table to prestore, and the page to be measured is tested according to the operation code;Test result is sent to system foreground.Described method and system realizes server-side full maintenance, improves testing efficiency, and reduce automatic test enters gate threshold.
Description
Technical field
The present invention relates to automatization testing technique field, more particularly to a kind of automated testing method and system.
Background technology
Automatic test is a kind of process for the behavioral test taking human as driving being converted into machine execution.In general, setting
After having counted test case and having passed through evaluation, test is performed according to the regulation described in test case step by step by tester,
Obtain the comparison of actual result and expected result.Automatic test can save manpower, time or hardware resource, improve test effect
Rate.By taking Webdriver as an example, Webdriver is a kind of common automated test tool of increasing income based on browser, can be used into
The complicated Web automatic tests repeated of row.In recent years, Webdriver automated test tools increased income with it, multilingual API
The advantages such as (Application Program Interface, Application Program Interface), more browser-safes, gradually replace QTP
(QuickTest Professional software) becomes the first choice of Web UI testing tools.
Conventional automatic test course is cumbersome there are environmental structure at present, divides the disadvantages such as client maintenance and learning cost height
End in order to complete corresponding development of automation and application purpose, causes to participate in all testers of automatic test, be required to
Take a significant amount of time in environment debugging and maintenance process, such as Open-Source Tools packet version updating, then need to participate in everyone is same
Shi Gengxin, environment debugging and maintenance efficiency are low.
Invention content
Based on this, it is necessary to for the problem of prior art learning cost is high, environment debugging and maintenance efficiency is low, provide one
Kind automated testing method and system.
A kind of automated testing method, includes the following steps:
The keyword of test case is received from system foreground;Wherein, the keyword extracts in the page to be measured, and by with
Family terminal is sent to system foreground, and the keyword includes operation information and location information, described in the operation information represents
The operation that user terminal performs the page to be measured, the object that the location information represents to receive the operation is on the page to be measured
Position;
After test initiation command is received from system foreground, the test initiation command is responded, is used in the test to prestore
The corresponding operation code of the keyword is inquired, and the page to be measured is tested according to the operation code in example table;
Test result is sent to system foreground.
A kind of automated testing method, includes the following steps:
Receive the keyword for the test case that user terminal is sent;Wherein, the keyword by user terminal from page to be measured
It is extracted in face, the keyword includes operation information and location information, and the operation information represents the user terminal to be measured
The operation that the page performs, the location information represent to receive position of the object of the operation on the page to be measured;
The keyword is sent to background server, and send test initiation command to background server;Wherein, it is described
Background server responds the test initiation command, and the keyword corresponding operation generation is inquired in the test case table to prestore
Code, and the page to be measured is tested according to the operation code;
Receive the test result that background server returns.
A kind of automatization test system, including:
First receiving module, for receiving the keyword of test case from system foreground;Wherein, the keyword is to be measured
It is extracted in the page, and system foreground is sent to by user terminal, and the keyword includes operation information and location information, it is described
Operation information represents the operation that the user terminal performs the page to be measured, and the location information represents to receive pair of the operation
As the position on the page to be measured;
Test module, for after test initiation command is received from system foreground, responding the test initiation command,
Inquire the corresponding operation code of the keyword in the test case table to prestore, and according to the operation code to the page to be measured into
Row test;
First sending module, for test result to be sent to system foreground.
A kind of automatization test system, including:
Second receiving module, for receiving the keyword of the test case of user terminal transmission;Wherein, the keyword by
User terminal is extracted from the page to be measured, and the keyword includes operation information and location information, and the operation information represents institute
The operation that user terminal performs the page to be measured is stated, the object that the location information represents to receive the operation is on the page to be measured
Position;
Third sending module for the keyword to be sent to background server, and sends to background server and tests
Enabled instruction;Wherein, the background server responds the test initiation command, in the test case table to prestore described in inquiry
The corresponding operation code of keyword, and the page to be measured is tested according to the operation code;
Third receiving module, for receiving the test result of background server return.
Above-mentioned automated testing method and system, the test that user terminal transmission is received by the page to be measured on foreground are used
The keyword of example, is sent to background server by the keyword, institute is inquired in the test case table to prestore in background server
The corresponding operation code of keyword is stated, and the page to be measured is tested according to the operation code, user of service need to only treat
It surveys the simple keyword of page input and automatic test can be completed, reduce automatic test enters gate threshold, improves test
Efficiency.
Description of the drawings
Fig. 1 is the automated testing method flow chart of one embodiment;
Fig. 2 is the automated testing method flow chart of another embodiment;
Fig. 3 is the structure diagram of the automatization test system of one embodiment;
Fig. 4 is the structure diagram of the automatization test system of another embodiment.
Specific embodiment
The embodiment of the automated testing method of the present invention is illustrated below in conjunction with the accompanying drawings.
Fig. 1 is the automated testing method flow chart of one embodiment.As shown in Figure 1, the automatic test side of the present invention
Method may include following steps:
S11 receives the keyword of test case from system foreground;Wherein, the keyword extracts in the page to be measured, and
System foreground is sent to, and the keyword includes operation information and location information by user terminal, the operation information represents
The operation that the user terminal performs the page to be measured, the object that the location information represents to receive the operation is in the page to be measured
On position;
S12 after test initiation command is received from system foreground, responds the test initiation command, in the survey to prestore
The corresponding operation code of the keyword is inquired, and the page to be measured is tested according to the operation code in example table on probation;
Test result is sent to system foreground by S13.
The automatic test can be the automatic test to webpage, can also be the automatic test of application program,
Interface testing etc..By taking webpage automatic test as an example, user terminal can be extracted first from the page to be measured needed for test case
Keyword, and the keyword is sent to system foreground, the keyword needed for test case, example are submitted by system foreground
Such as, keyword " Click ", input text keyword " Input " etc. are clicked.The keyword may include operation information and position letter
Breath, the operation information represent the operation that the user terminal performs the page to be measured, and the location information is represented described in reception
Position of the object of operation on the page to be measured.For example, it is at (x, y) when user terminal needs the coordinate on the html pages to be measured
When inputting " apple ", input (" apple ", (x, y)) can be inputted on the html pages to be measured.Ajax can be passed through
The keyword is committed to PHP by (Asynchronous Javascript And XML, asynchronous JavaScript and XML)
(Hypertext Preprocessor, HyperText Preprocessor) server-side.Also the relevant field can be submitted to database,
It is preserved as test data key message.When being tested, user can send test initiation command by system foreground.
Background server can respond the test initiation command after test initiation command is received, and run windows autoexecs
To start test process, and pass through the test process and the test instruction is read from database.In one embodiment, institute
It can be run.bat files to state windows autoexecs, and the test process can be Webdriver processes.
Test operation carries out on the automatic test platform of the present invention.It can be in advance by the kit needed for automatic test
With environment framework storage in the server, the automatic test platform is built according to the kit and environment framework, and
The page to be measured is tested on the automatic test platform.It, can be by putting down when needing to update the automatic test platform
Platform maintenance personnel is directly updated to storing kit in the server and environment framework, without in each user terminal
Operation is updated, it is achieved thereby that server-side full maintenance, arbitrary user is improved by the enjoyable benefit of different terminals
Testing efficiency.
After the test instruction is read, the corresponding operation of the keyword can be inquired in the test case table to prestore
Code, and the page to be measured is tested according to the operation code.It in one embodiment, can be by way of traversal pre-
Corresponding test operation is inquired in the test case table deposited.For example, the test case table can be traversed, and judge test case table
In keyword with read keyword it is whether identical.When the keyword in test case table is identical with the keyword read,
The corresponding operation code of keyword in test case table can be obtained, and the page to be measured is surveyed according to the operation code
Examination.After test result is returned, can test report be generated, and before the test report is sent to system according to test result
Platform.
Fig. 2 is the automated testing method flow chart of another embodiment.As shown in Fig. 2, the automatic test of the present invention
Method may include following steps:
S21 receives the keyword for the test case that user terminal is sent;Wherein, the keyword by user terminal from treating
It surveys in the page and extracts, the keyword includes operation information and location information, and the operation information represents the user terminal pair
The operation that the page to be measured performs, the location information represent to receive position of the object of the operation on the page to be measured;
The keyword is sent to background server, and send test initiation command to background server by S22;Wherein,
The background server responds the test initiation command, and the corresponding behaviour of the keyword is inquired in the test case table to prestore
Make code, and the page to be measured is tested according to the operation code;
S23 receives the test result that background server returns.
The automatic test can be the automatic test to webpage, can also be the automatic test of application program,
Interface testing etc..By taking webpage automatic test as an example, user terminal can be extracted first from the page to be measured needed for test case
Keyword, and the keyword is sent to system foreground, the keyword needed for test case, example are submitted by system foreground
Such as, keyword " Click ", input text keyword " Input " etc. are clicked.The keyword may include operation information and position letter
Breath, the operation information represent the operation that the user terminal performs the page to be measured, and the location information is represented described in reception
Position of the object of operation on the page to be measured.For example, it is at (x, y) when user terminal needs the coordinate on the html pages to be measured
When inputting " apple ", input (" apple ", (x, y)) can be inputted on the html pages to be measured.Ajax can be passed through
The keyword is committed to PHP by (Asynchronous Javascript And XML, asynchronous JavaScript and XML)
(Hypertext Preprocessor, HyperText Preprocessor) server-side.Also the relevant field can be submitted to database,
It is preserved as test data key message.When being tested, user can send test initiation command by system foreground.
Background server can respond the test initiation command after test initiation command is received, and run windows autoexecs
To start test process, and pass through the test process and the test instruction is read from database.In one embodiment, institute
It can be run.bat files to state windows autoexecs, and the test process can be Webdriver processes.
Test operation carries out on the automatic test platform of the present invention.It can be in advance by the kit needed for automatic test
With environment framework storage in the server, the automatic test platform is built according to the kit and environment framework, and
The page to be measured is tested on the automatic test platform.It, can be by putting down when needing to update the automatic test platform
Platform maintenance personnel is directly updated to storing kit in the server and environment framework, without in each user terminal
Operation is updated, it is achieved thereby that server-side full maintenance, arbitrary user is improved by the enjoyable benefit of different terminals
Testing efficiency.
After the test instruction is read, the corresponding operation of the keyword can be inquired in the test case table to prestore
Code, and the page to be measured is tested according to the operation code.It in one embodiment, can be by way of traversal pre-
Corresponding test operation is inquired in the test case table deposited.For example, the test case table can be traversed, and judge test case table
In keyword with read keyword it is whether identical.When the keyword in test case table is identical with the keyword read,
The corresponding operation code of keyword in test case table can be obtained, and the page to be measured is surveyed according to the operation code
Examination.After test result is returned, can test report be generated, and before the test report is sent to system according to test result
Platform.
Automatic test platform is divided into three parts by above-mentioned automated testing method:
(1) system foreground performs following functions:
Data are submitted:The keyword needed for test case is submitted, such as clicks keyword " Click ", inputs text keyword
The keyword is committed to PHP server-sides by " Input " etc.;
Test starting:Test initiation command is sent to PHP server-sides, starts the automatic test.
(2) PHP server-sides perform following functions:
Automatic test data preserve:The parameter that reception system foreground is sent, is submitted to database, is closed as test data
Key information preserves;
Automated execution:Test initiation command is received, starts test process.
(3) server-side performs following functions:
Environment framework:Server-side storage automates required all kinds of kits and frame;
Perform test:Test process reads use-case respective field from database, traverses test case table, is used when judging to test
When keyword in example is consistent with the keyword read, implementation of test cases, and corresponding Log and report file are generated, it shows
The page to be measured in front end.
Above-mentioned automated testing method has the following advantages:
(1) simple test case keyword need to be only inputted when testing, without grasping complicated test code, is reduced certainly
Dynamicization tester enters gate threshold;
(2) kit and frame storage needed for testing in the server, only need to be to the tools in server during update
Packet and frame are updated, and are not needed to each user terminal and are updated, improve testing efficiency, test platform environment can be more
User concurrent uses.
The embodiment of the automatization test system of the present invention is described below in conjunction with the accompanying drawings.
Fig. 3 is the structure diagram of the automatization test system of one embodiment.As shown in figure 3, the automation of the present invention
Test system may include:
First receiving module 110, for receiving the keyword of test case from system foreground;Wherein, the keyword exists
It is extracted in the page to be measured, and system foreground is sent to by user terminal, and the keyword includes operation information and location information,
The operation information represents the operation that the user terminal performs the page to be measured, and the location information represents to receive the operation
Position of the object on the page to be measured;
Test module 120, for after test initiation command is received from system foreground, responding the test starting and referring to
It enables, the corresponding operation code of the keyword is inquired in the test case table to prestore, and according to the operation code to be measured
The page is tested;
First sending module 130, for test result to be sent to system foreground.
Wherein, the test module 120 may include Traversal Unit, judging unit, acquiring unit and test cell.Described time
Unit is gone through for traversing the test case table;The judging unit be used to judging keyword in test case table with to be measured
Whether the keyword that the page receives is identical;When the acquiring unit is used for identical, the keyword pair in test case table is obtained
The operation code answered;The test cell is used to test the page to be measured according to the operation code.
In one embodiment, the automatization test system may also include generation module and the second sending module, described
Generation module is used to generate test report according to test result;Second sending module is used to the test report being sent to
System foreground.
In one embodiment, the test module 120 may also include running unit, start unit and reading unit.Institute
Running unit is stated for responding the test initiation command, runs windows autoexecs;Wherein, at the windows batches
Reason file is used to start test process;The start unit is used to start test process by the windows autoexecs;
The reading unit is used for through the keyword in the test process read test use-case table.
Fig. 4 is the structure diagram of the automatization test system of another embodiment.As shown in figure 4, the present invention's is automatic
Changing test system may include:
Second receiving module 210, for receiving the keyword of the test case of user terminal transmission;Wherein, the key
Word is extracted by user terminal from the page to be measured, and the keyword includes operation information and location information, the operation information table
Show the operation that the user terminal performs the page to be measured, the object that the location information represents to receive the operation is in page to be measured
Position on face;
Third sending module 220 for the keyword to be sent to background server, and sends to background server and surveys
Experimental starting instructs;Wherein, the background server responds the test initiation command, and institute is inquired in the test case table to prestore
The corresponding operation code of keyword is stated, and the page to be measured is tested according to the operation code;
Third receiving module 230, for receiving the test result of background server return.
The automatization test system of the present invention, three parts are divided by automatic test platform:
(1) system foreground performs following functions:
Data are submitted:The page to be measured submits the keyword needed for test case, such as clicks keyword " Click ", input text
The keyword is committed to PHP server-sides by this keyword " Input " etc.;
Test starting:Test initiation command is sent to PHP server-sides, starts the automatic test.
(2) PHP server-sides perform following functions:
Automatic test data preserve:The parameter that reception system foreground is sent, is submitted to database, is closed as test data
Key information preserves;
Automated execution:Test initiation command is received, starts test process.
(3) server-side performs following functions:
Environment framework:Server-side storage automates required all kinds of kits and frame;
Perform test:Test process reads use-case respective field from database, traverses test case table, is used when judging to test
When keyword in example is consistent with the keyword read, implementation of test cases, and corresponding Log and report file are generated, it shows
The page to be measured in front end.
Above-mentioned automatization test system has the following advantages:
(1) simple test case keyword need to be only inputted when testing, without grasping complicated test code, is reduced certainly
Dynamicization tester enters gate threshold;
(2) kit and frame storage needed for testing in the server, only need to be to the tools in server during update
Packet and frame are updated, and are not needed to each user terminal and are updated, improve testing efficiency, test platform environment can be more
User concurrent uses.
The automatization test system of the present invention and the automated testing method of the present invention correspond, and are surveyed in above-mentioned automation
The technical characteristic and advantage that the embodiment of method for testing illustrates are suitable for the embodiment of automatization test system, hereby
Statement.
Each technical characteristic of embodiment described above can be combined arbitrarily, to make description succinct, not to above-mentioned reality
It applies all possible combination of each technical characteristic in example to be all described, as long as however, the combination of these technical characteristics is not deposited
In contradiction, it is all considered to be the range of this specification record.
Embodiment described above only expresses the several embodiments of the present invention, and description is more specific and detailed, but simultaneously
It cannot therefore be construed as limiting the scope of the patent.It should be pointed out that those of ordinary skill in the art are come
It says, without departing from the inventive concept of the premise, various modifications and improvements can be made, these belong to the protection of the present invention
Range.Therefore, the protection domain of patent of the present invention should be determined by the appended claims.
Claims (10)
1. a kind of automated testing method, which is characterized in that include the following steps:
The keyword of test case is received from system foreground;Wherein, the keyword is extracted by user terminal in the page to be measured,
And system foreground is sent to by user terminal, and the keyword includes operation information and location information, the operation information table
Show the operation that the user terminal performs the page to be measured, the object that the location information represents to receive the operation is in page to be measured
Position on face;
After test initiation command is received from system foreground, the test initiation command is responded, in the test case table to prestore
It is middle to inquire the corresponding operation code of the keyword, and the page to be measured is tested according to the operation code;
Test result is sent to system foreground.
2. automated testing method according to claim 1, which is characterized in that inquire institute in the test case table to prestore
The step of stating the corresponding operation code of keyword, and being tested according to the operation code the page to be measured includes:
Traverse the test case table;
Judge whether keyword in test case table and the keyword received from the page to be measured are identical;
When identical, the corresponding operation code of keyword in test case table is obtained;
The page to be measured is tested according to the operation code.
3. automated testing method according to claim 1, which is characterized in that according to the operation code to page to be measured
It is further comprising the steps of after face is tested:
Test report is generated according to test result;
The test report is sent to the page to be measured.
4. automated testing method according to claim 1, which is characterized in that refer to receiving test starting from system foreground
It is further comprising the steps of after order:
The test initiation command is responded, runs windows autoexecs;Wherein, the windows autoexecs are used for
Start test process;
Test process is started by the windows autoexecs;
Pass through the keyword in the test process read test use-case table.
5. a kind of automated testing method, which is characterized in that include the following steps:
Receive the keyword for the test case that user terminal is sent;Wherein, the keyword by user terminal from the page to be measured
Extraction, the keyword include operation information and location information, and the operation information represents the user terminal to the page to be measured
The operation of execution, the location information represent to receive position of the object of the operation on the page to be measured;
The keyword is sent to background server, and send test initiation command to background server;Wherein, the backstage
Server responds the test initiation command, and the corresponding operation code of the keyword is inquired in the test case table to prestore,
And the page to be measured is tested according to the operation code;
Receive the test result that background server returns.
6. a kind of automatization test system, which is characterized in that including:
First receiving module, for receiving the keyword of test case from system foreground;Wherein, the keyword is by user terminal
It is extracted in the page to be measured, and system foreground is sent to by user terminal, and the keyword includes operation information and position is believed
Breath, the operation information represent the operation that the user terminal performs the page to be measured, and the location information is represented described in reception
Position of the object of operation on the page to be measured;
Test module, for after test initiation command is received from system foreground, responding the test initiation command, prestoring
Test case table in inquire the corresponding operation code of the keyword, and the page to be measured is surveyed according to the operation code
Examination;
First sending module, for test result to be sent to system foreground.
7. automatization test system according to claim 6, which is characterized in that the test module includes:
Traversal Unit, for traversing the test case table;
Judging unit, for judging whether the keyword in test case table and the keyword received from the page to be measured are identical;
Acquiring unit, for it is identical when, obtain test case table in the corresponding operation code of keyword;
Test cell, for being tested according to the operation code the page to be measured.
8. automatization test system according to claim 6, which is characterized in that further include:
Generation module, for generating test report according to test result;
Second sending module, for the test report to be sent to the page to be measured.
9. automatization test system according to claim 6, which is characterized in that the test module further includes:
Running unit for responding the test initiation command, runs windows autoexecs;Wherein, the windows
Autoexec is used to start test process;
Start unit starts test process for passing through the windows autoexecs;
Reading unit, for passing through the keyword in the test process read test use-case table.
10. a kind of automatization test system, which is characterized in that including:
Second receiving module, for receiving the keyword of the test case of user terminal transmission;Wherein, the keyword is by user
Terminal is extracted from the page to be measured, and the keyword includes operation information and location information, and the operation information represents the use
The operation that the terminal-pair page to be measured in family performs, the location information represent to receive position of the object of the operation on the page to be measured
It puts;
Third sending module for the keyword to be sent to background server, and sends test starting to background server
Instruction;Wherein, the background server responds the test initiation command, and the key is inquired in the test case table to prestore
The corresponding operation code of word, and the page to be measured is tested according to the operation code;
Third receiving module, for receiving the test result of background server return.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510929796.3A CN105373478B (en) | 2015-12-14 | 2015-12-14 | Automated testing method and system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510929796.3A CN105373478B (en) | 2015-12-14 | 2015-12-14 | Automated testing method and system |
Publications (2)
Publication Number | Publication Date |
---|---|
CN105373478A CN105373478A (en) | 2016-03-02 |
CN105373478B true CN105373478B (en) | 2018-06-08 |
Family
ID=55375696
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201510929796.3A Active CN105373478B (en) | 2015-12-14 | 2015-12-14 | Automated testing method and system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN105373478B (en) |
Families Citing this family (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106874190B (en) * | 2016-12-30 | 2018-03-16 | 上海壹账通金融科技有限公司 | The method of testing and server of user interface |
CN109460368A (en) * | 2018-11-22 | 2019-03-12 | 北京同有飞骥科技股份有限公司 | Automatic test approach, device and storage medium based on syntax conversion |
CN109885472A (en) * | 2018-12-13 | 2019-06-14 | 平安万家医疗投资管理有限责任公司 | Test and management method and system and computer readable storage medium |
CN109815119B (en) * | 2018-12-14 | 2022-09-30 | 平安科技(深圳)有限公司 | APP link channel testing method and device |
CN109918302B (en) * | 2019-03-04 | 2022-06-21 | 深圳市车联天下信息科技有限公司 | Vehicle-mounted automatic testing method and device, vehicle-mounted multimedia system and automobile |
CN110445687A (en) * | 2019-08-12 | 2019-11-12 | 太仓市同维电子有限公司 | A kind of HGU product startup function test method and device |
CN111209184A (en) * | 2019-12-20 | 2020-05-29 | 北京你财富计算机科技有限公司 | Automatic testing method and device and electronic equipment |
CN111124919A (en) * | 2019-12-24 | 2020-05-08 | 浙江诺诺网络科技有限公司 | User interface testing method, device, equipment and storage medium |
CN113495831B (en) * | 2020-04-03 | 2024-05-31 | 卫宁健康科技集团股份有限公司 | Method, system, equipment and medium for generating test case based on keywords |
CN112416788B (en) * | 2020-11-27 | 2022-11-29 | 中国科学院电子学研究所苏州研究院 | Hierarchical standard Web application UI automatic test method |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101882107A (en) * | 2010-06-28 | 2010-11-10 | 山东中创软件商用中间件股份有限公司 | Method and device for automatically testing WEB (World Wide Web) application |
CN102521121A (en) * | 2011-11-18 | 2012-06-27 | 华为技术有限公司 | Page testing method and page testing device |
CN102567193A (en) * | 2010-12-09 | 2012-07-11 | 北京新媒传信科技有限公司 | Method and system for converting test case to automated testing script |
CN102819492A (en) * | 2012-08-02 | 2012-12-12 | 中山大学 | Keyword driven automatic testing frame on basis of Android |
CN104391796A (en) * | 2014-12-05 | 2015-03-04 | 上海斐讯数据通信技术有限公司 | Method for parsing test cases |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8984340B2 (en) * | 2012-01-31 | 2015-03-17 | Bank Of America Corporation | System and method for test case generation using action keywords |
US9396098B2 (en) * | 2014-03-26 | 2016-07-19 | Mckesson Financial Holdings | Apparatuses, methods, and computer program products for conducting automated tests |
-
2015
- 2015-12-14 CN CN201510929796.3A patent/CN105373478B/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101882107A (en) * | 2010-06-28 | 2010-11-10 | 山东中创软件商用中间件股份有限公司 | Method and device for automatically testing WEB (World Wide Web) application |
CN102567193A (en) * | 2010-12-09 | 2012-07-11 | 北京新媒传信科技有限公司 | Method and system for converting test case to automated testing script |
CN102521121A (en) * | 2011-11-18 | 2012-06-27 | 华为技术有限公司 | Page testing method and page testing device |
CN102819492A (en) * | 2012-08-02 | 2012-12-12 | 中山大学 | Keyword driven automatic testing frame on basis of Android |
CN104391796A (en) * | 2014-12-05 | 2015-03-04 | 上海斐讯数据通信技术有限公司 | Method for parsing test cases |
Non-Patent Citations (1)
Title |
---|
面向Web的软件自动化测试管理框架设计与实现;杨柳;《中国优秀硕士学位论文全文数据库 信息科技辑 》;20140115(第1期);第I138-1482页 * |
Also Published As
Publication number | Publication date |
---|---|
CN105373478A (en) | 2016-03-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN105373478B (en) | Automated testing method and system | |
CN107341098B (en) | Software performance testing method, platform, equipment and storage medium | |
CN110442511B (en) | Visual embedded point testing method and device | |
Beyer et al. | A manual categorization of android app development issues on stack overflow | |
CN107608874A (en) | Method of testing and device | |
CN110378749B (en) | Client similarity evaluation method and device, terminal equipment and storage medium | |
CN108459967B (en) | Web application test case generation method based on user interface state flow diagram | |
CN104809056B (en) | A kind of generation method and device of interface testing code | |
CN109522228B (en) | Interface automation test data construction method, device, platform and storage medium | |
CN112052172B (en) | Rapid test method and device for third-party channel and electronic equipment | |
CN111522728A (en) | Method for generating automatic test case, electronic device and readable storage medium | |
CN108804305A (en) | A kind of method and device of automatic test | |
CN105677306A (en) | Automation script compiling method and device | |
CN117667702A (en) | Knowledge graph-based software testing method, device, equipment and storage medium | |
CN111026660A (en) | Penetration testing method based on expert system knowledge base | |
CN117632710A (en) | Method, device, equipment and storage medium for generating test code | |
CN106815143A (en) | Test information processing method, device and electronic equipment | |
CN107066302A (en) | Defect inspection method, device and service terminal | |
CN112799956B (en) | Asset identification capability test method, device and system device | |
CN111008140B (en) | Cross-platform UI (user interface) automatic testing method and device | |
CN111209214B (en) | Code test processing method and device, electronic equipment and medium | |
Ibrahim et al. | Finite State Machine-Model Based Testing on Website Application | |
US11669435B2 (en) | Chat bot diagnostic visualization | |
CN109902004B (en) | Method and device for testing application program link channel | |
CN109684615B (en) | Pedestrian collision test report generation 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 | ||
CB02 | Change of applicant information | ||
CB02 | Change of applicant information |
Address after: 511449 Guangzhou City, Guangdong Province, Panyu District, South Village, Huambo Business District Wanda Plaza, block B1, floor 28 Applicant after: Guangzhou Huaduo Network Technology Co., Ltd. Address before: 510655, Guangzhou, Whampoa Avenue, No. 2, creative industrial park, building 3-08, Applicant before: Guangzhou Huaduo Network Technology Co., Ltd. |
|
GR01 | Patent grant | ||
GR01 | Patent grant |