CN111209204A - JSON-based web automatic testing method, system and device - Google Patents

JSON-based web automatic testing method, system and device Download PDF

Info

Publication number
CN111209204A
CN111209204A CN202010011462.9A CN202010011462A CN111209204A CN 111209204 A CN111209204 A CN 111209204A CN 202010011462 A CN202010011462 A CN 202010011462A CN 111209204 A CN111209204 A CN 111209204A
Authority
CN
China
Prior art keywords
library
test
json
case
behavior
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010011462.9A
Other languages
Chinese (zh)
Other versions
CN111209204B (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.)
Hangzhou Tuya Information Technology Co Ltd
Original Assignee
Hangzhou Tuya Information Technology 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 Hangzhou Tuya Information Technology Co Ltd filed Critical Hangzhou Tuya Information Technology Co Ltd
Priority to CN202010011462.9A priority Critical patent/CN111209204B/en
Publication of CN111209204A publication Critical patent/CN111209204A/en
Application granted granted Critical
Publication of CN111209204B publication Critical patent/CN111209204B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/3684Test management for test design, e.g. generating new test cases
    • 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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

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

Abstract

The invention relates to the technical field of program automation test, in particular to a web automation test method based on JSON and a system and a device thereof. A web automation testing method based on JSON comprises the following steps: acquiring a source code of a web application; marking interactive elements in the source code and behaviors corresponding to the interactive elements to obtain an element library corresponding to the interactive elements and a behavior library corresponding to the behaviors; creating at least one test case according to the element library and the behavior library to obtain a case library; testing at least one test case in the case library to obtain a test result; and the data in the element library, the behavior library and the example library are JSON data structures. The invention uses JSON data structure to describe the web test flow, and reduces the writing threshold and cost of the test flow.

Description

JSON-based web automatic testing method, system and device
Technical Field
The invention relates to the technical field of program automation test, in particular to a web automation test method based on JSON and a system and a device thereof.
Background
Nowadays, more and more applications are built by using web technology, the update iteration speed is faster and faster, and how to ensure the quality of the web application is one of the problems faced by developers. The automatic test can ensure the application quality to a certain extent, but the current automatic test technology depends on the compiling of test scripts of developers, the cost is higher, and non-technical personnel can not participate in the maintenance, so that the input-output ratio of the traditional method is lower.
Disclosure of Invention
In order to solve the problem of high writing and maintenance cost of the test script, the test flow and judgment of the test result are described by a JSON data structure, the JSON data structure is simple, the flow can be quickly established by development and test, the test flow can be split into each fine action and reused, and the cost is reduced on the whole.
In order to achieve the above object, a technical solution of a first aspect of the present invention provides a JSON-based web automation test method, including the following steps:
acquiring a source code of a web application;
marking interactive elements in the source code and behaviors corresponding to the interactive elements to obtain an element library corresponding to the interactive elements and a behavior library corresponding to the behaviors;
creating at least one test case according to the element library and the behavior library to obtain a case library;
testing at least one test case in the case library to obtain a test result;
and the data in the element library, the behavior library and the example library are JSON data structures.
In some possible implementations, the element library, the behavior library, and the case library are all stored in a cloud.
In some possible embodiments, the type of action is an action type and/or an alert type.
In some possible embodiments, the scheme obtained by selecting and/or editing the element library and the behavior library is tested to obtain test cases, and the test cases form the case library.
In some possible embodiments, the puppeteer library is called to test the test case.
The technical scheme of the second aspect of the invention provides a JSON-based web automation test system, which comprises:
an obtaining unit configured to obtain a source code of a web application;
the marking unit is arranged for marking the interactive elements in the source code and the behaviors corresponding to the interactive elements to obtain an element library corresponding to the interactive elements and a behavior library corresponding to the behaviors;
the editing unit is set to be used for creating at least one test case according to the element library and the behavior library to obtain a case library;
the test unit is used for testing at least one test case of the case library to obtain a test result;
and the data in the element library, the behavior library and the example library are JSON data structures.
In some possible embodiments, the system further includes a cloud server, and the cloud server is configured to store the element library, the behavior library, and the use case library.
In some possible implementations, the type of behavior includes an action type and/or an alert type.
In some possible embodiments, the web automation test system further comprises:
and the program calling unit is used for calling the puppeteer library to test the test case.
The technical scheme of the third aspect of the invention provides a storage medium for storing executable instructions, and the executable instructions realize the steps of the web automation test method based on JSON when being executed.
Compared with the prior art, the invention has the following beneficial effects:
(1) a JSON data structure is used for describing the web test flow, so that the writing threshold and cost of the test flow are reduced.
(2) And the concepts of an element library, a behavior library and a use case library are provided, all elements in the test flow are disassembled and maintained, and the output speed of the test case is increased through rapid combination and editing.
Drawings
The above and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
FIG. 1 shows a block flow diagram of a JSON-based web automation testing method according to an embodiment of the present invention;
FIG. 2 illustrates a block diagram of a JSON-based web automation testing system in accordance with an embodiment of the present invention;
FIG. 3 illustrates a block diagram of another JSON-based web automation testing system involved in an embodiment of the present invention.
Detailed Description
In order that the above objects, features and advantages of the present invention can be more clearly understood, a more particular description of the invention will be rendered by reference to the appended drawings. It should be noted that the embodiments and features of the embodiments of the present application may be combined with each other without conflict.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention, however, the present invention may be practiced in other ways than those specifically described herein, and therefore the scope of the present invention is not limited to the specific embodiments disclosed below.
Based on the foregoing, a JSON-based web automation testing method, system and apparatus according to some embodiments of the present invention are described below with reference to fig. 1 to 3.
As shown in fig. 1, the JSON-based web automation test method provided by the embodiment of the present invention includes the following steps:
acquiring a source code of a web application;
marking interactive elements in the source code and behaviors corresponding to the interactive elements to obtain an element library corresponding to the interactive elements and a behavior library corresponding to the behaviors;
creating at least one test case according to the element library and the behavior library to obtain a case library;
testing at least one test case in the case library to obtain a test result;
and the data in the element library, the behavior library and the example library are JSON data structures.
In the web automation test method based on JSON provided by the embodiment of the invention, each step is based on a JSON data structure, for example, interactive elements are marked through the JSON data structure and collected to obtain an element library; adopting a JSON data structure to present behaviors of interactive elements of an element library, wherein the behaviors can be operation behaviors or judgment behaviors and the like, namely adopting the JSON data structure to limit the relationship between the interactive elements and the behaviors of the element library, and forming a behavior library corresponding to the behaviors of different interactive elements in the element library; constructing test cases by using the element library and the behavior library, and forming a case library by using a plurality of test cases by using a JSON data structure; and running the example library for testing.
The invention describes the test process and judges the test result through the JSON data structure, because the JSON data structure is simpler, the process can be quickly established through development and test, and the test process can be divided into each fine action and multiplexed, thereby reducing the cost on the whole.
The method comprises the steps of obtaining a source code of the web application, and constructing an element library and a behavior library on the basis of the source code of the web application;
specifically, interactive elements are marked and collected to form an element library;
generally, a developer can mark an interactive element through code in an application program, and the following program can be adopted to mark the interactive element through the code:
< button _ test-id ═ submit _ button 'test-desc ═ submit button'/>.
And then analyzing and collecting all the mark points through the script, and storing the mark points, for example, the mark points can be stored in any computer readable storage medium or cloud. The collected marker points constitute an element library.
In some possible implementations, the element library, the behavior library, and the case library are all stored in a cloud.
The element library, the behavior library and the use case library are all stored in the cloud, so that the access at any time is convenient, and the cloud can back up and transmit files and the like.
Storing the behaviors of the interactive elements in the element library to form a behavior library;
the type of the behavior can be represented by a JSON data structure of an action type, and can also be represented by a JSON data structure of an alert type. The behavior library can be provided with a JSON data structure of an action type independently, a JSON data structure of an alert type independently, or a JSON data structure of an action type and a JSON data structure of an alert type.
action type actions can include a wide variety of things such as clicks (which can include double clicks, single clicks, click, right clicks, etc.), touches, sounds, music, vibrations, and so forth.
For example, a user's click is described by a simple JSON data structure, which may be:
{
"type":"action",
"action":"click",
"element":"#submit_button"
}
the alert type is mainly used for judging whether the test result is correct or not, and a JSON data structure of the alert type can be expressed as follows:
Figure BDA0002357294340000061
thus, in some possible embodiments, the type of action is an action type and/or an alert type.
And constructing test cases by using the element library and the behavior library, wherein the test cases form a case library.
In some possible embodiments, the scheme obtained by selecting and/or editing the element library and the behavior library is tested to obtain test cases, and the test cases form the case library.
The selection and/or editing of the library of elements and the library of behaviors is typically performed in an editor, whose mode of operation may be performed using the following program:
Figure BDA0002357294340000062
Figure BDA0002357294340000071
the test case shows: logging in the xxx website, then jumping to the/index page, waiting for 2 seconds, and then judging whether the # element exists.
Thus, all test cases collectively form a case library.
And testing at least one test case in the case library to obtain a test result.
In the execution process, the JSON data is generally analyzed, and then a puppeteer library is called to run a test flow.
In some possible embodiments, the puppeteer library is called to test the test case.
As shown in fig. 2, an embodiment of the present invention further provides a JSON-based web automation test system, including:
an obtaining unit configured to obtain a source code of a web application;
the marking unit is arranged for marking the interactive elements in the source code and the behaviors corresponding to the interactive elements to obtain an element library corresponding to the interactive elements and a behavior library corresponding to the behaviors;
the editing unit is set to be used for creating at least one test case according to the element library and the behavior library to obtain a case library;
the test unit is used for testing at least one test case of the case library to obtain a test result;
and the data in the element library, the behavior library and the example library are JSON data structures.
In some possible embodiments, the system further includes a cloud server, and the cloud server is configured to store the element library, the behavior library, and the use case library.
In some possible implementations, the type of behavior includes an action type and/or an alert type.
In some possible embodiments, as shown in fig. 3, the web automation test system further includes a program calling unit configured to call a puppeteer library to test the test case.
The program calling unit of the invention can exist in the test unit or can exist in a separate form.
In addition, after the web automatic test system based on JSON provided by the invention is tested, the result of the test of the case library unit is generally transmitted to the test unit, namely the test result is obtained in the test unit.
Based on the method shown in fig. 1 to 3, correspondingly, the embodiment of the present application further provides a storage medium for storing executable instructions, which when executed implement the steps of the JSON-based web automation test method described above.
Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which may be stored on an electronic device or a website executing the methods of the various implementation scenarios of the present application.
In addition, the storage medium may further include an operating system and a network communication module. An operating system is a program that manages and maintains the hardware and software resources of a computer device, supporting the operation of information handling programs, as well as other software and/or programs. The network communication module is used for realizing communication among components in the storage medium and other hardware and software in the entity device.
Specifically, the present invention illustrates an implementation of the JSON-based web automation test method by the following example.
Example 1
1. Firstly, a developer marks an interactive element in an application code, wherein the < button-id is ` submit _ button ` test-desC ` submit button `/> `
And then analyzing the file through the script to collect all the mark points, and uploading the mark points to the cloud end to form an application element library.
2. The user clicks as a behavior, and the JSON data structure is as follows:
{
"type":"action",
"action":"click",
"element":"#submit_button"
}
wherein the action value of type represents a user action, the click value of action represents a click event, and the element value # submit button of element represents the clicked element, which is derived from the above-mentioned element library. In addition to this, there are more user behaviors that together form a behavior library.
3. The test case maintainer edits the test case in the editor at the cloud end, and the editor can select and edit the behaviors of the behavior library and the elements of the element library, so that a case is quickly constructed. The following were used:
Figure BDA0002357294340000101
Figure BDA0002357294340000111
the test case indicates that login to the xxx website is performed, then jump to/index page, wait for 2 seconds, and then determine whether # element exists. All test cases together form a case library.
In the execution process, the JSON data is firstly analyzed, and then the puppeteer library is called to run the test flow.
Example 2
1. Firstly, a developer marks an interactive element in an application code, wherein the < button-id is ` submit _ button ` test-desC ` submit button `/> `
And then analyzing the file through the script to collect all the mark points, and uploading the mark points to the cloud end to form an application element library.
2. Adopting the value type of alert to judge whether the test result is correct or not, wherein the JSON data structure is as follows:
Figure BDA0002357294340000112
indicating that whether the element xxx exists or not is judged, if the existence indicates that the test is passed, the test is not passed if the existence indicates that the element xxx does not exist.
3. The test case maintainer edits the test case in an editor at the cloud end, and the editor selects and edits the behavior of the behavior library and the elements of the element library to quickly construct a case. The following were used:
Figure BDA0002357294340000121
Figure BDA0002357294340000131
the test case indicates that login to the xxx website is performed, then jump to/index page, wait for 2 seconds, and then determine whether # element exists. All test cases together form a case library.
In the execution process, the JSON data is firstly analyzed, and then the puppeteer library is called to run the test flow.
The invention reduces the maintenance cost and threshold of the test case through the precipitation element library, the behavior library and the case library.
In the description herein, the description of the terms "one embodiment," "some embodiments," "specific embodiments," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
The flowchart and block diagrams in the figures of the present invention illustrate the architecture, functionality, and operation of possible implementations of systems, methods and apparatus according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A web automatic testing method based on JSON is characterized by comprising the following steps:
acquiring a source code of a web application;
marking interactive elements in the source code and behaviors corresponding to the interactive elements to obtain an element library corresponding to the interactive elements and a behavior library corresponding to the behaviors;
creating at least one test case according to the element library and the behavior library to obtain a case library;
testing at least one test case in the case library to obtain a test result;
and the data in the element library, the behavior library and the example library are JSON data structures.
2. The JSON-based web automation testing method of claim 1, wherein the element library, the behavior library and the use case library are all stored in a cloud.
3. The JSON-based web automation testing method according to claim 1, wherein the type of the action is an action type and/or an alert type.
4. The JSON-based web automation testing method of claim 1, wherein a scheme obtained by selecting and/or editing the element library and the behavior library is tested to obtain test cases, and the test cases form the case library.
5. The JSON-based web automation testing method of any one of claims 1-4, wherein a puppeteer library is called to test the test case.
6. A JSON-based web automation test system is characterized by comprising:
an obtaining unit configured to obtain a source code of a web application;
the marking unit is arranged for marking the interactive elements in the source code and the behaviors corresponding to the interactive elements to obtain an element library corresponding to the interactive elements and a behavior library corresponding to the behaviors;
the editing unit is set to be used for creating at least one test case according to the element library and the behavior library to obtain a case library;
the test unit is used for testing at least one test case of the case library to obtain a test result;
and the data in the element library, the behavior library and the example library are JSON data structures.
7. The JSON-based web-automated testing system of claim 6, further comprising a cloud server for storing the element library, the behavior library, and the use case library.
8. The JSON-based web automation testing system of claim 6, wherein the types of behavior comprise an action type and/or an alert type.
9. The JSON-based web automation testing system of any one of claims 6 to 8, further comprising:
and the program calling unit is used for calling the puppeteer library to test the test case.
10. A storage medium storing executable instructions that when executed perform the steps of the JSON-based web automation testing method of any one of claims 1 to 5.
CN202010011462.9A 2020-01-06 2020-01-06 Automatic web testing method based on JSON, system and device thereof Active CN111209204B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010011462.9A CN111209204B (en) 2020-01-06 2020-01-06 Automatic web testing method based on JSON, system and device thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010011462.9A CN111209204B (en) 2020-01-06 2020-01-06 Automatic web testing method based on JSON, system and device thereof

Publications (2)

Publication Number Publication Date
CN111209204A true CN111209204A (en) 2020-05-29
CN111209204B CN111209204B (en) 2023-09-22

Family

ID=70788630

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010011462.9A Active CN111209204B (en) 2020-01-06 2020-01-06 Automatic web testing method based on JSON, system and device thereof

Country Status (1)

Country Link
CN (1) CN111209204B (en)

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050166094A1 (en) * 2003-11-04 2005-07-28 Blackwell Barry M. Testing tool comprising an automated multidimensional traceability matrix for implementing and validating complex software systems
US20090210890A1 (en) * 2008-02-15 2009-08-20 Yahoo! Inc. Real-time data collection via hierarchical web page parsing
US20110258600A1 (en) * 2010-04-19 2011-10-20 Microsoft Corporation Using a dsl for calling apis to test software
CN102511037A (en) * 2010-08-10 2012-06-20 国际商业机器公司 A method and system to automatically testing a WEB application
CN104407973A (en) * 2014-11-25 2015-03-11 珠海格力电器股份有限公司 Method and device for realizing automatic unit test
CN104427627A (en) * 2013-08-23 2015-03-18 阿里巴巴集团控股有限公司 Test data obtaining method, client and server
CN104484269A (en) * 2014-11-27 2015-04-01 北京广利核系统工程有限公司 Method for automatically generating testing script
CN106227652A (en) * 2016-07-12 2016-12-14 合网络技术(北京)有限公司 Automated testing method and system
CN106547689A (en) * 2016-10-20 2017-03-29 金航数码科技有限责任公司 A kind of automatic test cases development system and method based on web
US9710367B1 (en) * 2015-10-30 2017-07-18 EMC IP Holding Company LLC Method and system for dynamic test case creation and documentation to the test repository through automation
US20180011780A1 (en) * 2016-07-08 2018-01-11 Accenture Global Solutions Limited Web application test script generation to test software functionality
CN107678943A (en) * 2017-09-01 2018-02-09 千寻位置网络有限公司 The page automated testing method of abstract page object
CN108427646A (en) * 2018-04-13 2018-08-21 中国民航信息网络股份有限公司 Android App automated test frames construction method based on Appium and device
CN108628748A (en) * 2018-05-09 2018-10-09 平安普惠企业管理有限公司 Automatic test management method and automatic test manage system
CN109144506A (en) * 2018-07-05 2019-01-04 杭州涂鸦信息技术有限公司 A kind of configurable UI interface creating method
CN110245083A (en) * 2019-06-11 2019-09-17 四川长虹电器股份有限公司 A kind of automatic interface testing method based on python
CN110399306A (en) * 2019-07-31 2019-11-01 中国工商银行股份有限公司 Software module automated testing method and device

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050166094A1 (en) * 2003-11-04 2005-07-28 Blackwell Barry M. Testing tool comprising an automated multidimensional traceability matrix for implementing and validating complex software systems
US20090210890A1 (en) * 2008-02-15 2009-08-20 Yahoo! Inc. Real-time data collection via hierarchical web page parsing
US20110258600A1 (en) * 2010-04-19 2011-10-20 Microsoft Corporation Using a dsl for calling apis to test software
CN102511037A (en) * 2010-08-10 2012-06-20 国际商业机器公司 A method and system to automatically testing a WEB application
CN104427627A (en) * 2013-08-23 2015-03-18 阿里巴巴集团控股有限公司 Test data obtaining method, client and server
CN104407973A (en) * 2014-11-25 2015-03-11 珠海格力电器股份有限公司 Method and device for realizing automatic unit test
CN104484269A (en) * 2014-11-27 2015-04-01 北京广利核系统工程有限公司 Method for automatically generating testing script
US9710367B1 (en) * 2015-10-30 2017-07-18 EMC IP Holding Company LLC Method and system for dynamic test case creation and documentation to the test repository through automation
US20180011780A1 (en) * 2016-07-08 2018-01-11 Accenture Global Solutions Limited Web application test script generation to test software functionality
CN106227652A (en) * 2016-07-12 2016-12-14 合网络技术(北京)有限公司 Automated testing method and system
CN106547689A (en) * 2016-10-20 2017-03-29 金航数码科技有限责任公司 A kind of automatic test cases development system and method based on web
CN107678943A (en) * 2017-09-01 2018-02-09 千寻位置网络有限公司 The page automated testing method of abstract page object
CN108427646A (en) * 2018-04-13 2018-08-21 中国民航信息网络股份有限公司 Android App automated test frames construction method based on Appium and device
CN108628748A (en) * 2018-05-09 2018-10-09 平安普惠企业管理有限公司 Automatic test management method and automatic test manage system
CN109144506A (en) * 2018-07-05 2019-01-04 杭州涂鸦信息技术有限公司 A kind of configurable UI interface creating method
CN110245083A (en) * 2019-06-11 2019-09-17 四川长虹电器股份有限公司 A kind of automatic interface testing method based on python
CN110399306A (en) * 2019-07-31 2019-11-01 中国工商银行股份有限公司 Software module automated testing method and device

Also Published As

Publication number Publication date
CN111209204B (en) 2023-09-22

Similar Documents

Publication Publication Date Title
US9846638B2 (en) Exposing method related data calls during testing in an event driven, multichannel architecture
CN111737127B (en) Method and apparatus for testing map services
CN111310934A (en) Model generation method and device, electronic equipment and storage medium
Shkuro Mastering Distributed Tracing: Analyzing performance in microservices and complex systems
CN110928772A (en) Test method and device
EP3438813B1 (en) Component management platform
CN105103133A (en) Dynamic visualization of message passing computation
CN105122236A (en) Controlling application tracing using dynamic visualization
CN106933729A (en) A kind of method of testing and system based on cloud platform
CN107480036A (en) Automatic test approach, device, storage medium and the terminal of iOS Mobile solutions
CN113505082B (en) Application program testing method and device
CN112306880A (en) Test method, test device, electronic equipment and computer readable storage medium
CN113448845A (en) UI automation test method and system
US20220103887A1 (en) Methods and Systems for Remote Streaming of a User-Customized User Interface
Amalfitano et al. The DynaRIA tool for the comprehension of Ajax web applications by dynamic analysis
CN110990285B (en) UI (user interface) automatic testing method and device
CN109542444B (en) JAVA application monitoring method, device, server and storage medium
CN109857462B (en) Background Docker task mapping method of remote sensing image visual editor
CN111967137B (en) Modeling method and device for semiconductor equipment
CN117076316A (en) Vehicle-mounted application testing method, system, electronic equipment and storage medium
CN112506923A (en) Method, device and electronic equipment for determining corresponding service method call link
CN116841543A (en) Development method for dynamically generating cross-platform multi-terminal application based on Flutter
CN116719736A (en) Test case generation method and device for testing software interface
Liu A compatibility testing platform for android multimedia applications
CN111209204B (en) Automatic web testing method based on JSON, system and device thereof

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