CN112015645A - Function test method and device of web system and electronic equipment - Google Patents

Function test method and device of web system and electronic equipment Download PDF

Info

Publication number
CN112015645A
CN112015645A CN202010877132.8A CN202010877132A CN112015645A CN 112015645 A CN112015645 A CN 112015645A CN 202010877132 A CN202010877132 A CN 202010877132A CN 112015645 A CN112015645 A CN 112015645A
Authority
CN
China
Prior art keywords
detection result
version
tested
web system
function
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.)
Pending
Application number
CN202010877132.8A
Other languages
Chinese (zh)
Inventor
尚微
邹永强
杨晖
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Accumulus Technologies Tianjin Co Ltd
Original Assignee
Accumulus Technologies Tianjin Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Accumulus Technologies Tianjin Co Ltd filed Critical Accumulus Technologies Tianjin Co Ltd
Priority to CN202010877132.8A priority Critical patent/CN112015645A/en
Publication of CN112015645A publication Critical patent/CN112015645A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3692Test management for test results analysis

Abstract

The application provides a method and a device for testing functions of a web system and electronic equipment, and belongs to the technical field of software testing. The method provided by the application comprises the following steps: confirming a version A and a version B of a web system to be tested and a function to be tested according to a first input of a user; respectively transmitting the cookie information of the version A and the version B into an interface request to acquire corresponding identity authentication information; running the functions to be tested by executing automatic test scripts in the version A and version B environments respectively, obtaining a detection result A and a detection result B and storing the detection result A and the detection result B in a database; comparing the detection result A with the detection result B and generating a detection report, wherein the detection report is marked with the difference between the version A and the version B; the functions to be tested comprise an inquiry function and/or an excel file downloading function; by the method, the function test of the web system can be quickly realized, a large number of functions to be tested in the system to be tested can be quickly detected, and the product development efficiency is improved.

Description

Function test method and device of web system and electronic equipment
Technical Field
The present application relates to the field of software testing, and in particular, to a method and an apparatus for testing a function of a web system, and an electronic device.
Background
Before iteration of a product is on line, a comprehensive regression test is generally required to be performed in a pre-release environment, and in the face of tens or even hundreds of page query functions and excel file downloading functions in an application system to be tested, a tester needs to spend a large amount of labor and time to complete the test.
For such functions, the most important are the accuracy of the query result set under the search conditions and the accuracy of the downloaded data. At present, 2 methods are adopted by a tester, one method is manual test, the tester completes an inquiry function by operating a search condition on a page, manually checks an inquiry result according to the inquiry condition, downloads an excel file in a click mode, downloads the excel file to the local through a browser, and opens the excel file to manually verify the accuracy of an excel header and data; and the other method is to adopt UI automation, to finish the writing of scripts by operating page elements, to verify the query result by assertion, to download the excel to the local, and to assert by analyzing the data in the excel file.
When a large amount of data to be tested is faced, the two methods are difficult to realize quick detection, and screening aiming at individual abnormal data is even impossible.
Disclosure of Invention
The application provides a function testing method and device of a web system and electronic equipment, which are used for solving the problem that a large number of functions to be tested in a tested system, particularly an inquiry function and an excel file downloading function are difficult to detect quickly and improving the product development efficiency.
In order to achieve the purpose, the following scheme is adopted in the application:
in one aspect, an embodiment of the present application provides a method for testing a function of a web system, including:
confirming a version A and a version B of a web system to be tested and a function to be tested according to a first input of a user;
respectively transmitting the cookie information of the version A and the version B into an interface request according to a second input of the user, and acquiring corresponding identity authentication information;
running the functions to be tested by executing automatic test scripts in the version A and version B environments respectively, obtaining a detection result A and a detection result B and storing the detection result A and the detection result B in a database;
comparing the detection result A with the detection result B;
generating a test report according to the comparison result, wherein the test report is marked with a difference part of the functions to be tested in the version A and the version B;
the functions to be tested comprise a query function and/or an excel file downloading function.
Optionally, before the respectively transmitting the cookie information of the version a and the version B into an interface request according to the second input of the user and acquiring the corresponding identity authentication information, the method includes:
and configuring an automatic test script according to the web system to be tested and the function to be tested.
Optionally, the running the function to be tested by executing an automated test script in the environment of version a and version B, respectively, obtaining the detection result a and the detection result B, and storing the detection result a and the detection result B in the database includes:
and converting the detection result A and the detection result B into JSON format data and storing the JSON format data in a database.
Optionally, when the function to be tested is a function of downloading an excel file, the converting the detection result a and the detection result B into JSON format data and storing the JSON format data in a database further includes:
storing the excel files downloaded in the environment of version A and version B in a server, automatically judging the file format, automatically decompressing if the excel files are in a compressed packet format, and respectively converting the decompressed excel files or the decompressed excel files into a JSON format after being analyzed and storing the JSON format in the database.
Optionally, the comparing the detection result a and the detection result B includes:
and determining one of the detection result A and the detection result B as reference data, and comparing the JOSN format data of the detection result A and the JOSN format data of the detection result B.
Optionally, the comparing the detection result a and the detection result B further includes:
and if the JOSN format data sequences of the detection result A and the detection result B are inconsistent, sequencing according to a preset rule and then comparing one by one.
Optionally, the comparing the detection result a and the detection result B further includes:
based on the second input of the user, at least one of the following parameters of the comparison rule is set:
determining reference data;
setting a filtering item;
and adjusting the dynamic parameter range.
In one aspect, an embodiment of the present application provides a function testing apparatus for a web system, including:
the first processing module is used for confirming the version A and the version B of the web system to be tested and the function to be tested according to the first input of the user;
the second processing module is used for respectively transmitting the cookie information of the version A and the version B into an interface request according to a second input of a user and acquiring corresponding identity authentication information;
the third processing module is used for running the functions to be tested by executing the automatic test scripts in the version A and version B environments respectively, acquiring the detection result A and the detection result B and storing the detection result A and the detection result B into a database;
the comparison module is used for comparing the detection result A with the detection result B;
the generation module is used for generating a test report according to the comparison result, and the test report is marked with the difference part of the functions to be tested in the version A and the version B;
the functions to be tested comprise a query function and/or an excel file downloading function.
In one aspect, an embodiment of the present application provides an electronic device, including: a processor, a memory and a program stored on the memory and executable on the processor, the program, when executed by the processor, implementing the steps of the method of functional testing of a web system as claimed in any one of the embodiments of the present application.
In one aspect, the present application provides a computer readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the functional testing method of the web system according to any one of the embodiments of the present application.
The beneficial effects brought by the technical scheme provided by the embodiment of the application at least comprise:
according to the function testing method of the web system, firstly, the version A and the version B of the web system to be tested and the function to be tested are confirmed according to the first input of a user; secondly, respectively transmitting the cookie information of the version A and the version B into an interface request to acquire corresponding identity authentication information; then, running the function to be tested by executing an automatic test script in the version A and version B environments respectively, acquiring a detection result A and a detection result B and storing the detection result A and the detection result B in a database; finally, comparing the detection result A with the detection result B and generating a detection report, wherein the detection report is marked with the difference between the version A and the version B; the functions to be tested comprise an inquiry function and/or an excel file downloading function; by the method, the function test of the web system can be quickly realized, a large number of functions to be tested in the tested system can be quickly detected, particularly the problem that the functions of inquiring the functions and downloading excel files are difficult to quickly detect is solved, and the product development efficiency is improved.
Drawings
Fig. 1 is a flowchart of a method for testing a function of a web system according to an embodiment of the present disclosure;
fig. 2 is a schematic diagram of a functional test configuration interface of a web system according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of a function testing apparatus of a web system according to an embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of a function testing apparatus of a web system according to an embodiment of the present disclosure;
fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the drawings of the embodiments of the present application. It should be apparent that the described embodiments are only some of the embodiments of the present application, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the described embodiments of the application without making any creative effort, shall fall within the protection scope of the application.
The terms first, second and the like in the description and in the claims of the present application are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that embodiments of the application may be practiced in sequences other than those illustrated or described herein, and that the terms "first," "second," and the like are generally used herein in a generic sense and do not limit the number of terms, e.g., the first term can be one or more than one. In addition, "and/or" in the specification and claims means at least one of connected objects, a character "/" generally means that a preceding and succeeding related objects are in an "or" relationship.
In addition, the technical features mentioned in the different embodiments of the present application described below may be combined with each other as long as they do not conflict with each other.
Referring to fig. 1, a flowchart illustration of a method for testing a function of a web system provided in an embodiment of the present application is shown, where the method includes:
step 101, confirming a version A and a version B of a web system to be tested and a function to be tested according to a first input of a user;
a user can determine the version type of the web system to be tested and the function to be tested by performing corresponding input operation on the testing platform, and can select different versions of the web systems to be tested to perform subsequent step detection through step 101;
102, respectively transmitting the cookie information of the version A and the version B into an interface request according to a second input of a user, and acquiring corresponding identity authentication information;
exemplarily, referring to fig. 2, a configuration interface for functional testing of a web system is shown, a cookie of a version of the web system to be tested selected by a user and to be tested is transmitted to an interface request header to obtain identity authentication, and after the identity authentication is obtained, an automated test script can be run under the corresponding version (environment) by calling a corresponding interface, so that automatic simulated login instead of a UI can be realized to obtain identity authentication and simulate functional operations, and the test mode directly calls the interface to automatically execute the test script, so that the test efficiency is higher, the test is not affected by page elements, and the test stability is better;
optionally, in step 102, before the respectively transmitting the cookie information of the version a and the version B into an interface request according to the second input of the user and acquiring the corresponding identity authentication information, the method includes:
and configuring an automatic test script according to the web system to be tested and the function to be tested.
For example, the automated test script may be configured for the web system to be tested and the function to be tested through an interface automated test script configuration module in the test platform or other tools for configuring the interface automated test script.
103, running functions to be tested by executing an automatic test script in the environment of version A and version B respectively, acquiring a detection result A and a detection result B and storing the detection result A and the detection result B in a database;
illustratively, when the page query function is tested, the version to be tested in the web system to be tested is selected, the corresponding interface is called through the corresponding cookie information authentication identity, the automatic test script is executed to automatically execute the page query function, and the query results corresponding to all the query functions in the page are generated.
Optionally, step 103, running the function to be tested by executing an automated test script in the environment of version a and version B, respectively, obtaining the detection result a and the detection result B and storing the detection result B in the database includes:
and converting the detection result A and the detection result B into JSON format data and storing the JSON format data in a database.
By comparing the two JSON contents, the accuracy of the detection result can be rapidly verified;
it is noted that the two versions of the JSON format strings are compared, and both the JSON format for the "{" beginning and the JSON format for the "[" beginning are supported.
Optionally, in step 103, when the function to be tested is a function of downloading an excel file, converting the detection result a and the detection result B into JSON format data and storing the JSON format data in the database further includes:
storing the excel files downloaded in the environment of version A and version B in a server, automatically judging the file format, automatically decompressing if the excel files are in a compressed packet format, and respectively converting the decompressed excel files or the decompressed excel files into a JSON format after being analyzed and storing the JSON format in a database.
The method for testing the functions of the web system can be applied to detecting the query function and the excel file downloading function of the web system, and when the method is used for detecting the excel file downloading function, as the downloading result can be in an excel format or a compressed package format, in order to ensure the verification of the data accuracy of the excel file downloading function, the excel files downloaded from the web system to be tested in different environments or different code versions are stored in a server, and the file format is automatically judged;
illustratively, if the file is in a compressed package format (such as zip, rar, 7z and the like), automatic decompression is performed, one or more excel files obtained after decompression are analyzed and converted into a JSON format at the beginning of the [, the JSON format is stored in a database, and if a plurality of excel files exist, a plurality of JSON format data are generated, so that the data test of the excel file downloading function under various downloading scenes is met.
Step 104, comparing the detection result A with the detection result B;
optionally, in step 104, comparing the detection result a and the detection result B includes:
and determining one of the detection result A and the detection result B as reference data, and comparing the JOSN format data of the detection result A and the JOSN format data of the detection result B.
It should be noted that one of the detection result a or the detection result B may be used as reference data, and if a is used as reference data, a is default to be correct data, and when performing a test, the JOSN-formatted data of the detection result B is compared with the JOSN-formatted data of the detection result a;
the method can flexibly select the reference data, quickly detect the difference between the versions from the functions to be tested of different versions of the web system to be tested by comparison, quickly verify and improve the development efficiency.
Optionally, in step 104, comparing the detection result a with the detection result B further includes:
and if the JOSN format data sequences of the detection result A and the detection result B are inconsistent, sequencing according to a preset rule and then comparing one by one.
Illustratively, in order to improve the comparison efficiency of the detection results A and B, firstly checking the JSON content sequence of the detection results A and B, if the sequence is inconsistent, the result generation efficiency is greatly influenced by directly comparing under the condition, therefore, the results are compared one by one after being sorted according to a preset rule, the comparison efficiency of the detection results A and the detection results B can be greatly improved, and meanwhile, the false report can be avoided;
it should be noted that, by outputting the contrast difference after comparing one by one, the value difference point of a certain field of a certain piece of data can be accurately obtained.
Optionally, in step 104, comparing the detection result a with the detection result B further includes:
based on the second input of the user, at least one of the following parameters of the comparison rule is set:
determining reference data;
setting a filtering item;
and adjusting the dynamic parameter range.
For example, in order to more accurately compare the detection result and screen out abnormal data, the embodiment of the present application further provides a rule configuration function, and data that is irrelevant to the verification result or dynamically changes in the data returned by the interface may be set to be automatically ignored, and is not used as a comparison condition; and the configuration of a plurality of rules is supported, and the configuration of a plurality of modes is supported, such as $. field, $. field [ + ]. field, $. field [0]. field and the like, and the JSON format comparison of multi-layer nesting is supported.
105, generating a test report according to the comparison result, wherein the test report is marked with a difference part of the functions to be tested in the version A and the version B;
the functions to be tested comprise a query function and/or an excel file downloading function.
Optionally, the method for testing the function of the web system provided by the present application further includes:
the management maintenance module is used for automatically generating a comparison test record for any running test,
and can query, download and/or compare one or more test results based on a third input performed by the user.
According to the function testing method of the web system, firstly, the web system to be tested and the function to be tested are confirmed according to the first input of a user, and an automatic testing script is configured; secondly, respectively transmitting cookie information of the version A and the version B of the web system into an interface request to acquire corresponding identity authentication information; then, running the function to be tested by executing the automatic test script in the version A and version B environments respectively, obtaining a detection result A and a detection result B and storing the detection result A and the detection result B in a database; finally, comparing the detection result A with the detection result B and generating a detection report, wherein the detection report is marked with the difference between the version A and the version B;
the comparison rule can be configured, and the reference data, the filter items and/or the dynamic parameter range can be set, so that the comparison efficiency is improved;
by the method, the function test of the web system can be quickly realized, a large number of functions to be tested in the tested system can be quickly detected, particularly the problem that the functions of inquiring the functions and downloading excel files are difficult to quickly detect is solved, and the product development efficiency is improved;
referring to fig. 3, an embodiment of the present application provides a function testing apparatus 30 for a web system, including:
the first processing module 31 is configured to confirm the version a and the version B of the web system to be tested and the function to be tested according to a first input of a user;
the second processing module 32 is configured to transmit the cookie information of the version a and the version B into the interface request according to a second input of the user, and acquire corresponding identity authentication information;
the third processing module 33 is configured to run a function to be tested by executing an automated test script in the version a and version B environments, obtain a detection result a and a detection result B, and store the detection result a and the detection result B in the database;
a comparison module 34 for comparing the detection result a with the detection result B;
a generating module 35, configured to generate a test report according to the comparison result, where the test report is marked with a difference portion between the to-be-tested functions in the version a and the version B;
the functions to be tested comprise a query function and/or an excel file downloading function.
Optionally, referring to fig. 4, the testing device 30 further includes a fourth processing module 36, configured to:
and before cookie information of the version A and the version B is respectively transmitted into an interface request according to a second input of the user and corresponding identity authentication information is acquired, configuring an automatic test script according to the web system to be tested and the function to be tested.
Optionally, referring to fig. 4, the third processing module 33 further includes:
and the storage submodule 331 is used for converting the detection result a and the detection result B into JSON format data and storing the JSON format data in a database.
Optionally, referring to fig. 4, the third processing module 33 further includes:
and the parsing submodule 332 is configured to, when the function to be tested is a function of downloading excel files, store the excel files downloaded in the environments of version a and version B in the server, automatically judge the file formats, automatically decompress the excel files if the excel files are in a compressed packet format, parse one or more decompressed excel files, convert the one or more decompressed excel files into a JSON format, and store the JSON format in the database.
Optionally, referring to fig. 4, the comparison module 34 further includes:
the first processing sub-module 341 is configured to determine one of the detection result a and the detection result B as reference data, and compare the detection result a with JOSN format data of the detection result B.
Optionally, referring to fig. 4, the comparison module 34 further includes:
the second processing sub-module 342 is configured to, if the sequence of the JOSN format data of the detection result a is inconsistent with that of the detection result B, sort the data according to a preset rule and compare the data one by one.
Optionally, referring to fig. 4, optionally, the comparison module 34 further includes:
the third processing sub-module 343 is configured to, based on the second input from the user, perform at least one of the following settings on the parameters of the comparison rule:
determining reference data;
setting a filtering item;
and adjusting the dynamic parameter range.
By the function testing device of the web system provided by the embodiment of the application, all functions of the function testing method of the web system provided by the embodiment of the application can be realized, and specific technical effects are not repeated.
Referring to fig. 5, an embodiment of the present invention further provides an electronic device 50, which includes a processor 51, a memory 52, and a computer program stored in the memory 52 and capable of running on the processor 51, where the computer program, when executed by the processor 51, implements the processes of the above-mentioned embodiment of the method for testing functions of a web system, and can achieve the same technical effects, and therefore, in order to avoid repetition, the details are not repeated here.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements each process of the embodiment of the function testing method for a web system, and can achieve the same technical effect, and is not described herein again to avoid repetition. The computer-readable storage medium may be a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk.
It should be noted that, in this document, 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 like elements in a process, method, article, or apparatus that comprises the element.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
It should be understood that the above examples are only for clarity of illustration and are not intended to limit the embodiments. Other variations and modifications will be apparent to persons skilled in the art in light of the above description. And are neither required nor exhaustive of all embodiments. And obvious variations or modifications of this invention are intended to be covered by the scope of the invention as expressed herein.

Claims (10)

1. A method for testing the functions of a web system is characterized by comprising the following steps:
confirming a version A and a version B of a web system to be tested and a function to be tested according to a first input of a user;
respectively transmitting the cookie information of the version A and the version B into an interface request according to a second input of the user, and acquiring corresponding identity authentication information;
running the functions to be tested by executing automatic test scripts in the version A and version B environments respectively, obtaining a detection result A and a detection result B and storing the detection result A and the detection result B in a database;
comparing the detection result A with the detection result B;
generating a test report according to the comparison result, wherein the test report is marked with a difference part of the functions to be tested in the version A and the version B;
the functions to be tested comprise a query function and/or an excel file downloading function.
2. The method for testing the functionality of the web system according to claim 1, wherein before the step of respectively sending the cookie information of the version a and the version B into the interface request according to the second input of the user and obtaining the corresponding authentication information, the method comprises:
and configuring an automatic test script according to the web system to be tested and the function to be tested.
3. The method for testing the functions of the web system according to claim 1, wherein the running the functions to be tested in the version a and version B environments by executing an automated test script, acquiring the test result a and the test result B and storing the test result a and the test result B in a database comprises:
and converting the detection result A and the detection result B into JSON format data and storing the JSON format data in a database.
4. The method for testing the functions of the web system according to claim 3, wherein when the function to be tested is a function of downloading an excel file, the step of converting the detection result A and the detection result B into JSON format data and storing the JSON format data in the database further comprises the steps of:
storing the excel files downloaded in the environment of version A and version B in a server, automatically judging the file format, automatically decompressing if the excel files are in a compressed packet format, and respectively converting the decompressed excel files or the decompressed excel files into a JSON format after being analyzed and storing the JSON format in the database.
5. The method for testing the functionality of the web system according to claim 3, wherein the comparing the detection result A and the detection result B comprises:
and determining one of the detection result A and the detection result B as reference data, and comparing the JOSN format data of the detection result A and the JOSN format data of the detection result B.
6. The method for testing the functionality of the web system according to claim 3, wherein the comparing the detection result A and the detection result B further comprises:
and if the JOSN format data sequences of the detection result A and the detection result B are inconsistent, sequencing according to a preset rule and then comparing one by one.
7. The method for testing the functionality of a web system according to claim 1, wherein said comparing said detection result a and said detection result B further comprises:
based on the second input of the user, at least one of the following parameters of the comparison rule is set:
determining reference data;
setting a filtering item;
and adjusting the dynamic parameter range.
8. A function testing apparatus of a web system, comprising:
the first processing module is used for confirming the version A and the version B of the web system to be tested and the function to be tested according to the first input of the user;
the second processing module is used for respectively transmitting the cookie information of the version A and the version B into an interface request according to a second input of a user and acquiring corresponding identity authentication information;
the third processing module is used for running the functions to be tested by executing the automatic test scripts in the version A and version B environments respectively, acquiring the detection result A and the detection result B and storing the detection result A and the detection result B into a database;
the comparison module is used for comparing the detection result A with the detection result B;
the generation module is used for generating a test report according to the comparison result, and the test report is marked with the difference part of the functions to be tested in the version A and the version B;
the functions to be tested comprise a query function and/or an excel file downloading function.
9. An electronic device, comprising: processor, memory and a program stored on the memory and executable on the processor, which program, when executed by the processor, carries out the steps of the method of functional testing of a web system according to any of claims 1 to 7.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the method for functional testing of a web system according to any one of claims 1 to 7.
CN202010877132.8A 2020-08-27 2020-08-27 Function test method and device of web system and electronic equipment Pending CN112015645A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010877132.8A CN112015645A (en) 2020-08-27 2020-08-27 Function test method and device of web system and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010877132.8A CN112015645A (en) 2020-08-27 2020-08-27 Function test method and device of web system and electronic equipment

Publications (1)

Publication Number Publication Date
CN112015645A true CN112015645A (en) 2020-12-01

Family

ID=73502602

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010877132.8A Pending CN112015645A (en) 2020-08-27 2020-08-27 Function test method and device of web system and electronic equipment

Country Status (1)

Country Link
CN (1) CN112015645A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112732557A (en) * 2020-12-30 2021-04-30 成都科来网络技术有限公司 Interface test script implementation method for data offset downloading and automatic test method

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108491331A (en) * 2018-04-13 2018-09-04 平安普惠企业管理有限公司 Method for testing software, device, equipment and computer storage media
CN109815111A (en) * 2018-12-13 2019-05-28 深圳壹账通智能科技有限公司 Gray scale test method, device, computer equipment and storage medium
JP2019117465A (en) * 2017-12-26 2019-07-18 富士通株式会社 Change detection program, change detection method and change detection apparatus
CN110221968A (en) * 2019-05-20 2019-09-10 平安普惠企业管理有限公司 Method for testing software and Related product
CN110554958A (en) * 2019-08-01 2019-12-10 北京百度网讯科技有限公司 Graph database testing method, system, device and storage medium
CN111078529A (en) * 2019-11-15 2020-04-28 汉海信息技术(上海)有限公司 Client write-in module testing method and device and electronic equipment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019117465A (en) * 2017-12-26 2019-07-18 富士通株式会社 Change detection program, change detection method and change detection apparatus
CN108491331A (en) * 2018-04-13 2018-09-04 平安普惠企业管理有限公司 Method for testing software, device, equipment and computer storage media
CN109815111A (en) * 2018-12-13 2019-05-28 深圳壹账通智能科技有限公司 Gray scale test method, device, computer equipment and storage medium
CN110221968A (en) * 2019-05-20 2019-09-10 平安普惠企业管理有限公司 Method for testing software and Related product
CN110554958A (en) * 2019-08-01 2019-12-10 北京百度网讯科技有限公司 Graph database testing method, system, device and storage medium
CN111078529A (en) * 2019-11-15 2020-04-28 汉海信息技术(上海)有限公司 Client write-in module testing method and device and electronic equipment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112732557A (en) * 2020-12-30 2021-04-30 成都科来网络技术有限公司 Interface test script implementation method for data offset downloading and automatic test method
CN112732557B (en) * 2020-12-30 2023-09-08 科来网络技术股份有限公司 Interface test script implementation method and automatic test method for data offset downloading

Similar Documents

Publication Publication Date Title
CN107992409B (en) Test case generation method and device, computer equipment and storage medium
CN111045944A (en) Regression testing method, device and system and computer readable storage medium
CN112052172B (en) Rapid test method and device for third-party channel and electronic equipment
CN110569159A (en) Baffle generation method, device, equipment and computer storage medium
CN111522738A (en) Test method and device of micro-service system, storage medium and electronic equipment
CN112069068A (en) Automatic test data processing method, device, equipment and readable storage medium
CN112540924A (en) Interface automation test method, device, equipment and storage medium
CN113656404A (en) Data verification method and device, computer equipment and storage medium
CN111651342A (en) HTTP interface automation testing framework based on Charles recording session
CN112015645A (en) Function test method and device of web system and electronic equipment
CN107341110B (en) Tool for modifying and affecting range of software test positioning patch and implementation method
CN111061637B (en) Interface testing method, interface testing device and storage medium
CN116431522A (en) Automatic test method and system for low-code object storage gateway
CN115543816A (en) Software regression test result verification method, device, equipment and storage medium
CN113031995B (en) Rule updating method and device, storage medium and electronic equipment
CN116016270A (en) Switch test management method and device, electronic equipment and storage medium
CN115599683A (en) Automatic testing method, device, equipment and storage medium
CN111538542B (en) System configuration method and related device
CN115470095A (en) Test method, test system, electronic equipment and computer storage medium
CN110046067B (en) Interface testing method and device
CN113794602A (en) Equipment testing method and device, terminal equipment and storage medium
CN111767218A (en) Automatic testing method, equipment and storage medium for continuous integration
CN109815134A (en) The methods, devices and systems of combined data library auto Analysis test result
CN115543227B (en) Cross-system data migration method, system, electronic device and storage medium
CN115230622A (en) Electronic control system identification method and device, terminal equipment and storage medium

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