CN112445711A - Test method for generating simulation test scene based on visual dragging of Web page - Google Patents

Test method for generating simulation test scene based on visual dragging of Web page Download PDF

Info

Publication number
CN112445711A
CN112445711A CN202011415139.4A CN202011415139A CN112445711A CN 112445711 A CN112445711 A CN 112445711A CN 202011415139 A CN202011415139 A CN 202011415139A CN 112445711 A CN112445711 A CN 112445711A
Authority
CN
China
Prior art keywords
scene
test
web page
cloud server
data
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
CN202011415139.4A
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.)
Seerof Information Technology Shanghai Co ltd
Original Assignee
Seerof Information Technology Shanghai 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 Seerof Information Technology Shanghai Co ltd filed Critical Seerof Information Technology Shanghai Co ltd
Priority to CN202011415139.4A priority Critical patent/CN112445711A/en
Publication of CN112445711A publication Critical patent/CN112445711A/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
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/0486Drag-and-drop
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a test method for generating a simulation test scene based on visual dragging of a Web page, which comprises the following steps: creating and storing a group simulating a test scene in a Web page; connecting the cloud server according to the stored simulation test scene, automatically acquiring data of the cloud server, and designing the scene according to the cloud service data; and selecting a scene in the Web page to operate and obtaining a test result. The test method for generating the simulation test scene based on the visual dragging of the Web page can uniformly manage and visually display the simulation test scene in the Web page, design the simulation test scene by visually dragging the webpage graphic component, automatically convert the visual simulation test scene into the program script to run and run the result in the Web page, save the time cost and improve the test quality.

Description

Test method for generating simulation test scene based on visual dragging of Web page
Technical Field
The invention relates to the field of computer software testing, in particular to a testing method and a testing device for generating a simulation testing scene based on visual dragging of a Web page.
Background
At present, television software sends data to a cloud server through a program interface, the cloud server collects, stores, analyzes, counts and displays the data, and in order to test the correctness of the analysis and the statistics of the cloud server, various scenes in the actual situation need to be simulated to send a large amount of data to the cloud server, and the existing methods are three, namely: testing by using a real television; the second method comprises the following steps: using Postman software to send a network request for testing; the third method comprises the following steps: and writing a program script, such as a Python script for testing, and finally verifying the correctness by comparing whether the data counted in the cloud server is the same as the known result or not.
The testing method comprises the steps that a large number of televisions of different brands are used, and different data are sent to a server through real operations such as turning on and off the televisions and opening different television applications; the testing method needs to use a real television, so that the hardware cost is high, and the television needs to be operated to carry out operations such as startup and shutdown during testing, so that a lot of time is consumed.
The second testing method is that network requests with different parameters are set through Postman software to simulate different real scenes, and a large amount of data are sent to a server by running the network requests; when the test method is used for simulating the complex situation of crossing multiple scenes, parameters among network requests have dependency relationship, so that the setting of the parameters is difficult, and the mode adjustment of the simulated scenes is difficult.
The third testing method is that different program scripts are compiled to simulate real scenes, a simulation testing scene script is correspondingly compiled for each scene occurring in reality, then the script is operated to send a large amount of data to the cloud server, and the flow is realized as shown in fig. 1. When the script is compiled, the client information and the project information stored in the cloud server and the associated information of the television mac and the project need to be manually set, so that the development is complex; a plurality of scenes can be designed during testing, a plurality of scenes are easily confused by using a plurality of scripts to manage the plurality of scenes, and the simulated real scenes can not be seen visually because the scripts are not visual during maintenance and use. The method requires software testers to have certain programming capability regardless of script writing or later-stage script modification and maintenance, has higher requirements on the testers, and is not beneficial to large-scale popularization and learning.
Disclosure of Invention
In view of the above defects in the prior art, the technical problems to be solved by the present invention are the problems of high hardware cost, difficulty in simulation of scenes, complexity in development of test programs, difficulty in maintenance and the like in the existing method for testing the accuracy of analysis and statistics data of a cloud server, and the test method and device for generating a simulation test scene based on the visual dragging of a Web page are provided.
In order to achieve the purpose, the invention provides a test method for generating a simulation test scene based on visual dragging of a Web page, which comprises the following steps:
creating and storing a group simulating a test scene in a Web page;
connecting the cloud server according to the stored simulation test scene, automatically acquiring data of the cloud server, and designing the scene according to the cloud service data;
and selecting a scene in the Web page to operate and obtaining a test result.
Further, creating and storing a simulation test scene, specifically comprising:
creating a group of functional modules according to the test requirement;
and under the grouping of the created functional modules, creating and storing a simulation scene, and setting basic information of the scene.
Further, according to the saved simulation test scenario, data of the cloud server is automatically acquired, and scenario design is performed according to cloud service data, which specifically includes:
connecting the cloud server;
the method comprises the steps of automatically acquiring data of a cloud server, and displaying the data in a webpage for selection in a card form;
selecting specific items and quantities corresponding to the real television according to the data obtained from the cloud server, and automatically creating a simulation machine graph;
adding a date track according to the test requirement;
and dragging the graph of the simulator to a date track, setting data to be sent in a simulated mode, completing scene design and storing the scene.
Further, selecting a scene in the Web page to run and obtaining a test result, specifically comprising:
automatically generating an executable script according to the simulation machine graph in the saved scene;
and clicking the running script, and comparing the statistical data in the cloud server with an expected result to obtain a final test result.
In a preferred embodiment of the present invention, a testing apparatus for generating a simulation test scenario based on a Web page visual drag is provided, which includes:
the new building module is used for building and storing a simulation test scene in the Web page;
the design module is used for automatically acquiring data of the cloud server according to the stored simulation test scene and carrying out scene design according to the cloud service data;
and the operation module is used for selecting a scene in the Web page to operate and obtaining a test result.
Further, the newly-built module comprises:
the grouping unit is used for creating the grouping of the functional modules according to the test requirement;
and the storage unit is used for creating and storing the simulated scene and setting the basic information of the scene under the grouping of the created functional modules.
Further, the design module includes:
a connection unit for connecting the cloud server;
the acquisition unit is used for automatically acquiring data of the cloud server and displaying the data in a webpage for selection in a card form;
the simulation machine graphic creating unit is used for selecting specific items and quantities corresponding to the real television according to the data obtained from the cloud server and automatically creating simulation machine graphics;
the adding unit is used for adding a date track according to the test requirement;
and the setting unit is used for dragging the graph of the simulator to the date track, setting data to be sent in a simulated mode, finishing scene design and storing the scene.
Further, the operation module includes:
the script unit is used for automatically generating an executable script according to the simulation machine graph in the saved scene;
and the test unit is used for clicking the operation script and comparing the statistical data with an expected result in the cloud server to obtain a final test result.
In another preferred embodiment of the present invention, a computer device comprises a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor, when executing the program, performs the method as in any one of the above.
In another preferred embodiment of the present invention, a computer-readable storage medium storing a computer program is characterized in that the computer program is configured to enable a computer to implement a test method for generating a simulation test scenario based on a Web page visual drag when the computer executes the test method.
Technical effects
1) The simulation test scenes are managed by Web webpage groups, so that the existing simulation scenes can be clearly seen, and the scenes needing to be maintained and used can be conveniently clicked and selected when the scenes are maintained and used.
2) By automatically acquiring the cloud server data, the operation of manually setting project information and part of simulation data can be omitted, convenience is brought to test work, and time cost is saved.
3) The simulation test scene is designed in a visual dragging mode, so that the whole scene can be intuitively grasped during design, the error risk is reduced, and the test quality is improved.
4) The runnable script is automatically generated according to the graphic scene, so that a tester does not need to manually write script codes, the requirement on the coding aspect of the tester is lowered, the tester only needs to pay attention to how to design a more complete test case, and the popularization, the study and the application of the simulation test scene in a test team are greatly facilitated.
5) Most of the whole process is visual operation based on the Web page, so that the test function is guaranteed, the use difficulty is reduced, and the labor cost is saved.
The conception, the specific structure and the technical effects of the present invention will be further described with reference to the accompanying drawings to fully understand the objects, the features and the effects of the present invention.
Drawings
FIG. 1 is a schematic diagram of a prior art test method of writing program scripts;
fig. 2 is a schematic diagram of a test method for generating a simulation test scenario based on Web page visual drag according to a preferred embodiment of the present invention.
Detailed Description
In order to make the technical problems, technical solutions and advantageous effects to be solved by the present invention more clearly apparent, the present invention is further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In the following description, for purposes of explanation and not limitation, specific details are set forth, such as particular internal procedures, techniques, etc. in order to provide a thorough understanding of the embodiments of the invention. It will be apparent, however, to one skilled in the art that the present invention may be practiced in other embodiments that depart from these specific details. In other instances, detailed descriptions of well-known systems, devices, circuits, and methods are omitted so as not to obscure the description of the present invention with unnecessary detail.
Example one
As shown in fig. 1, the embodiment provides a test method for generating a simulation test scenario based on a Web page visual drag, which includes the following steps:
step 100, creating and storing a group of simulation test scenes in a Web page; the method specifically comprises the following steps:
step 101, creating a grouping of functional modules according to test requirements; for example, if the ranking, map and rhythm functional modules are activated, three groups can be created in sequence, and then scenes are added in each group for design;
and 102, under the grouping of the created functional modules, creating and storing a simulated scene, and setting basic information of the scene, such as a scene name, a scene description, a simulated real scene and the like.
200, automatically acquiring data of a cloud server according to a stored simulation test scene, and designing a scene according to cloud service data; the method specifically comprises the following steps:
step 201, connecting the cloud server; the data of the cloud server are automatically acquired and displayed in a webpage for selection in a card form; when scene design is carried out, the cloud server database is connected, and client and project information is acquired and visually displayed in a webpage for selection;
step 202, selecting specific items and quantities corresponding to real televisions according to data obtained from a cloud server, and automatically creating a simulator graph; the method comprises the steps that a user and item information acquired from a cloud server database is clicked, items are selected to set a brand of a television to be simulated, the number of the television is simulated by inputting the number, for example, a CVTE _1 item of a CVTE user can be selected, 500 televisions are simulated, and a corresponding draggable rectangular graph called a simulator graph is generated above a page;
step 203, adding a date track according to the test requirement; adding date tracks below the page, wherein each date track occupies a line of space below the page;
and 204, dragging the graph of the simulator to a date track, setting data to be sent in a simulated mode, completing scene design and storing the scene. Dragging the simulator graph to a certain date track, for example, in the track of 8 th month 8, a graph which is the same as the dragged simulator graph is newly added in the track, which means that the simulator will simulate 8 th month 8 and send data to the cloud server, and then clicking the simulator graph in the track to set the data for simulated sending.
A plurality of different simulation test scenes are designed and stored by setting different simulator graphs, adding different date tracks and setting different simulation data.
Step 300, selecting a scene in a Web page to run and obtaining a test result, specifically comprising:
step 301, automatically generating an executable script according to the stored simulator graph in the scene;
and 302, clicking the running script, and comparing the statistical data in the cloud server with an expected result to obtain a final test result.
The embodiment of the invention relates to three data:
1. project information data in the cloud server, wherein the data need to be preset in advance;
2. the statistical data in the cloud server is automatically counted by the cloud server after the simulation scene is operated, so that the statistical data does not need to be preset in advance;
3. expected data is known when the test case is designed; for example, when testing the function of a calculator, designing a certain test case is as follows: 50+50, expected equals 100, the expected data is known.
In addition, the design of a plurality of simulation test scenes can be completed by repeating the steps 201 to 204, and all scene designs under grouping can be completed by repeating the steps 102 to 204.
The process of the method will be described here in terms of a simulated scenario test that activates the ranking function:
1) creating a group named "activation ranking";
2) clicking an activated ranking group, clicking to create a simulation test scene named smoking test, and then clicking the smoking test scene to start design;
3) selecting Hisense _1 items of Hisense clients from the client and item information tabs acquired by the cloud server, setting and simulating 1000 televisions, generating Hisense _1 simulation machine graphs, generating 800 Hisense _2 simulation machine graphs and 500 Hisense _3 simulation machine graphs in the same way;
4) adding a date track of No. 8 month No. 2020;
5) dragging the Hisense _1 simulator graph, the Hisense _2 simulator graph and the Hisense _3 simulator graph into a date track of 8 months and 8 # respectively;
6) clicking Hisensen _1 simulator graph in the date track, and setting simulation data: selecting a cloud server interface address as a website of a television activation function, and selecting a simulated address as Shanghai; similarly, setting simulation data of the Hisense _2 simulator graph and the Hisense _3 simulator graph in the track;
7) clicking and saving a smoking test scene, wherein the saved smoking test scene can automatically generate an executable script;
8) clicking the script to run a smoking test scene;
9) and checking the scene operation progress and the result, and comparing whether the activated ranking data in the cloud server is consistent with the expected data after the scene operation is successful, so as to finally obtain a test result.
The method has the advantages that the simulation test scenes of the current Web page are clearly seen in the grouping management simulation test scenes of the Web page, the scenes needing to be maintained and used can be conveniently selected by the motor during scene maintenance and use, and the operable scripts can be automatically generated according to the graphic scenes, so that testers do not need to manually write script codes, the efficiency is improved, meanwhile, the code writing errors are reduced, the programming requirements on the testers are reduced, and the method is favorable for popularization and application.
Example two
In a preferred embodiment of the present invention, a testing apparatus for generating a simulation test scenario based on a Web page visual drag is provided, which includes:
the new building module is used for building and storing a simulation test scene in the Web page;
the design module is used for automatically acquiring data of the cloud server according to the stored simulation test scene and carrying out scene design according to the cloud service data;
and the operation module is used for selecting a scene in the Web page to operate and obtaining a test result.
Further, the newly-built module comprises:
the grouping unit is used for creating the grouping of the functional modules according to the test requirement;
and the storage unit is used for creating and storing the simulated scene and setting the basic information of the scene under the grouping of the created functional modules.
The design module includes:
the establishing unit is used for connecting the cloud server;
the acquisition unit is used for automatically acquiring data of the cloud server and displaying the data in a webpage for selection in a card form;
the simulation machine graphic creating unit is used for selecting specific items and quantities corresponding to the real television according to the data obtained from the cloud server and automatically creating simulation machine graphics;
the adding unit is used for adding a date track according to the test requirement;
and the setting unit is used for dragging the graph of the simulator to the date track, setting data to be sent in a simulated mode, finishing scene design and storing the scene.
The operation module comprises:
the script unit is used for automatically generating an executable script according to the simulation machine graph in the saved scene;
and the test unit is used for clicking the operation script and comparing the statistical data with an expected result in the cloud server to obtain a final test result.
The apparatus of this embodiment is used to implement the method of the first embodiment, and the implementation process is the same as that of the first embodiment, which will not be described herein again.
EXAMPLE III
The third embodiment of the present invention provides a computer device, which includes a memory, a processor, and a computer program that is stored in the memory and can be executed on the processor, and when the processor executes the computer program, the computer device implements any one of the methods described above.
The computer device of this embodiment includes: a processor, a memory, and a computer program, such as a test program, stored in the memory and executable on the processor. The processor implements the steps in the above-described respective data synchronization method embodiments when executing the computer program. Alternatively, the processor implements the functions of the modules/units in the above device embodiments when executing the computer program.
Illustratively, the computer program may be partitioned into one or more modules/units that are stored in the memory and executed by the processor to implement the invention. The one or more modules/units may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution of the computer program in the computer device.
The computer device can be a desktop computer, a notebook, a palm computer, a cloud server and other computing devices. The computer device may include, but is not limited to, a processor, a memory.
The Processor may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory may be an internal storage unit of the computer device, such as a hard disk or a memory of the computer device. The memory may also be an external storage device of the computer device, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, provided on the computer device. Further, the memory may also include both an internal storage unit and an external storage device of the computer device. The memory is used for storing the computer program and other programs and data required by the computer device. The memory may also be used to temporarily store data that has been output or is to be output.
In another preferred embodiment of the present invention, a computer-readable storage medium storing a computer program is characterized in that the computer program is configured to enable a computer to implement a test method for generating a simulation test scenario based on a Web page visual drag when the computer executes the test method.
The foregoing detailed description of the preferred embodiments of the invention has been presented. It should be understood that numerous modifications and variations could be devised by those skilled in the art in light of the present teachings without departing from the inventive concepts. Therefore, the technical solutions available to those skilled in the art through logic analysis, reasoning and limited experiments based on the prior art according to the concept of the present invention should be within the scope of protection defined by the claims.

Claims (10)

1. A test method for generating a simulation test scene based on visual dragging of a Web page is characterized by comprising the following steps:
creating and storing a group simulating a test scene in a Web page;
connecting a cloud server according to the stored simulation test scene, automatically acquiring data of the cloud server, and designing the scene according to the data of the cloud server;
and selecting a scene in the Web page to operate and obtaining a test result.
2. The testing method for generating the simulation test scene based on the visual dragging of the Web page according to claim 1, wherein the creating and storing of the grouping of the simulation test scene specifically comprises:
creating a group of functional modules according to the test requirement;
and under the grouping of the created functional modules, creating and storing a simulation scene, and setting basic information of the scene.
3. The testing method for generating the simulation test scenario based on the visual dragging of the Web page as claimed in claim 1, wherein the method comprises the steps of connecting a cloud server according to a stored simulation test scenario, automatically acquiring data of the cloud server, and designing a scenario according to cloud service data, and specifically comprises the steps of:
establishing connection with the cloud server;
the method comprises the steps of automatically acquiring data of a cloud server, and displaying the data in a webpage for selection in a card form;
selecting specific items and quantities corresponding to the real television according to the data obtained from the cloud server, and automatically creating a simulation machine graph;
adding a date track according to the test requirement;
and dragging the graph of the simulator to a date track, setting data to be sent in a simulated mode, completing scene design and storing the scene.
4. The testing method for generating the simulation test scene based on the visual dragging of the Web page as claimed in claim 3, wherein selecting a scene in the Web page to run and obtaining a test result specifically comprises:
automatically generating an executable script according to the simulation machine graph in the saved scene;
and clicking the running script, and comparing the statistical data in the cloud server with an expected result to obtain a final test result.
5. The utility model provides a test device based on visual simulation test scene of dragging generation of Web page which characterized in that includes:
the new building module is used for building and storing a simulation test scene in the Web page;
the design module is used for connecting a cloud server according to the stored simulation test scene, automatically acquiring data of the cloud server and designing the scene according to the data of the cloud server;
and the operation module is used for selecting a scene in the Web page to operate and obtaining a test result.
6. The testing device for generating the simulated test scene based on the visual dragging of the Web page as claimed in claim 5, wherein the newly-built module comprises:
the grouping unit is used for creating the grouping of the functional modules according to the test requirement;
and the storage unit is used for creating and storing the simulated scene and setting the basic information of the scene under the grouping of the created functional modules.
7. The testing device for generating the simulated test scenario based on the visual dragging of the Web page as claimed in claim 5, wherein the design module comprises:
a connection unit for connecting the cloud server;
the acquisition unit is used for automatically acquiring the data of the cloud server and displaying the data in a webpage for selection in a card form;
a simulator graph creating unit for selecting specific items and quantities corresponding to the real television according to the data obtained from the cloud server and automatically creating simulator graphs;
the adding unit is used for adding a date track according to the test requirement;
and the setting unit is used for dragging the graph of the simulator to the date track, setting data to be sent in a simulated mode, finishing scene design and storing the scene.
8. The testing apparatus for generating a simulated test scenario based on visual dragging of a Web page as claimed in claim 7, wherein the running module comprises:
the script unit is used for automatically generating an executable script according to the simulation machine graph in the saved scene;
and the test unit is used for clicking the operation script and comparing the statistical data with an expected result in the cloud server to obtain a final test result.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor, when executing the program, implements the method according to any of claims 1-4.
10. A computer-readable storage medium storing a computer program, wherein the computer program is configured to enable a computer to execute a test method for generating a simulated test scenario based on a Web page visual drag according to any one of claims 1 to 4.
CN202011415139.4A 2020-12-07 2020-12-07 Test method for generating simulation test scene based on visual dragging of Web page Pending CN112445711A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011415139.4A CN112445711A (en) 2020-12-07 2020-12-07 Test method for generating simulation test scene based on visual dragging of Web page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011415139.4A CN112445711A (en) 2020-12-07 2020-12-07 Test method for generating simulation test scene based on visual dragging of Web page

Publications (1)

Publication Number Publication Date
CN112445711A true CN112445711A (en) 2021-03-05

Family

ID=74740109

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011415139.4A Pending CN112445711A (en) 2020-12-07 2020-12-07 Test method for generating simulation test scene based on visual dragging of Web page

Country Status (1)

Country Link
CN (1) CN112445711A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112988600A (en) * 2021-04-29 2021-06-18 中国工商银行股份有限公司 Service scene testing method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104778119A (en) * 2015-03-18 2015-07-15 微梦创科网络科技(中国)有限公司 LBS (location based service) automatic test method and device based on simulated positioning
CN108459957A (en) * 2017-11-29 2018-08-28 平安科技(深圳)有限公司 Test method, device, equipment and the storage medium of fund system test case
US20190213116A1 (en) * 2018-01-10 2019-07-11 Accenture Global Solutions Limited Generation of automated testing scripts by converting manual test cases
CN110324161A (en) * 2018-03-29 2019-10-11 大唐联仪科技有限公司 A kind of test method and equipment of transport protocol
US20200356466A1 (en) * 2019-05-09 2020-11-12 Sap Se Machine learning based test case prediction and automation leveraging the html document object model

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104778119A (en) * 2015-03-18 2015-07-15 微梦创科网络科技(中国)有限公司 LBS (location based service) automatic test method and device based on simulated positioning
CN108459957A (en) * 2017-11-29 2018-08-28 平安科技(深圳)有限公司 Test method, device, equipment and the storage medium of fund system test case
US20190213116A1 (en) * 2018-01-10 2019-07-11 Accenture Global Solutions Limited Generation of automated testing scripts by converting manual test cases
CN110324161A (en) * 2018-03-29 2019-10-11 大唐联仪科技有限公司 A kind of test method and equipment of transport protocol
US20200356466A1 (en) * 2019-05-09 2020-11-12 Sap Se Machine learning based test case prediction and automation leveraging the html document object model

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王宇新;刘玮;郭禾;: "面向虚拟机的分布式系统测试分析框架", 系统仿真学报, no. 02, 8 February 2013 (2013-02-08) *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112988600A (en) * 2021-04-29 2021-06-18 中国工商银行股份有限公司 Service scene testing method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
US9959376B2 (en) Isolated debugging in an FPGA based emulation environment
US20130263090A1 (en) System and method for automated testing
US8839198B2 (en) Automated analysis of composite applications
CN108111364B (en) Service system testing method and device
CN113018870A (en) Data processing method and device and computer readable storage medium
CN111459814A (en) Automatic test case generation method and device and electronic equipment
CN114880238A (en) Mobile terminal interface testing method, device, equipment and storage medium
CN112256670A (en) Data migration method, terminal device and readable storage medium
CN113535567B (en) Software testing method, device, equipment and medium
Maicus et al. Autograding interactive computer graphics applications
CN112445711A (en) Test method for generating simulation test scene based on visual dragging of Web page
CN112199273A (en) Virtual machine pressure/performance testing method and system
CN112527280A (en) Interface display method and device, server and readable storage medium
CN112667517A (en) Method, device, equipment and storage medium for acquiring automatic test script
CN111124772A (en) Cloud platform storage performance testing method, system, terminal and storage medium
CN115794621A (en) Code coverage test method, device, equipment and storage medium
CN114398282A (en) Test script generation method, device, equipment and storage medium
CN114116488A (en) Method, device and equipment for acquiring test coverage rate information and storage medium
RU2729210C1 (en) Electronic devices software testing system
CN113535590A (en) Program testing method and device
CN109901983B (en) Automatic testing method and device, storage medium and electronic equipment
CN113051171A (en) Interface test method, device, equipment and storage medium
CN111143227A (en) Data operation method, device, terminal and storage medium
CN111008140A (en) Cross-platform UI (user interface) automatic testing method and device
US11487561B1 (en) Post simulation debug and analysis using a system memory model

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