CN113515453A - Webpage testing system - Google Patents
Webpage testing system Download PDFInfo
- Publication number
- CN113515453A CN113515453A CN202110701954.5A CN202110701954A CN113515453A CN 113515453 A CN113515453 A CN 113515453A CN 202110701954 A CN202110701954 A CN 202110701954A CN 113515453 A CN113515453 A CN 113515453A
- Authority
- CN
- China
- Prior art keywords
- test
- server
- client
- function
- page
- 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
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)
- Information Transfer Between Computers (AREA)
Abstract
The utility model relates to a web page test system, which relates to the field of automatic test, wherein the web page test system comprises a plurality of clients and a server, wherein each client comprises a browser, and the plurality of clients are in communication connection with the server; the server is used for generating at least one test script corresponding to at least one test video, generating at least one test script identifier corresponding to at least one test script, and sending the at least one test script identifier to each client; and each client is also used for carrying out webpage test on the test script corresponding to the test case recording page according to the triggering operation of the user on at least one test script identifier. Therefore, the requirement on the hardware performance of the client is lowered, the flexibility of application is strong, the test cases among a plurality of clients can be shared, and the cooperative test is realized.
Description
Technical Field
The disclosure relates to the technical field of automatic testing, in particular to a webpage testing system.
Background
Currently, in order to respond to the demand change of information system service in time, most information systems adopt an iterative and progressive method to develop software. In view of the high-iteration characteristic of most information system developments, regression testing needs to be performed on the page functions in the original system after each iteration, verification testing needs to be performed on newly added functions, and the like.
In the related art, a professional testing tool needs to be installed at a client, and the testing tool locally realizes the testing of the corresponding information system.
However, in the above test mode, various test function modules are integrated in the test tool, and the test tool has a large installation package, high requirements on the hardware performance of the client, and strong application limitations.
Disclosure of Invention
In order to solve the technical problems or at least partially solve the technical problems, the webpage testing system is provided in a public way, on one hand, the size of a client installation package is reduced and the requirement on the hardware performance of the client is reduced through interaction with a server and sharing the execution of certain testing functions by the server, and the application flexibility is strong; on the other hand, in server deployment, the test cases among a plurality of clients can be shared, so that the cooperative test is realized, and the test efficiency is improved.
The embodiment of the first aspect of the present disclosure provides a web page testing system, which includes a plurality of clients and a server, wherein each of the clients includes a browser thereon, and the plurality of clients and the server are communicatively connected, wherein,
each client is used for displaying a test case recording page of the webpage test system, calling the browser to open and display an initial webpage to be tested in the right column of the test case recording page, operating a test function on the initial webpage, recording a test video when the test function is executed, and sending the test video to the server;
the server is further configured to obtain at least one test video sent by the multiple clients, generate at least one test script corresponding to the at least one test video, generate at least one test script identifier corresponding to the at least one test script, and send the at least one test script identifier to each client;
each client is further configured to display the at least one test script identifier in a left column of the test case recording page, so that a web page test is performed on a test script corresponding to the test case recording page according to a trigger operation of a user on the at least one test script identifier.
In an optional embodiment of the present disclosure, each client is further configured to display an identity authentication page of the web test system before displaying the test case recording page, acquire identity information input by a user on the identity authentication page, and send the identity information to the server; and the server is also used for verifying whether the user belongs to a legal user according to the identity information and sending a page opening instruction carrying the page data of the test case recording page to a corresponding client when the user is verified to belong to the legal user.
In an optional embodiment of the present disclosure, each of the clients is further configured to receive a trigger operation of the user on a target test script identifier in the at least one test script identifier, and send a test request of the target test script identifier to the server;
the server is used for sending a target test script corresponding to the target test script identification to a corresponding client according to the test request;
each client is used for calling the browser to open and display a current webpage corresponding to the initial webpage according to the right column of the test case recording page, and executing the test function on the current webpage according to the target test script;
each client is also used for recording an execution video when the test function is executed and sending the execution video to the server;
the server is further used for generating a test report of the test function on the current webpage according to the execution video.
In an optional embodiment of the present disclosure, the server is specifically configured to:
extracting response result data of the test function according to the execution video;
judging whether the response result data is consistent with preset response result data of the test function or not;
and if the response result data is consistent with the preset response result data, generating information that the function test of the test function passes in the test report.
In an optional embodiment of the present disclosure, the server is further configured to:
identifying a response time of the test function according to the execution video;
judging whether the response time is less than or equal to a preset time corresponding to the test function;
and if the time length is less than or equal to the preset time length, generating information that the performance test of the test function passes in the test report.
In an optional embodiment of the present disclosure, the server is specifically configured to:
extracting response result data of the test function according to the execution video;
judging whether the response result data is consistent with preset response result data of the test function or not;
and if the response result data is consistent with the preset response result data, generating information that the function test of the test function passes in the test report.
In an optional embodiment of the present disclosure, the server is further configured to:
identifying a response time of the test function according to the execution video;
judging whether the response time is less than or equal to a preset time corresponding to the test function;
and if the time length is less than or equal to the preset time length, generating information that the performance test of the test function passes in the test report.
In an optional embodiment of the present disclosure, after the determining whether the response result data is consistent with the preset response result data of the test function, the server is further configured to:
and if the response result data is inconsistent with the preset response result data, generating information that the functional test of the test function fails in the test report.
In an optional embodiment of the present disclosure, after the determining whether the response time is less than or equal to a preset time corresponding to the test function, the server is further configured to:
and if the time length is not less than or equal to the preset time length, generating information that the performance test of the test function fails in the test report.
In an optional embodiment of the present disclosure, the server is further configured to send the test report to each of the clients;
each client is further used for responding to a test report viewing instruction triggered by a user on the test case recording page and displaying the test report.
In an optional embodiment of the present disclosure, the server is further configured to send a re-recorded notification message to a corresponding client when a corresponding test script cannot be generated according to the test video.
In an optional embodiment of the disclosure, the test function comprises a login function.
Compared with the prior art, the technical scheme provided by the embodiment of the disclosure has at least the following advantages:
the server shares the test quantity borne by the client, so that the installation package corresponding to the webpage test system on the client is smaller, the requirement on the performance of the client hardware is reduced, and the server deployment is supported, and the webpage test system is accessed in a browser mode, so that the cooperative test among a plurality of clients can be realized, and the test efficiency is improved particularly for the test of a system with complex service.
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.
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present disclosure, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive exercise.
Fig. 1 is a schematic structural diagram of a web page test system according to an embodiment of the present disclosure;
fig. 2 is a schematic view of a display interface of a web page test system at a client according to an embodiment of the present disclosure;
fig. 3 is a schematic view of a display interface of another web page test system at a client according to an embodiment of the present disclosure;
fig. 4 is a schematic view of a display interface of another web page test system at a client according to an embodiment of the present disclosure;
FIG. 5 is a flow chart illustrating a functional test according to an embodiment of the present disclosure;
FIG. 6 is a schematic flow chart of performance testing according to one embodiment of the present disclosure;
fig. 7 is a schematic view of a display interface of another web page test system at a client according to an embodiment of the present disclosure;
fig. 8 is a schematic flow chart of a functional test according to another embodiment of the disclosure.
Fig. 9 is a schematic view of a display interface of a web page test system at a client according to an embodiment of the present disclosure.
Detailed Description
In order that the above objects, features and advantages of the present disclosure may be more clearly understood, aspects of the present disclosure will be further described below. It should be noted that the embodiments and features of the embodiments of the present disclosure may be combined with each other without conflict.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present disclosure, but the present disclosure may be practiced in other ways than those described herein; it is to be understood that the embodiments disclosed in the specification are only a few embodiments of the present disclosure, and not all embodiments.
In view of the above technical problems, the present disclosure provides a web page testing system, which provides a corresponding installation package on a client, and the installation package provides a relevant front-end operation page corresponding to the web page testing system, so as to facilitate interaction with a user and visually display a testing result.
In addition, for convenience of description, the test on the information system in the embodiment of the present disclosure is exemplified by taking the test on the web page in the information system as granularity.
In the embodiment of the disclosure, in order to further improve the practicability of the web page test system, the web page test system may be configured according to the hardware performance of the current client, the processor of the client is an X86 machine (window system), and the like, and the processing chip and the operating system of the server are set as hardware components corresponding to an X86 machine (window system), so as to ensure that the test tool can function well, and the like.
A web page test system of an embodiment of the present disclosure is described below with reference to the drawings. Fig. 1 is a schematic structural diagram of a web page test system according to an embodiment of the present disclosure, and as shown in fig. 1, the web page test system includes: the webpage testing system comprises a plurality of clients and a plurality of servers, wherein each client comprises a browser, and the clients and the servers are in communication connection, namely the webpage testing system supports the multiple clients to access the server side in parallel and supports function and performance integrated test verification based on the browsers.
In this embodiment, each client is configured to display a test case recording page of the web page test system, call a browser to open and display an initial web page to be tested in a right column of the test case recording page, run a test function on the initial web page, record a test video when the test function is executed, and send the test video to the server.
The initial webpage can be a webpage to be tested, the version of the initial webpage can be an initial version, and can also be an iterative version after any iterative function, and the corresponding test function can be a basic function in the initial version, and can also be a newly added function after iteration, and the like.
That is, the recording operation page of the front-end test case of the web page test system is provided on the client.
In this embodiment, as shown in fig. 2, the test case recording page of the web page test system may include a left column and a right column, where the left column displays historical test item information for testing a current initial web page, that is, a project list is constructed in the left column by using the test case of the initial web page as a project, and after each test item information is selected, a corresponding test operation may be performed on a functional control such as "record" in the toolbar.
In this embodiment, the process of opening an initial web page and running a test function is displayed in the right column, and the recording of a test video is realized in the right column.
In an embodiment of the present disclosure, the server is further configured to obtain at least one test video sent by the plurality of clients, and generate at least one test script corresponding to the at least one test video. If the test script cannot be generated according to the test video, a notification of re-recording the test video can be sent to the client, so that the client re-records the test video and the like.
It should be emphasized that, in this embodiment, the test videos for the initial web page are obtained from multiple clients, so that the test videos of different clients can be shared, a user does not need to record the test videos at a local client for each test function, a collaborative test is realized, and the test efficiency is improved. The method for generating the test script by the server may be to implement construction of an execution method code of the test function, extraction of corresponding method data, and the like, for example, when the test function is a login function, the corresponding test script includes a user name input method, and corresponding user name data.
Furthermore, in this embodiment, in order to reduce the memory usage of the client, after the server generates at least one test script corresponding to at least one test video, the server does not send the test script to the client, but generates a corresponding test script identifier, where the test script identifier may be in one or more of characters, numbers, letters, and the like, and based on the test script identifier, a user may visually know what the corresponding test script exists at the client, so that recording of the test video and the like is not required to be repeatedly performed, and especially for a large-item test, the test efficiency may be improved.
In an embodiment of the disclosure, the corresponding test script identifier may be displayed in a list form in a left column of the test case recording page of each client, so that, according to a trigger operation of a user on at least one test script identifier, a web page test may be performed on the test script corresponding to the test case recording page, for example, the corresponding test script may be played back in a right column of the test case recording page to perform the web page test.
Based on the above description, the present disclosure may share the test cases of multiple clients, and when the test cases of other clients are wrong or tampered, the potential safety hazard of the clients may be caused.
In this embodiment, each client is further configured to display an identity authentication page of the web test system before displaying the test case recording page, acquire identity information input by the user on the identity authentication page, and send the identity information to the server, where the identity information includes, but is not limited to, a user name, a login password, and the like.
Furthermore, the server verifies whether the user belongs to a legal user according to the identity information, for example, whether the user belongs to the legal user or not according to a pre-stored database, and the like, if the server verifies that the user belongs to the legal user, the server sends a page opening instruction carrying page data of a test case recording page to a corresponding client, namely the client sending a verification request, wherein the page data comprises page frame data, page content data and the like, so that the client does not need to locally store the corresponding page data, and the requirement on the hardware performance of the client is further reduced.
Of course, in the actual execution process, the client may also locally store the page data of the test case recording page, and locally render the page.
For example, as shown in fig. 3, after the client triggers the corresponding test tool, the corresponding authentication page is displayed, and if the user name and the login password input by the user on the authentication page are acquired, the identity information is sent to the server for authentication in response to the triggering operation of the user on the "login" control.
In an embodiment of the present disclosure, after the identity verification passes, in order to facilitate the testing of the user, as shown in fig. 4, a historical test case list of different test items is provided, each test item corresponds to one or more test cases, where the test cases may be represented as test script identifiers and the like, which may obtain information of the test scripts, and if the user needs to execute the historical test cases, the corresponding test scripts are directly invoked to execute.
If the user currently constructs a new test item, for example, constructs a test case of the initial webpage, the user triggers a corresponding control for creating a new item, then displays a test case recording page, and records a test video of the test case corresponding to the initial webpage.
As can be seen from the above description, the test of the initial webpage in the embodiment of the present disclosure is implemented based on the browser interface playback, and when the actual result of the test case script playback matches the expected result of the test case when designed, it is determined that the test case passes, otherwise, it is determined that the test case fails, and a test report is given to explain the specific situation of the actual result, so that relevant personnel can conveniently investigate the cause of the problem.
In summary, in the web page test system of the embodiment of the present disclosure, the server shares the test amount borne by the client, so that the installation package corresponding to the web page test system on the client is smaller, and the requirement on the performance of the client hardware is reduced.
Based on the foregoing embodiment, in the embodiment of the present disclosure, referring to fig. 5, when generating a test script corresponding to a test case, the method includes obtaining test data when executing a test function, for example, a user name when executing a login function, where different data formats of the test data may be defined based on a data type of JavaScript, and the data type includes an attribute, an array, an object, a Comma-Separated value (CSV), a matrix, mixed data, file data, request data, method data, and the like. Wherein attributes are used for name-value pairs; the array is used for processing data and can also be used for driving data circulation; JS Object Notation (JSON) objects are used to group data together; the CSV is used for processing spreadsheet data and can be used for driving data circulation; the matrix data is a complex data type and can be used for driving a test flow, the matrix data has a similar data structure with CSV, and each row of data can be accessed through a keyword; the mixed data is in a JSON format, and a user can define different data structures according to the requirement; file data is used for uploading example data; the request data is used for acquiring external data, supporting CSV, JSON and file types, and can be used as test data for testing uploaded files and can also be used for batch processing; and the user can produce dynamic data by writing a script program.
In the embodiment, for the function verification of the test function, besides the verification of the basic interface operation action, the verification of element content, existence or nonexistence, availability or nonexistence, input box value, image, batch data, script and the like can be realized by setting an expected result.
The procedure of the test is specifically described below.
In an embodiment of the present disclosure, each client is further configured to receive a trigger operation of a user on a target test script identifier in the at least one test script identifier, and send a test request of the target test script identifier to the server.
And the server is used for sending the target test script corresponding to the target test script identification to the corresponding client according to the test request.
Each client calls a browser to open and display a current webpage corresponding to an initial webpage according to the right column of the test case recording page, and executes a test function on the current webpage according to a target test script, wherein in order to facilitate testing, each client also records an execution video when the test function is executed and sends the execution video to a server, and the server generates a test report of the test function on the current webpage according to the execution video, wherein the test report not only comprises the test function and a test result, but also can include test data corresponding to the test, such as the response duration of the test function, a response page and the like.
In one embodiment of the present disclosure, referring to fig. 5, in performing a functional test on a test function, response result data of the test function is extracted according to an execution video, and the response result data may include a response page, content in the response page, response information, and the like.
In this embodiment, it is determined whether the response result data is consistent with preset response result data of the test function, where the preset response result data is an expected result corresponding to the test function, for example, when the preset response result data corresponding to the login test function enters a test case recording page, it is determined whether the current page jumps to the test case recording page when the login test function is executed.
In an embodiment of the present disclosure, in order to improve the test efficiency, in addition to the function test of the test function, a performance test of the test function may be implemented, where, referring to fig. 6, when a corresponding target test script is executed, by obtaining a response time of the test function in real time, and finally comparing the response time with a set performance threshold (preset a preset time corresponding to the test function), when the response time is less than or equal to the preset time, it is determined that the performance test passes (no alarm is given), otherwise, it is determined that the performance test fails (an alarm is generated), and a specific analysis result of the response time of the service operation request is given.
In this embodiment, after the functional test is passed, the server determines, according to the response time for executing the video identification test function, for example, for the login function, that a time period from when the user triggers the login request to when a response page corresponding to the login request is rendered is a response time, determines whether the response time is less than or equal to a preset time period corresponding to the test function, and if the response time is less than or equal to the preset time period, generates information that the performance test of the test function passes in the test report, where the information that the performance test passes may include a record of the response time period, a response time point corresponding to each step in the response process, and the like.
In an embodiment of the present disclosure, if the response duration is not less than or equal to the preset duration, generating information that the performance test of the test function fails in the test report, where the information that the test fails may also include a response duration record, a response time point corresponding to each step in the response process, and the like.
In order to facilitate the user to adjust the current webpage function according to the test report, the server also sends the test report to each client, so that other users developing the same project can synchronously obtain the test result without repeated tests, and each client responds to a test report viewing instruction triggered by the user on the test case recording page and displays the test report.
In an embodiment of the present disclosure, as shown in fig. 7, a test report viewing toolbar is provided in a left column of a test case recording page, where the toolbar includes a value type viewing control for a test function in a test report, a viewing control for test information of the above-mentioned function test and performance test, and the like (displayed in a test script toolbar shown in the figure), and corresponding test data is displayed in a display area of the left column of the test case recording page according to a trigger operation on the corresponding control.
In an embodiment of the present disclosure, in order to further improve the test experience, when the result of the test report is a test success, with continued reference to fig. 7, the test result is displayed in the form of a pop-up window in the right column of the test case recording page, and the like.
In an embodiment of the present disclosure, in order to further improve the reliability of the test, as shown in fig. 8, an Artificial Intelligence (AI) technology is further introduced, and based on natural language identification, when recording the test video, relevant elements of a page in the test video, such as "id" or "class" of an initial page in the test video, are intelligently identified, and data is captured in the form of variables while establishing a test script, and is separately obtained from a recording action (executing a method function corresponding to a page element). Thus, different types of data can be provided for the test scripts, and a data circular input mode can be provided for the data list. For example, when the test function is a login function, the test script can be executed based on a plurality of login names and login passwords by storing data such as the login method and the login name and login password separately and using the data such as the login name and login password as variables when the test script is constructed.
In this embodiment, the test script may be executed in the form of data binding, and the functions of the methods in the test script are automatically data-filled. In order to identify elements on the initial page, a Document Object Model (DOM) selector is introduced, which allows a user to select intelligently identified page elements and set the operation modes of the elements.
Therefore, the problem that the test script cannot normally run after the initial page is modified is solved by introducing the AI repair mode. When an element cannot be found, a re-selection of the element is prompted, rather than a throw error. This allows the user to quickly update all automated tests after a large application is updated, even after the interface framework is completely changed, completing the functional and performance integration tests.
In this embodiment, as shown in fig. 9, page elements are captured from an initial page displayed by a browser on a client, for example, an input user name and a password are captured, further, the client obtains script debugging data corresponding to the page elements, for example, obtains login method functions corresponding to the user name and the password, and the server generates a corresponding test script according to the page elements and the script debugging data and plays back the test script on the browser to perform a web page test.
In summary, the web page test system according to the embodiment of the disclosure supports integrated verification of functions and performance, that is, performance verification of response time is performed while verifying functions.
It is noted that, in this document, relational terms such as "first" and "second," and the like, may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The foregoing are merely exemplary embodiments of the present disclosure, which enable those skilled in the art to understand or practice the present disclosure. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the disclosure. Thus, the present disclosure is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
Claims (10)
1. A web page testing system, comprising a plurality of clients and a server, wherein each of said clients comprises a browser thereon, said plurality of clients are communicatively connected to said server, wherein,
each client is used for displaying a test case recording page of the webpage test system, calling the browser to open and display an initial webpage to be tested in the right column of the test case recording page, operating a test function on the initial webpage, recording a test video when the test function is executed, and sending the test video to the server;
the server is used for acquiring at least one test video sent by the plurality of clients, generating at least one test script corresponding to the at least one test video, generating at least one test script identifier corresponding to the at least one test script, and sending the at least one test script identifier to each client;
each client is further configured to display the at least one test script identifier in the left column of the test case recording page, so that a webpage test is performed in the right column of the test case recording page according to the corresponding test script according to a trigger operation of a user on the at least one test script identifier.
2. The web page test system of claim 1,
each client is further used for displaying an identity authentication page of the webpage test system before displaying the test case recording page, acquiring identity information input by a user on the identity authentication page, and sending the identity information to the server;
and the server is also used for verifying whether the user belongs to a legal user according to the identity information and sending a page opening instruction carrying the page data of the test case recording page to a corresponding client when the user is verified to belong to the legal user.
3. The web page test system of claim 1,
each client is further configured to receive a trigger operation of the user on a target test script identifier in the at least one test script identifier, and send a test request of the target test script identifier to the server;
the server is used for sending a target test script corresponding to the target test script identification to a corresponding client according to the test request;
each client is used for calling the browser to open and display a current webpage corresponding to the initial webpage according to the right column of the test case recording page, and executing the test function on the current webpage according to the target test script;
each client is also used for recording an execution video when the test function is executed and sending the execution video to the server;
the server is further used for generating a test report of the test function on the current webpage according to the execution video.
4. The web page test system of claim 3, wherein the server is specifically configured to:
extracting response result data of the test function according to the execution video;
judging whether the response result data is consistent with preset response result data of the test function or not;
and if the response result data is consistent with the preset response result data, generating information that the function test of the test function passes in the test report.
5. The web page test system of claim 4, wherein the server is further configured to:
identifying a response time of the test function according to the execution video;
judging whether the response time is less than or equal to a preset time corresponding to the test function;
and if the time length is less than or equal to the preset time length, generating information that the performance test of the test function passes in the test report.
6. The web page test system of claim 4, wherein after the determining whether the response result data is consistent with the preset response result data of the test function, the server is further configured to:
and if the response result data is inconsistent with the preset response result data, generating information that the functional test of the test function fails in the test report.
7. The web page testing system of claim 5, wherein after the determining whether the response time is less than or equal to a preset duration corresponding to the testing function, the server is further configured to:
and if the time length is not less than or equal to the preset time length, generating information that the performance test of the test function fails in the test report.
8. The web page test system of claim 3,
the server is further used for sending the test report to each client;
each client is further used for responding to a test report viewing instruction triggered by a user on the test case recording page and displaying the test report.
9. The web page test system of claim 1,
and the server is also used for sending a re-recorded notification message to the corresponding client when the corresponding test script cannot be generated according to the test video.
10. The web page test system of claim 1, wherein the test function comprises a login function.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110701954.5A CN113515453B (en) | 2021-06-24 | 2021-06-24 | Webpage testing system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110701954.5A CN113515453B (en) | 2021-06-24 | 2021-06-24 | Webpage testing system |
Publications (2)
Publication Number | Publication Date |
---|---|
CN113515453A true CN113515453A (en) | 2021-10-19 |
CN113515453B CN113515453B (en) | 2021-12-07 |
Family
ID=78066227
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110701954.5A Active CN113515453B (en) | 2021-06-24 | 2021-06-24 | Webpage testing system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113515453B (en) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114090383A (en) * | 2021-11-23 | 2022-02-25 | 山东体育学院 | Method and system for automatically detecting availability of application layer of information system |
CN114741325A (en) * | 2022-06-13 | 2022-07-12 | 武汉迎风聚智科技有限公司 | Recording method and device of test script for application system test |
CN115086212A (en) * | 2022-06-09 | 2022-09-20 | 北京沃东天骏信息技术有限公司 | Webpage testing method and device |
CN117112391A (en) * | 2022-11-15 | 2023-11-24 | 领悦数字信息技术有限公司 | Method and system for functional testing |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102004695A (en) * | 2010-12-08 | 2011-04-06 | 深圳市茁壮网络股份有限公司 | Method and system for testing browser |
CN102495799A (en) * | 2011-12-02 | 2012-06-13 | 刘伟 | Automatic test system and method of movable terminal |
CN104506661A (en) * | 2015-01-14 | 2015-04-08 | 西安电子科技大学 | Automatic production method for remotely-configured usage scenario-based power consumption |
JP2016134020A (en) * | 2015-01-20 | 2016-07-25 | 株式会社日立製作所 | Test device and method using test scenario |
CN106776318A (en) * | 2016-12-15 | 2017-05-31 | 北京蓝海讯通科技股份有限公司 | A kind of test script method for recording and system |
CN106776323A (en) * | 2016-12-17 | 2017-05-31 | 广州酷狗计算机科技有限公司 | Application testing method and device |
CN107145440A (en) * | 2017-04-06 | 2017-09-08 | 百富计算机技术(深圳)有限公司 | Applied program testing method, device and computer equipment |
CN109995614A (en) * | 2019-03-29 | 2019-07-09 | 新华三信息安全技术有限公司 | A kind of alpha test method and device |
CN110647460A (en) * | 2019-08-05 | 2020-01-03 | 微梦创科网络科技(中国)有限公司 | Test resource management method and device and test client |
-
2021
- 2021-06-24 CN CN202110701954.5A patent/CN113515453B/en active Active
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102004695A (en) * | 2010-12-08 | 2011-04-06 | 深圳市茁壮网络股份有限公司 | Method and system for testing browser |
CN102495799A (en) * | 2011-12-02 | 2012-06-13 | 刘伟 | Automatic test system and method of movable terminal |
CN104506661A (en) * | 2015-01-14 | 2015-04-08 | 西安电子科技大学 | Automatic production method for remotely-configured usage scenario-based power consumption |
JP2016134020A (en) * | 2015-01-20 | 2016-07-25 | 株式会社日立製作所 | Test device and method using test scenario |
CN106776318A (en) * | 2016-12-15 | 2017-05-31 | 北京蓝海讯通科技股份有限公司 | A kind of test script method for recording and system |
CN106776323A (en) * | 2016-12-17 | 2017-05-31 | 广州酷狗计算机科技有限公司 | Application testing method and device |
CN107145440A (en) * | 2017-04-06 | 2017-09-08 | 百富计算机技术(深圳)有限公司 | Applied program testing method, device and computer equipment |
CN109995614A (en) * | 2019-03-29 | 2019-07-09 | 新华三信息安全技术有限公司 | A kind of alpha test method and device |
CN110647460A (en) * | 2019-08-05 | 2020-01-03 | 微梦创科网络科技(中国)有限公司 | Test resource management method and device and test client |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114090383A (en) * | 2021-11-23 | 2022-02-25 | 山东体育学院 | Method and system for automatically detecting availability of application layer of information system |
CN115086212A (en) * | 2022-06-09 | 2022-09-20 | 北京沃东天骏信息技术有限公司 | Webpage testing method and device |
CN114741325A (en) * | 2022-06-13 | 2022-07-12 | 武汉迎风聚智科技有限公司 | Recording method and device of test script for application system test |
CN117112391A (en) * | 2022-11-15 | 2023-11-24 | 领悦数字信息技术有限公司 | Method and system for functional testing |
Also Published As
Publication number | Publication date |
---|---|
CN113515453B (en) | 2021-12-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN113515453B (en) | Webpage testing system | |
CN111061526A (en) | Automatic testing method and device, computer equipment and storage medium | |
CN108628748B (en) | Automatic test management method and automatic test management system | |
CN107145440B (en) | Application program testing method and device and computer equipment | |
CN111045952A (en) | Software testing method, flow playback device, terminal equipment and readable storage medium | |
CN110554962A (en) | Regression testing process covering method, server and computer readable storage medium | |
US20100153087A1 (en) | Techniques for generating a reusable test script for a single user performance test | |
CN112650688A (en) | Automated regression testing method, associated device and computer program product | |
CN110825618A (en) | Method and related device for generating test case | |
CN113238930B (en) | Method and device for testing software system, terminal equipment and storage medium | |
CN111522749B (en) | Page testing method and device, readable storage medium and electronic equipment | |
CN111414309A (en) | Automatic test method of application program, computer equipment and storage medium | |
CN106445805B (en) | Visual test report generation method | |
CN111708712A (en) | User behavior test case generation method, flow playback method and electronic equipment | |
CN117493188A (en) | Interface testing method and device, electronic equipment and storage medium | |
CN112948267A (en) | Webpage testing method, webpage testing system, storage medium and electronic equipment | |
CN116719736A (en) | Test case generation method and device for testing software interface | |
JP2016071398A (en) | Test execution device, test execution method, and computer program | |
CN115514677A (en) | Server dial testing method and system | |
CN112230938B (en) | Method and device for configuring rental products of industrial Internet | |
CN115145674A (en) | Page jump method, device, equipment and medium based on dynamic anchor point | |
US11403209B2 (en) | Rendering GUI test object of application under test to reflect test information | |
JP6436704B2 (en) | Test execution device, test execution method, and computer program | |
CN111666471A (en) | Information acquisition method and device, computer equipment and storage medium | |
CN114461514A (en) | Automatic testing method and system based on low codes |
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 |