CN107957939B - Webpage interaction interface testing method and system - Google Patents
Webpage interaction interface testing method and system Download PDFInfo
- Publication number
- CN107957939B CN107957939B CN201610900459.6A CN201610900459A CN107957939B CN 107957939 B CN107957939 B CN 107957939B CN 201610900459 A CN201610900459 A CN 201610900459A CN 107957939 B CN107957939 B CN 107957939B
- Authority
- CN
- China
- Prior art keywords
- test
- crawling
- log
- test case
- webpage
- 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
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3684—Test management for test design, e.g. generating new test cases
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3688—Test management for test execution, e.g. scheduling of test suites
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
- Information Transfer Between Computers (AREA)
Abstract
The disclosure relates to a method and a system for testing a webpage interactive interface, wherein the method comprises the following steps: crawling parameters are configured for the webpage to be tested; crawling the webpage to be tested based on the crawling parameter, and generating a website map and URL content according to a crawling result; identifying a plurality of page components in the webpage to be tested according to the website map and the URL content, and combining the plurality of page components with test data to generate a test case; executing the test case; monitoring whether a server generates a log of a preset type in the execution process of the test case; and associating the test case with the corresponding log of the preset type to generate a test report. The method and the device can improve the efficiency of testing the webpage interactive interface.
Description
Technical Field
The disclosure relates to the technical field of internet, in particular to a method and a system for testing a webpage interactive interface.
Background
Generally, in a web page interactive interface test flow, before a developer submits a test package to a tester for testing, the developer needs to perform self-test on the web page interactive interface to find errors as much as possible and improve reliability. Research personnel can use the test cases provided by the test personnel to carry out self-test on the webpage interactive interface. However, such self-test may cause poor smoking efficiency, resource internal consumption, and interaction time waste.
In order to realize the self-testing process, a tester can compile a smoking test case, provide the smoking test case for a research and development personnel, and perform a manual testing process by the research and development personnel. In addition, research and development personnel can write self-testing test cases by themselves and carry out manual testing according to the self-testing test cases. However, the research and development personnel perform manual tests, and on one hand, the research and development time is occupied; on the other hand, there may be cases where execution efficiency is poor and the quality of the extracted version is not high.
In view of this, a new method for testing a web page interactive interface is needed to achieve the purposes of saving labor cost and improving testing quality.
It is to be noted that the information disclosed in the above background section is only for enhancement of understanding of the background of the present disclosure, and thus may include information that does not constitute prior art known to those of ordinary skill in the art.
Disclosure of Invention
The present disclosure is directed to a web page interactive interface testing method and system, which overcome one or more of the problems due to the limitations and disadvantages of the related art, at least to some extent.
According to one aspect of the present disclosure, a method for testing a web page interactive interface is provided, which includes:
crawling parameters are configured for the webpage to be tested;
crawling the webpage to be tested based on the crawling parameter, and generating a website map and URL content according to a crawling result;
identifying a plurality of page components in the webpage to be tested according to the website map and the URL content, and combining the plurality of page components with test data to generate a test case;
executing the test case;
monitoring whether a server generates a log of a preset type in the execution process of the test case; and
and associating the test case with the corresponding log of the preset type to generate a test report.
In an exemplary embodiment of the present disclosure, the plurality of page components includes an input interface, an interactive control, and a hyperlink.
In an exemplary embodiment of the disclosure, the combining the plurality of page components with the test data to generate the test case includes:
and inputting different test data into the input interface and arranging and combining the test data with the interactive control and the hyperlink to generate different test cases.
In an exemplary embodiment of the present disclosure, the test data includes one or more of characters, numbers, symbols, and boundary values.
In an exemplary embodiment of the present disclosure, the monitoring whether the server generates a log of a preset type during the execution of the test case includes:
setting a log level so that the output log is only the log of the preset type; and
and judging whether a newly output log exists or not, and taking the newly output log as the preset type log.
According to an aspect of the present disclosure, there is provided a web page interactive interface test system, including:
the configuration module is used for configuring crawling parameters aiming at the webpage to be tested;
the crawling module is used for crawling the webpage to be tested based on the crawling parameters and generating a website map and URL content according to a crawling result;
the test case generation module is used for identifying a plurality of page components in the webpage to be tested according to the website map and the URL content and combining the plurality of page components with test data to generate a test case;
the execution module is used for executing the test case;
the monitoring module is used for monitoring whether the server generates a log of a preset type in the execution process of the test case; and
and the test report generating module is used for associating the test case with the corresponding log of the preset type to generate a test report.
In an exemplary embodiment of the present disclosure, the plurality of page components includes an input interface, an interactive control, and a hyperlink.
In an exemplary embodiment of the disclosure, the test case generation module is further configured to: and inputting different test data into the input interface and arranging and combining the test data with the interactive control and the hyperlink to generate different test cases.
In an exemplary embodiment of the present disclosure, the test data includes one or more of characters, numbers, symbols, and boundary values.
In an exemplary embodiment of the disclosure, the listening module is further configured to: setting a log level so that the output log is only the log of the preset type; and judging whether a newly output log exists or not, and taking the newly output log as the preset type log.
According to some embodiments of the present disclosure, crawling parameters are configured to meet the needs of different testing applications.
According to some embodiments of the disclosure, the multiple page components are combined with the test data to generate the test case, so that the labor cost is saved, and the work efficiency of research personnel is improved.
In the technical scheme provided by some embodiments of the present disclosure, a crawler technology is used to extract page components in a to-be-tested webpage to automatically generate a test case in combination with test data, and whether a server generates a log of a preset type is monitored in executing the test case, and the test case is associated with the corresponding log of the preset type to generate a test report, so that on one hand, time for generating the test case is saved, and a more comprehensive test case can be generated; on the other hand, the time for testing by research personnel is saved, and the quality of the product is improved; on the other hand, the method is beneficial to finding problems in advance and shortening the test period.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure. It is to be understood that the drawings in the following description are merely exemplary of the disclosure, and that other drawings may be derived from those drawings by one of ordinary skill in the art without the exercise of inventive faculty. In the drawings:
FIG. 1 schematically illustrates a flow chart of a web page interactive interface testing method of an exemplary embodiment of the present disclosure;
FIG. 2 schematically illustrates a block diagram of a web page interactive interface testing system of an exemplary embodiment of the present disclosure;
FIG. 3 schematically illustrates a block diagram of a web page interactive interface testing system according to an exemplary embodiment of the present disclosure.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. Example embodiments may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of example embodiments to those skilled in the art. The same reference numerals denote the same or similar parts in the drawings, and thus, a repetitive description thereof will be omitted.
Furthermore, the described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. In the following description, numerous specific details are provided to give a thorough understanding of embodiments of the disclosure. One skilled in the relevant art will recognize, however, that the embodiments of the disclosure can be practiced without one or more of the specific details, or with other methods, components, materials, devices, steps, and so forth. In other instances, well-known structures, methods, devices, implementations, materials, or operations are not shown or described in detail to highlight various aspects of the present disclosure.
The block diagrams shown in the figures are functional entities only and do not necessarily correspond to physically separate entities. I.e. these functional entities may be implemented in the form of software, or in one or more hardware modules or integrated circuits, or in different networks and/or processor means and/or microcontroller means.
The flow charts shown in the drawings are merely illustrative and do not necessarily include all of the steps. For example, some steps may be decomposed, and some steps may be combined or partially combined, so that the actual execution sequence may be changed according to the actual situation.
Fig. 1 schematically shows a flowchart of a web page interactive interface testing method according to an exemplary embodiment of the present disclosure.
Referring to fig. 1, the page interaction interface testing method may include the steps of:
s10, crawling parameters are configured for the webpage to be tested.
In the present exemplary embodiment, the crawling parameters configured by the webpage to be tested may include, for example, a seed URL address, a URL depth, a crawling range, and the like. For example, the address of the webpage to be tested may be a seed URL address to be tested, and the seed URL address may be configured by a user. In the exemplary embodiment, the crawled URL depth may be 4 levels, and the crawled range is the URL address range to be tested, but is not limited thereto. In other exemplary embodiments of the present disclosure, the crawling parameters may further include a URL depth of the crawling, a scope of the crawling, and the like, and thus, the crawling parameters are not particularly limited in the present disclosure.
By configuring the crawling parameters, the requirements of different tests can be met, and on one hand, the proper crawling parameters can be selected in consideration of the test cost and the time cost; on the other hand, the crawling parameters may be configured to suit the level of importance of the test content.
S20, crawling the webpage to be tested based on the crawling parameters, and generating a website map and URL content according to a crawling result.
After the crawling parameters are configured in the step S10, the page of the seed URL address may be crawled according to the configured crawling parameters, and according to some embodiments of the present disclosure, in the crawling process, a new URL address may be extracted from the page of the seed URL address and placed into the crawling queue to perform crawling operations of different levels until the configured crawling depth. In other embodiments of the present disclosure, URL addresses irrelevant to the test content may be filtered according to a specific web page analysis algorithm, and the URL addresses to be tested are retained and placed in the crawling queue.
According to the URL addresses obtained in the crawling process and the hierarchical relation among the URL addresses, a website map and the like can be generated; it should be noted that the address map in the present exemplary embodiment includes all structure diagrams for representing the hierarchical relationship between URL addresses, for example, a tree diagram. In addition, in the present exemplary embodiment, the URL content of the web page corresponding to each URL address obtained in the crawling process is also obtained. Of course, in other exemplary embodiments of the present disclosure, other web page information may also be generated according to the crawling result, which is not particularly limited in this exemplary embodiment.
And S30, identifying a plurality of page components in the webpage to be tested according to the website map and the URL content, and combining the plurality of page components with test data to generate a test case.
In an exemplary embodiment of the present disclosure, the plurality of page components may include an input interface, an interactive control, a hyperlink, and the like. Wherein the input interface can be represented as input, the interactive control can be button, and the hyperlink can be a-tag, but is not limited thereto. After the site map and the URL content are generated in step S20, the page component in the page to be tested can be identified according to the site map and the URL content. However, it is easily understood by those skilled in the art that in other exemplary embodiments of the present disclosure, the page components may also be other types of page controls, and are not limited to the exemplary embodiment.
In the present exemplary embodiment, the test data may include one or more of characters, numbers, symbols, and boundary values, but is not limited thereto. After identifying the page components, combining the plurality of page components with the test data to generate a test case; for example, different test data may be input into the input interface, and the test data, the interactive control, and the hyperlinks may be arranged and combined to generate a test set of different parameters and data, thereby generating test cases of different parameters and data. After generating the test case, the name of the test case may be a page name and a permutation and combination of page components.
Through the process of automatically generating the test case, on one hand, the labor cost is saved, and research and development personnel can better perform research and development work; on the other hand, the problem of writing errors caused by manual generation of test cases is effectively avoided.
And S40, executing the test case.
After the test cases are generated, the test cases can be automatically executed or manually assisted to be executed. In the process of executing the test case, for example, the following aspects need to be noted: checking whether the software testing environment is successfully loaded; the test case needs to be completely executed; monitoring an execution process; and so on. However, the present invention is not limited to this example embodiment.
S50, monitoring whether the server generates a log of a preset type in the execution process of the test case.
In the process of executing the test case, a new log is generated at the server end every time the test case is executed by one step. In the present exemplary embodiment, if the server generates the log of the preset type, it indicates that the test case is abnormal in execution; for example, the preset type may be an error (error) level, but is not limited thereto. Therefore, whether the test case is abnormal in execution can be judged by monitoring whether the server generates the log of the preset type.
In an exemplary embodiment of the present disclosure, the level of the log may be preset, so that the output log is only a log of a preset type, and thus, whether to generate the log of the preset type may be determined by detecting whether there is a newly output log, thereby reducing required computing resources. For example, in the present exemplary embodiment, whether a newly output log exists may be determined by a script, if a newly output log exists, a bug (bug) appears in the test content, and the newly output log is used as the preset type log; if the newly output log does not appear, the representative is that no bug appears in the process of executing the test case.
And S60, associating the test case with the corresponding log of the preset type to generate a test report.
In this exemplary embodiment, after the test case is executed, the test case and the corresponding log of the preset type may be combined to form a test report; in addition, the test report may further include a specific execution request of the test case, parameters captured when the test case is generated, and the like. After the test report is generated, the test report can be displayed to a user through a human-computer interaction interface (such as a display screen), and then the position of the bug can be analyzed according to the test report, so that research and development personnel can find problems quickly, and the test period is shortened.
As can be seen from the above, in the exemplary embodiment, the page components in the web page to be tested are extracted based on the crawler technology to automatically generate the test case in combination with the test data, and whether the server generates the logs of the preset type is monitored in executing the test case, and the test case is associated with the logs of the corresponding preset type to generate the test report, so that on one hand, the time for generating the test case is saved, and a more comprehensive test case can be generated; on the other hand, the time for testing by research personnel is saved, and the quality of the product is improved; on the other hand, the method is beneficial to finding problems in advance and shortening the test period.
It should be noted that although the various steps of the methods of the present disclosure are depicted in the drawings in a particular order, this does not require or imply that these steps must be performed in this particular order, or that all of the depicted steps must be performed, to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step execution, and/or one step broken down into multiple step executions, etc.
Further, the present example embodiment also provides a web page interactive interface test system.
FIG. 2 schematically illustrates a block diagram of a web page interactive interface testing system according to an exemplary embodiment of the present disclosure.
Referring to fig. 2, the web page interactive interface test system according to an exemplary embodiment of the present disclosure may include a configuration module 10, a crawling module 20, a test case generation module 30, an execution module 40, a listening module 50, and a test report generation module 60, wherein:
the configuration module 10 can be used for configuring crawling parameters for the webpage to be tested;
the crawling module 20 may be configured to crawl the webpage to be tested based on the crawling parameter, and generate a website map and URL content according to a crawling result;
the test case generating module 30 may be configured to identify a plurality of page components in the webpage to be tested according to the website map and the URL content, and combine the plurality of page components with the test data to generate a test case;
an execution module 40, which may be configured to execute the test case;
the monitoring module 50 may be configured to monitor whether the server generates a log of a preset type in the execution process of the test case; and
the test report generating module 60 may be configured to associate the test case with the corresponding log of the preset type to generate a test report.
According to an example embodiment of the present disclosure, the plurality of page components may include an input interface, an interactive control, and a hyperlink.
According to an exemplary embodiment of the present disclosure, the test case generation module 30 may be further configured to: and inputting different test data into the input interface and arranging and combining the test data with the interactive control and the hyperlink to generate different test cases.
According to an exemplary embodiment of the present disclosure, the test data may include one or more of characters, numbers, symbols, and boundary values.
According to an exemplary embodiment of the present disclosure, the listening module 50 may be further configured to: setting a log level so that the output log is only the log of the preset type; and judging whether a newly output log exists or not, and taking the newly output log as the preset type log.
Since each functional module of the program operation performance analysis apparatus according to the embodiment of the present invention is the same as that in the embodiment of the present invention, it is not described herein again.
It should be noted that although several modules or units of the program execution performance analysis apparatus are mentioned in the above detailed description, such division is not mandatory. Indeed, the features and functionality of two or more modules or units described above may be embodied in one module or unit, according to embodiments of the present disclosure. Conversely, the features and functions of one module or unit described above may be further divided into embodiments by a plurality of modules or units.
A schematic diagram of the web page interactive interface test system 400 described above in an example embodiment of the present disclosure is shown in fig. 3. Referring to FIG. 3, web page interactive interface test 400 includes a processing component 422, which further includes one or more processors, and memory resources, represented by memory 432, for storing instructions, such as applications, that are executable by processing component 422. The application programs stored in memory 432 may include one or more modules that each correspond to a set of instructions. Further, the processing component 422 is configured to execute instructions to perform the above-described methods.
The web page interactive interface test system 400 may further include a power component 426 configured to perform power management of the web page interactive interface test system 400, a wired or wireless network interface 450 configured to connect the web page interactive interface test system 400 to a network, and an input/output (I/O) interface 458. The web-interface test system 400 may operate based on an operating system stored in memory 432, such as Windows Server, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM, or the like.
Through the above description of the embodiments, those skilled in the art will readily understand that the exemplary embodiments described herein may be implemented by software, or by software in combination with necessary hardware. Therefore, the technical solution according to the embodiments of the present disclosure may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (which may be a CD-ROM, a usb disk, a removable hard disk, etc.) or on a network, and includes several instructions to enable a computing device (which may be a personal computer, a server, a touch terminal, or a network device, etc.) to execute the method according to the embodiments of the present disclosure.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.
Claims (12)
1. A webpage interactive interface testing method is characterized by comprising the following steps:
the method comprises the steps that crawling parameters are configured for a webpage to be tested, wherein the crawling parameters comprise a seed URL address, a URL depth and a crawling range;
crawling the webpage to be tested based on the crawling parameter, and generating a website map and URL content according to a crawling result;
identifying a plurality of page components in the webpage to be tested according to the website map and the URL content, and combining the plurality of page components with test data to generate a test case;
executing the test case;
monitoring whether a server generates a log of a preset type in the execution process of the test case; and
and associating the test case with the corresponding log of the preset type to generate a test report.
2. The web page interactive interface testing method of claim 1, wherein the plurality of page components comprise an input interface, an interactive control, and a hyperlink.
3. The web page interactive interface testing method of claim 2, wherein the combining the plurality of page components with the test data to generate the test case comprises:
and inputting different test data into the input interface and arranging and combining the test data with the interactive control and the hyperlink to generate different test cases.
4. The web page interactive interface test method of claim 3, wherein the test data comprises one or more of characters, numbers, symbols, and boundary values.
5. The web page interactive interface testing method according to any one of claims 1 to 4, wherein the monitoring whether the server generates a log of a preset type in the execution process of the test case includes:
setting a log level so that the output log is only the log of the preset type; and
and judging whether a newly output log exists or not, and taking the newly output log as the preset type log.
6. A web page interactive interface test system, comprising:
the system comprises a configuration module, a crawling module and a crawling module, wherein the configuration module is used for configuring crawling parameters aiming at a webpage to be tested, and the crawling parameters comprise a seed URL (uniform resource locator) address, a URL depth and a crawling range;
the crawling module is used for crawling the webpage to be tested based on the crawling parameters and generating a website map and URL content according to a crawling result;
the test case generation module is used for identifying a plurality of page components in the webpage to be tested according to the website map and the URL content and combining the plurality of page components with test data to generate a test case;
the execution module is used for executing the test case;
the monitoring module is used for monitoring whether the server generates a log of a preset type in the execution process of the test case; and
and the test report generating module is used for associating the test case with the corresponding log of the preset type to generate a test report.
7. The web page interactive interface test system of claim 6, wherein the plurality of page components include an input interface, an interactive control, and a hyperlink.
8. The web page interactive interface test system of claim 7, wherein the test case generation module is further configured to: and inputting different test data into the input interface and arranging and combining the test data with the interactive control and the hyperlink to generate different test cases.
9. The web page interactive interface test system of claim 8, wherein the test data includes one or more of characters, numbers, symbols, and boundary values.
10. The web page interactive interface test system according to any one of claims 6 to 9, wherein the listening module is further configured to: setting a log level so that the output log is only the log of the preset type; and judging whether a newly output log exists or not, and taking the newly output log as the preset type log.
11. An electronic device, comprising: a memory; and a processor coupled to the memory, the processor configured to execute the web page interactive interface testing method of any one of claims 1 to 5 based on instructions stored in the memory.
12. A computer-readable storage medium storing computer instructions which, when executed by a processor, implement the web page interactive interface testing method of any one of claims 1 to 5.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610900459.6A CN107957939B (en) | 2016-10-14 | 2016-10-14 | Webpage interaction interface testing method and system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610900459.6A CN107957939B (en) | 2016-10-14 | 2016-10-14 | Webpage interaction interface testing method and system |
Publications (2)
Publication Number | Publication Date |
---|---|
CN107957939A CN107957939A (en) | 2018-04-24 |
CN107957939B true CN107957939B (en) | 2021-02-26 |
Family
ID=61954170
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610900459.6A Active CN107957939B (en) | 2016-10-14 | 2016-10-14 | Webpage interaction interface testing method and system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN107957939B (en) |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108733564B (en) * | 2018-05-18 | 2021-10-29 | 创新先进技术有限公司 | Browser performance testing method, device and equipment |
CN109614308A (en) * | 2018-10-16 | 2019-04-12 | 深圳壹账通智能科技有限公司 | Test data generating method, device and computer equipment based on crawler log |
CN109857668A (en) * | 2019-02-03 | 2019-06-07 | 苏州市龙测智能科技有限公司 | UI automated function test method, test device, test equipment and storage medium |
CN112597031A (en) * | 2020-12-26 | 2021-04-02 | 中国农业银行股份有限公司 | Web page test case generation device and method |
CN113238949A (en) * | 2021-05-19 | 2021-08-10 | 北京仁科互动网络技术有限公司 | Test method, test device, electronic equipment and storage medium |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102231686A (en) * | 2011-06-24 | 2011-11-02 | 北京天融信科技有限公司 | System and method for implementing automated test of network security equipment |
CN103678120A (en) * | 2013-11-12 | 2014-03-26 | 北京京东尚科信息技术有限公司 | Automatic web-application testing method based on modeling |
CN104252530A (en) * | 2014-09-10 | 2014-12-31 | 北京京东尚科信息技术有限公司 | Single-computer crawler grabbing method and system |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103729285B (en) * | 2012-10-11 | 2018-06-05 | 腾讯科技(深圳)有限公司 | A kind of webpage test method, equipment and system |
US9323649B2 (en) * | 2013-09-30 | 2016-04-26 | International Business Machines Corporation | Detecting error states when interacting with web applications |
-
2016
- 2016-10-14 CN CN201610900459.6A patent/CN107957939B/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102231686A (en) * | 2011-06-24 | 2011-11-02 | 北京天融信科技有限公司 | System and method for implementing automated test of network security equipment |
CN103678120A (en) * | 2013-11-12 | 2014-03-26 | 北京京东尚科信息技术有限公司 | Automatic web-application testing method based on modeling |
CN104252530A (en) * | 2014-09-10 | 2014-12-31 | 北京京东尚科信息技术有限公司 | Single-computer crawler grabbing method and system |
Non-Patent Citations (1)
Title |
---|
王丽娜等."基于模拟用户的Ajax Web自动化测试模型".《 华中科技大学学报(自然科学版)》.2016,(第03期),第55-58页. * |
Also Published As
Publication number | Publication date |
---|---|
CN107957939A (en) | 2018-04-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107957939B (en) | Webpage interaction interface testing method and system | |
Su et al. | Benchmarking automated GUI testing for Android against real-world bugs | |
US8578342B2 (en) | Fault detection and localization in dynamic software applications requiring user inputs and persistent states | |
US8943478B2 (en) | Fault detection and localization in dynamic software applications | |
Madeira et al. | On the emulation of software faults by software fault injection | |
Artzi et al. | Finding bugs in web applications using dynamic test generation and explicit-state model checking | |
US8756460B2 (en) | Test selection based on an N-wise combinations coverage | |
Artzi et al. | Practical fault localization for dynamic web applications | |
Bell et al. | Chronicler: Lightweight recording to reproduce field failures | |
US20110016456A1 (en) | Generating additional user inputs for fault detection and localization in dynamic software applications | |
US10699017B2 (en) | Determining coverage of dynamic security scans using runtime and static code analyses | |
CN111459495B (en) | Unit test code file generation method, electronic device and storage medium | |
CN110908895A (en) | Page automatic testing method and device, computer equipment and storage medium | |
US8868976B2 (en) | System-level testcase generation | |
Perez et al. | A dynamic code coverage approach to maximize fault localization efficiency | |
Liu et al. | Diagnosing energy efficiency and performance for mobile internetware applications | |
Bhagwan et al. | Orca: Differential Bug Localization in {Large-Scale} Services | |
Ocariza Jr et al. | Automatic fault localization for client‐side JavaScript | |
CN109543417B (en) | Vulnerability mining method and device based on Qemu platform | |
Ongkosit et al. | Responsiveness analysis tool for android application | |
Machado et al. | MZoltar: automatic debugging of Android applications | |
CN105740135B (en) | A kind of code audit method and apparatus | |
CN108572892B (en) | PowerPC multi-core processor-based offline test method and device | |
Yang et al. | Permdroid: automatically testing permission-related behaviour of android applications | |
Xu et al. | Real-Time Diagnosis of Configuration Errors for Software of AI Server Infrastructure |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |