CN109933533B - Visual data testing method, device and equipment and readable storage medium - Google Patents

Visual data testing method, device and equipment and readable storage medium Download PDF

Info

Publication number
CN109933533B
CN109933533B CN201910227466.8A CN201910227466A CN109933533B CN 109933533 B CN109933533 B CN 109933533B CN 201910227466 A CN201910227466 A CN 201910227466A CN 109933533 B CN109933533 B CN 109933533B
Authority
CN
China
Prior art keywords
visual
visual data
data
test
input port
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
Application number
CN201910227466.8A
Other languages
Chinese (zh)
Other versions
CN109933533A (en
Inventor
凌婕
范渊
刘博�
龙文洁
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
DBAPPSecurity Co Ltd
Original Assignee
DBAPPSecurity 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 DBAPPSecurity Co Ltd filed Critical DBAPPSecurity Co Ltd
Priority to CN201910227466.8A priority Critical patent/CN109933533B/en
Publication of CN109933533A publication Critical patent/CN109933533A/en
Application granted granted Critical
Publication of CN109933533B publication Critical patent/CN109933533B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a visual data testing method, which comprises the following steps: scanning an input port of a visual screen by using a port scanning tool to generate a configuration file containing the input port of the visual screen; acquiring a flow packet flowing through an input port according to a configuration file; acquiring visual data from the traffic packet, the visual data at least comprising: project name, request parameter, URL and return result; judging whether the visual data is the same as the test data; if yes, outputting the test passing identification information. The method is used for testing the visual data based on the URL, and specific parameter values in the URL do not need to be acquired independently, so that when the specific parameter values in the URL change, an execution script does not need to be modified correspondingly, the method has good universality, the workload of testers can be reduced, and the testing efficiency of the visual data is improved. The visual data testing device, the visual data testing equipment and the readable storage medium have the technical effects.

Description

Visual data testing method, device and equipment and readable storage medium
Technical Field
The invention relates to the technical field of data testing, in particular to a visual data testing method, a visual data testing device, visual data testing equipment and a readable storage medium.
Background
The visualized data needs to be tested for correctness before being presented through the visualization screen. In the prior art, testers typically test visual data using a selenim tool. Visual data is generally classified into an information display class, a data analysis class and a monitoring and early warning class.
The technical requirements of the Selenuim tool on testers are high, and the testers need to compile test scripts according to specific parameter values in the URLs; when the specific parameter value in the URL is updated, the test script needs to be modified, so that the workload of a tester is increased, the test process is slowed down, and the later operation and maintenance cost of the visual data is increased.
Therefore, how to reduce the workload of the testers and improve the testing efficiency of the visualized data is a problem to be solved by the technicians in the field.
Disclosure of Invention
The invention aims to provide a visual data testing method, a visual data testing device, visual data testing equipment and a readable storage medium, so that the workload of testers is reduced, and the visual data testing efficiency is improved.
In order to achieve the above purpose, the embodiment of the present invention provides the following technical solutions:
a visual data testing method, comprising:
scanning an input port of a visual screen by using a port scanning tool, and generating a configuration file containing the input port of the visual screen;
acquiring a flow packet flowing through an input port of the visual screen according to the configuration file;
obtaining visualization data from the traffic packet, the visualization data including at least: project name, request parameter, URL and return result;
judging whether the visual data is the same as test data in a preset test case or not;
if yes, test passing identification information is output.
Wherein, the acquiring the traffic packet flowing through the input port of the visualization screen includes:
and acquiring a traffic packet flowing through the input port of the visual screen by using a fixdler tool.
Wherein, the scanning an input port of a visual screen by using a port scanning tool to generate a configuration file containing the input port of the visual screen comprises:
scanning all input ports of the visual screen by using the port scanning tool, and comparing all the scanned input ports with the input ports recorded in the test case;
and when all the scanned input ports are consistent with the input ports recorded in the test case, storing all the scanned input ports in the configuration file.
When all the scanned input ports are inconsistent with the input ports recorded in the test case, the method further comprises the following steps:
and acquiring a comparison result, and visually displaying the comparison result.
Before judging whether the visual data is the same as the test data in the preset test case, the method further includes:
exporting the visual data to a data table.
Wherein, when the visual data is different from the test data in the preset test case, the method further comprises:
and outputting the test failure identification information.
Wherein, after the outputting the test failing identification information, the method further comprises:
and visually displaying the visual data which fails the test.
A visual data testing device comprising:
the system comprises a scanning module, a configuration module and a display module, wherein the scanning module is used for scanning an input port of a visual screen by using a port scanning tool and generating a configuration file containing the input port of the visual screen;
the first acquisition module is used for acquiring a flow packet flowing through the input port of the visual screen according to the configuration file;
a second obtaining module, configured to obtain visual data from the traffic packet, where the visual data at least includes: project name, request parameter, URL and return result;
the judging module is used for judging whether the visual data is the same as the test data in a preset test case or not;
and the output module is used for outputting the test passing identification information when the visual data is the same as the test data in the preset test case.
A visual data testing device comprising:
a memory for storing a computer program;
a processor for implementing the steps of the visual data testing method according to any one of the above items when the computer program is executed.
A readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the visual data testing method of any one of the preceding claims.
According to the scheme, the visual data testing method provided by the embodiment of the invention comprises the following steps: scanning an input port of a visual screen by using a port scanning tool to generate a configuration file containing the input port of the visual screen; acquiring a flow packet flowing through an input port of a visual screen according to a configuration file; acquiring visual data from the traffic packet, the visual data at least comprising: project name, request parameter, URL and return result; judging whether the visual data is the same as the test data in a preset test case or not; if yes, outputting the test passing identification information.
Therefore, the method can automatically generate the configuration file containing the input port of the visual screen, and for the flow packet flowing through the input port of the visual screen, the item name, the request parameter, the URL and the return result in the flow packet are obtained, so that whether the obtained visual data are the same as the test data is judged; if the visual data are correct, the visual data are indicated to be correct, and the test passing identification information is output. The test method can acquire the project name, the request parameter, the URL and the return result from the flow package flowing through the input port of the visual screen, wherein the return result is obtained by processing the specific parameter value in the URL, so that the return result can reflect the specific parameter value in the URL, and the project name, the request parameter, the URL and the return result have a corresponding relation, so that the accuracy of the request parameter, the URL and the return result corresponding to one project can be determined by comparing the acquired data with the preset test data. According to the invention, the specific parameter value in the URL does not need to be acquired independently, so that when the specific parameter value in the URL changes, the execution script does not need to be modified correspondingly, therefore, the testing method disclosed by the invention has better universality, the workload of testing personnel can be reduced, and the testing efficiency of visual data is improved.
Accordingly, the visual data testing device, the visual data testing equipment and the readable storage medium provided by the embodiment of the invention also have the technical effects.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flow chart of a visual data testing method disclosed in the embodiments of the present invention;
FIG. 2 is a schematic view of a visual data testing apparatus according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a visual data testing apparatus according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention discloses a visual data testing method, a visual data testing device, visual data testing equipment and a readable storage medium, which are used for reducing the workload of testers and improving the testing efficiency of visual data.
Referring to fig. 1, a visual data testing method provided in an embodiment of the present invention includes:
s101, scanning an input port of a visual screen by using a port scanning tool, and generating a configuration file containing the input port of the visual screen;
among them, the common port scanning tool includes: nmap, Unicornscan, Zenmap, nast, Knocker, and the like.
S102, acquiring a flow packet flowing through an input port of a visual screen according to a configuration file;
preferably, the acquiring the traffic packet flowing through the input port of the visualization screen includes: and acquiring a traffic packet flowing through the input port of the visual screen by using a fixdler tool. The fiddler tool operates as a web proxy server and transfers data using network transport protocols such as HTTPS, HTTP, and the like. Typically, the proxy addresses used by the fixdler tool are: 127.0.0.1, port is 8888 by default. Of course, the proxy address and default port of the fixdler tool may also be modified according to the actual application.
Before acquiring the traffic packet flowing through the input port of the visualization screen according to the configuration file, the method further includes: and monitoring an input port of the visual screen according to the configuration file so as to avoid missing of the traffic packet.
S103, acquiring visual data from the flow packet, wherein the visual data at least comprises: project name, request parameter, URL and return result;
it should be noted that each file on the internet has a unique URL, which contains information indicating the location of the file and the way the browser processes the file, and when the file in the web page is updated, the specific parameter values of the URL and the returned result are also updated. Therefore, acquiring the URL and returning the result from the traffic packet is equivalent to acquiring a specific data value in the web page.
S104, judging whether the visual data are the same as the test data in a preset test case or not; if yes, executing S105; if not, executing S106;
specifically, the test case includes request parameters, URLs and returned results corresponding to a plurality of items, so that corresponding test data can be found in the test case for any item, and the test data also includes item names, request parameters, URLs and returned results. The returned result in the test data is a correct returned result, and when the returned result in the test data is different from the returned result in the visual data, the visual data test is not passed; and when the returned result in the test data is the same as the returned result in the visual data, indicating that the visual data passes the test.
S105, outputting test passing identification information;
and S106, outputting the test failing identification information.
Preferably, after the outputting the test failure identification information, the method further includes: and visually displaying the visual data which fails the test. Therefore, the tester can quickly determine the visual data to be modified, and the operation and maintenance efficiency of the visual data can be improved.
In this embodiment, before the determining whether the visual data is the same as the test data in the preset test case, the method further includes: exporting the visual data to a data table. The visual data exported to the data sheet is more convenient for data comparison, and the test efficiency can be improved. It should be noted that the format of the data table may be any text format, so this embodiment does not specifically limit this.
As can be seen, the embodiment provides a visual data testing method, which can automatically generate a configuration file containing an input port of a visual screen, acquire a project name, a request parameter, a URL, and a return result of a traffic packet flowing through the input port of the visual screen, and further determine whether the acquired visual data is the same as the test data; if the visual data are correct, the visual data are indicated to be correct, and the test passing identification information is output.
The test method can acquire the project name, the request parameter, the URL and the return result from the flow packet flowing through the input port of the visual screen, wherein the return result is obtained by processing the specific parameter value in the URL, so that the return result can reflect the specific parameter value in the URL, and the project name, the request parameter, the URL and the return result have a corresponding relation, so that the accuracy of the request parameter, the URL and the return result corresponding to one project can be determined by comparing the acquired data with preset test data. According to the invention, the specific parameter value in the URL does not need to be acquired independently, so that when the specific parameter value in the URL changes, the execution script does not need to be modified correspondingly, therefore, the testing method disclosed by the invention has better universality, the workload of testing personnel can be reduced, and the testing efficiency of visual data is improved.
Based on the foregoing embodiment, it should be noted that the scanning an input port of a visualization screen by using a port scanning tool to generate a configuration file containing the input port of the visualization screen includes: scanning all input ports of the visual screen by using the port scanning tool, and comparing all the scanned input ports with the input ports recorded in the test case; and when all the scanned input ports are consistent with the input ports recorded in the test case, storing all the scanned input ports in the configuration file.
When all the scanned input ports are inconsistent with the input ports recorded in the test case, the method further comprises the following steps: and acquiring a comparison result, and carrying out visual display on the comparison result.
It should be noted that, when there is omission or redundancy in the scanned input ports, it indicates that the scanned input ports are inconsistent with the input ports recorded in the test case, using the input ports recorded in the test case as a comparison standard.
For example: if all scanned input ports include A, B, E, the input ports in the test case include A, B, C, D; at this time, the ports C and D are not scanned, which indicates that the ports C and D are possibly abnormal, so that the comparison result is visually displayed, and technicians can conveniently overhaul the ports C and D in time; the scanned port E does not exist in the test case, which indicates that the visual data flowing through the port E does not need to be tested, and the port E can be closed at this time. After the technician overhauls the ports C and D and closes the port E, scanning all the input ports of the visual screen by using the port scanning tool until all the scanned input ports are: A. b, C, D, i.e., until the scanned input port coincides with the input port recorded in the test case, a configuration file containing A, B, C, D is generated.
Of course, when the scanned input port is inconsistent with the input port recorded in the test case, the test method disclosed by the invention can be continuously executed, and the test process is inconvenient only because of data omission or redundancy. For example: when the scanned input port does not exist in the test case, if the test method is continuously executed, the visual data which does not need to be tested is obtained, namely redundant data is generated; and when the input port of the test case is not scanned, if the test method is continuously executed, the visual data to be tested cannot be obtained, namely data omission exists, and the omitted data needs to be retested.
The embodiment of the invention discloses another visual data testing method, and compared with the previous embodiment, the technical scheme is further explained and optimized by the embodiment.
The embodiment of the invention provides a visual data testing step, which comprises the following steps:
1. and acquiring port addresses of all input ports of the visual screen and storing the port addresses into the configuration file A.
The port addresses of different visual screens may be: http:// 172.0.0.1/large screen 1, http:// 172.0.0.1/large screen 2, http:// 172.0.0.1/large screen 3, http:// 172.0.0.1/large screen 4. The visualization screen may have a plurality of access ports, so that the plurality of access ports of the visualization screen can be accessed based on the port address of one visualization screen, and different access ports transmit different types of data, such as port 1 output asset statistics, port 2 transmission system status, and the like.
It should be noted that the ports stored in the configuration file a correspond to the ports in the test cases one to one. Input ports to a visualization screen may be scanned using a port scan tool.
2. Setting up network transmission protocol and access port.
For example: the network transport protocol is set to HTTP or HTTPs, the access port is set to 8899,
3. and monitoring all port addresses in the configuration file A by using a fixdler, capturing a flow packet flowing through the port addresses, and acquiring the URL, the project name, the request parameter and the return result contained in the flow packet.
4. And automatically generating a report based on the acquired data, and exporting the report as an excel table 1.
For example: excel table 1 includes but is not limited to: the name of the statistical item, the address of the statistical item, the request parameter and the return result. The name of the statistical item is the name of the item, and the address of the statistical item is the URL.
TABLE 1
Statistical item names Statistical item address Request parameters Returning results
Asset statistics http://172.0.0.1/zctj zctj 1
System condition http://172.0.0.1/xtzk xtzk 1
Number of accesses http://172.0.0.1/fwsl fwsl 1
Visit trend graph htpp://172.0.0.1/fwqs fwqs 1
Asset classification http:///172.0.0.1/zcfl zclf 0
Capital expenditure Jack http://172.0.0.1/zczt zczt 1
Asset interview record http://172.0.0.1/sfjl sfjl 0
5. And testing whether each item in the table 1 is correct or not by using a preset test case.
The test data in the test case can be referred to excel table 2.
TABLE 2
Statistical item names Statistical item address Request parameters Expected result Test results
Asset statistics http://172.0.0.1/zctj zctj 1
System condition http://172.0.0.1/xtzk xtzk 1
Number of accesses http://172.0.0.1/fwsl fwsl 1
Visit trend graph http://172.0.0.1/fwqs fwqs 1
Asset classification http://172.0.0.1/zcfl zcfl 1
Asset status http://172.0.0.1/zczt zczt 1
Asset interview record http://172.0.0.1/sfjl sfjl 1
6. Outputting a test result; if the contents in the table 1 are the same as the contents in the table 2, outputting Pass; otherwise, Fail is output.
The test results can be stored in table 2, and table 2 in which the test results are stored is as follows:
statistical item names Statistical item address Request parameters Expected result Test results
Asset statistics http://172.0.0.1/zctj zctj 1 pass
System condition http://172.0.0.1/xtzk xtzk 1 fail
Number of accesses http://172.0.0.1/fwsl fwsl 1 pass
Visit trend graph http://172.0.0.1/fwqs fwqs 1 pass
Asset classification http://172.0.0.1/zcfl zcfl 1 fail
Asset status http://172.0.0.1/zczt zczt 1 pass
Asset interview record http://172.0.0.1/sfjl sfjl 1 fail
It should be noted that the testing step in this embodiment may be implemented by python. The embodiment utilizes fixdler to grab the flow package that flows through the visual screen, obtains visual data from the flow package to compare visual data and test case, thereby accomplished visual data's test, have easy realization, efficient advantage.
In the following, a visual data testing apparatus provided by an embodiment of the present invention is introduced, and a visual data testing apparatus described below and a visual data testing method described above may be referred to each other.
Referring to fig. 2, a visual data testing apparatus provided in an embodiment of the present invention includes:
the scanning module 201 is configured to scan an input port of a visualization screen by using a port scanning tool, and generate a configuration file including the input port of the visualization screen;
a first obtaining module 202, configured to obtain, according to a configuration file, a traffic packet flowing through an input port of a visualization screen;
a second obtaining module 203, configured to obtain visual data from the traffic packet, where the visual data at least includes: project name, request parameter, URL and return result;
the judging module 204 is configured to judge whether the visual data is the same as test data in a preset test case;
the output module 205 is configured to output the test passing identification information when the visualized data is the same as the test data in the preset test case.
The first obtaining module is specifically configured to:
and acquiring a traffic packet flowing through the input port of the visual screen by using a fixdler tool.
Wherein the scanning module comprises:
the scanning unit is used for scanning all input ports of the visual screen by using the port scanning tool and comparing all the scanned input ports with the input ports recorded in the test case;
and the comparison unit is used for storing all the scanned input ports to the configuration file when all the scanned input ports are consistent with the input ports recorded in the test case.
Wherein the scanning module further comprises:
and the display unit is used for acquiring a comparison result and visually displaying the comparison result when all the scanned input ports are inconsistent with the input ports recorded in the test case.
Wherein, still include:
and the storage module is used for exporting the visual data to the data table.
Wherein, still include:
and the test failure output module is used for outputting the test failure identification information when the visual data is different from the test data in the preset test case.
Wherein, still include:
and the display module is used for visually displaying the visual data which fails in the test.
It can be seen that this embodiment provides a visual data testing arrangement, includes: the device comprises a scanning module, a first acquisition module, a second acquisition module, a judgment module and an output module. Firstly, a scanning module is used for scanning an input port of a visual screen by using a port scanning tool to generate a configuration file containing the input port of the visual screen; a first acquisition module acquires a flow packet flowing through an input port of a visual screen according to a configuration file; (ii) a Then, the second obtaining module obtains visual data from the traffic packet, where the visual data at least includes: project name, request parameter, URL and return result; the judging module judges whether the visual data are the same as the test data in the preset test case or not; and when the visual data is the same as the test data in the preset test case, the output module outputs the test passing identification information. Therefore, all the modules are in work division and cooperation and each takes its own role, so that the workload of testers is reduced, and the testing efficiency of visual data is improved.
In the following, a visual data testing device according to an embodiment of the present invention is introduced, and a visual data testing device described below and a visual data testing method and apparatus described above may be referred to each other.
Referring to fig. 3, a visual data testing apparatus provided in an embodiment of the present invention includes:
a memory 301 for storing a computer program;
a processor 302, configured to implement the steps of the visual data testing method according to any of the above embodiments when executing the computer program.
In the following, a readable storage medium provided by an embodiment of the present invention is introduced, and a readable storage medium described below and a visual data testing method, device and apparatus described above may be referred to each other.
A readable storage medium having stored thereon a computer program which, when executed by a processor, carries out the steps of the visual data testing method according to any of the embodiments described above.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. 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 invention. Thus, the present invention 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 (8)

1. A visual data testing method is characterized by comprising the following steps:
scanning an input port of a visual screen by using a port scanning tool, and generating a configuration file containing the input port of the visual screen;
acquiring a flow packet flowing through an input port of the visual screen according to the configuration file;
obtaining visualization data from the traffic packet, the visualization data including at least: project name, request parameter, URL and return result;
judging whether the visual data is the same as test data in a preset test case or not;
if yes, outputting test passing identification information;
the acquiring the traffic packet flowing through the input port of the visualization screen includes:
acquiring a flow packet flowing through an input port of a visual screen by using a fiddler tool;
the scanning an input port of a visual screen by using a port scanning tool to generate a configuration file containing the input port of the visual screen comprises the following steps:
scanning all input ports of the visual screen by using the port scanning tool, and comparing all the scanned input ports with the input ports recorded in the test case;
and when all the scanned input ports are consistent with the input ports recorded in the test case, storing all the scanned input ports to the configuration file.
2. The visual data testing method according to claim 1, when all the scanned input ports are inconsistent with the input ports recorded in the test case, further comprising:
and acquiring a comparison result, and visually displaying the comparison result.
3. The method according to claim 1, wherein before determining whether the visual data is the same as the test data in the preset test case, the method further comprises:
exporting the visual data to a data table.
4. The method for testing visual data according to any one of claims 1 to 3, wherein when the visual data is different from the test data in the preset test case, the method further comprises:
and outputting the test failure identification information.
5. The visual data testing method of claim 4, wherein after outputting the test failure identification information, further comprising:
and visually displaying the visual data which fails the test.
6. A visual data testing device, comprising:
the system comprises a scanning module, a configuration module and a display module, wherein the scanning module is used for scanning an input port of a visual screen by using a port scanning tool and generating a configuration file containing the input port of the visual screen;
the first acquisition module is used for acquiring a flow packet flowing through the input port of the visual screen according to the configuration file;
a second obtaining module, configured to obtain visual data from the traffic packet, where the visual data at least includes: project name, request parameter, URL and return result;
the judging module is used for judging whether the visual data is the same as the test data in a preset test case or not;
the output module is used for outputting test passing identification information when the visual data is the same as the test data in the preset test case;
the acquiring the traffic packet flowing through the input port of the visualization screen includes:
acquiring a flow packet flowing through an input port of a visual screen by using a fixdler tool;
the scanning an input port of a visual screen by using a port scanning tool to generate a configuration file containing the input port of the visual screen comprises the following steps:
scanning all input ports of the visual screen by using the port scanning tool, and comparing all the scanned input ports with the input ports recorded in the test case;
and when all the scanned input ports are consistent with the input ports recorded in the test case, storing all the scanned input ports to the configuration file.
7. A visual data testing apparatus, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the visual data testing method according to any one of claims 1-5 when executing said computer program.
8. A readable storage medium, characterized in that the readable storage medium has stored thereon a computer program which, when being executed by a processor, carries out the steps of the visual data testing method according to any one of claims 1-5.
CN201910227466.8A 2019-03-25 2019-03-25 Visual data testing method, device and equipment and readable storage medium Active CN109933533B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910227466.8A CN109933533B (en) 2019-03-25 2019-03-25 Visual data testing method, device and equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910227466.8A CN109933533B (en) 2019-03-25 2019-03-25 Visual data testing method, device and equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN109933533A CN109933533A (en) 2019-06-25
CN109933533B true CN109933533B (en) 2022-06-14

Family

ID=66988288

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910227466.8A Active CN109933533B (en) 2019-03-25 2019-03-25 Visual data testing method, device and equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN109933533B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111078572B (en) * 2019-12-23 2023-08-11 北京同有飞骥科技股份有限公司 Automatic interaction testing method and system
CN111708824A (en) * 2020-06-17 2020-09-25 龙芯中科技术有限公司 Data processing method, device, equipment and storage medium
CN112097784A (en) * 2020-09-01 2020-12-18 武汉光庭信息技术股份有限公司 Verification method and device for map matching result of map sensor

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106021090A (en) * 2016-05-04 2016-10-12 上海瀚银信息技术有限公司 Software interface test system and method
CN107832221A (en) * 2017-11-15 2018-03-23 杭州安恒信息技术有限公司 Platform semi-automation function test method, apparatus and system based on Burpsuit plug-in units
CN108345543A (en) * 2018-03-02 2018-07-31 财付通支付科技有限公司 A kind of data processing method, device, equipment and storage medium
CN108563571A (en) * 2018-04-11 2018-09-21 车巴达(苏州)网络科技有限公司 Software interface test approach and system, computer readable storage medium, terminal

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10019335B2 (en) * 2014-08-29 2018-07-10 Skyworks Solutions, Inc. Systems and methods for processing test results

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106021090A (en) * 2016-05-04 2016-10-12 上海瀚银信息技术有限公司 Software interface test system and method
CN107832221A (en) * 2017-11-15 2018-03-23 杭州安恒信息技术有限公司 Platform semi-automation function test method, apparatus and system based on Burpsuit plug-in units
CN108345543A (en) * 2018-03-02 2018-07-31 财付通支付科技有限公司 A kind of data processing method, device, equipment and storage medium
CN108563571A (en) * 2018-04-11 2018-09-21 车巴达(苏州)网络科技有限公司 Software interface test approach and system, computer readable storage medium, terminal

Also Published As

Publication number Publication date
CN109933533A (en) 2019-06-25

Similar Documents

Publication Publication Date Title
CN109933533B (en) Visual data testing method, device and equipment and readable storage medium
CN108683562B (en) Anomaly detection positioning method and device, computer equipment and storage medium
CN106681930B (en) Distributed automatic detection method and system for abnormal operation of application
CN102684927B (en) A kind of method and apparatus of patrolling and examining the network equipment
CN112269744A (en) System abnormity testing method and device, computer equipment and storage medium
CN108614742B (en) Report data verification method, system and device
CN106059853A (en) Network connectivity test method and device
CN105159806A (en) Terminal compatibility test system and operating method therefor
CN114338347A (en) Ampere platform-based fault information out-of-band acquisition method and device
CN110597198B (en) Quality control device, quality control system and quality control method for TFT substrate glass
CN110532146B (en) Data acquisition monitoring method and device
CN112579699A (en) Quality monitoring method, system and storage medium for service data processing link
JP2014063337A (en) Anomaly detection system and recording medium
CN113986603B (en) Method and device for determining page loading abnormity reason and storage medium
CN114268569B (en) Configurable network operation and maintenance acceptance test method and device
CN118057771A (en) Test analysis method and device
CN111124841B (en) Alarm method and device for abnormal page and computer system
CN113900902A (en) Log processing method and device, electronic equipment and storage medium
CN113283221A (en) Test report generation system, test report generation method, and storage medium
CN109783263B (en) Method and system for processing aging test fault of server
CN113282496A (en) Automatic interface test method, device, equipment and storage medium
CN113886277B (en) Method and device for detecting compliance of software defect report
CN109165130B (en) Test method and device for verifying decoding database package
CN111813776B (en) Recording method of vehicle test data, vehicle diagnosis device and storage medium
CN116991724A (en) Interface testing method and device based on monitoring log, electronic 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
GR01 Patent grant
GR01 Patent grant