CN106648556B - Method and device for front-end and back-end integrated development test - Google Patents

Method and device for front-end and back-end integrated development test Download PDF

Info

Publication number
CN106648556B
CN106648556B CN201510713215.2A CN201510713215A CN106648556B CN 106648556 B CN106648556 B CN 106648556B CN 201510713215 A CN201510713215 A CN 201510713215A CN 106648556 B CN106648556 B CN 106648556B
Authority
CN
China
Prior art keywords
class
test
service
test data
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.)
Active
Application number
CN201510713215.2A
Other languages
Chinese (zh)
Other versions
CN106648556A (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.)
Beijing Gridsum Technology Co Ltd
Original Assignee
Beijing Gridsum 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 Beijing Gridsum Technology Co Ltd filed Critical Beijing Gridsum Technology Co Ltd
Priority to CN201510713215.2A priority Critical patent/CN106648556B/en
Publication of CN106648556A publication Critical patent/CN106648556A/en
Application granted granted Critical
Publication of CN106648556B publication Critical patent/CN106648556B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a method and a device for front-end and back-end integrated development testing, relates to the technical field of internet, and solves the problem of integration of a front end and a back end in the development process. The method comprises the following steps: setting an interface protocol between the front end and the back end, and establishing and processing the class and the test class of the corresponding service according to the interface protocol; simulating test data of the service; starting a test mode, and intercepting the access of the front end aiming at the class to the test class; the front end calls the test data to develop the corresponding service according to the method in the test class; and the back end develops business logic according to the test data and realizes the methods in the classes. The invention is mainly used for the front end and the back end to jointly carry out development operation.

Description

Method and device for front-end and back-end integrated development test
Technical Field
The invention relates to the technical field of internet, in particular to a method and a device for front-end and back-end integrated development testing.
Background
With the rise of different terminals (Pad/Mobile/PC), the requirement on developers is higher, the response type of a pure browser cannot meet the high requirement on user experience, and customized versions are often required to be developed for different terminals. In order to improve development efficiency, the requirement of front-end and back-end separation is more and more emphasized, the back-end is responsible for a service/data interface, and the front-end is responsible for exhibiting/interacting logic. The development processes of the front end and the back end are decoupled through an API, the front end and the back end communicate through an interface of a software construction style (RESTFul), and static content of the front end and dynamic calculation of the back end are developed and deployed respectively. However, the integration of the front end and the back end is still a problem which cannot be avoided, and a great deal of effort is often needed to debug, and it is still not completely guaranteed that all interfaces are normally operated until the front end and the back end are on line.
Disclosure of Invention
In view of this, the present invention provides a method and an apparatus for front-end and back-end integrated development testing, and mainly aims to solve the problem of front-end and back-end integration in the development process.
According to a first aspect of the present invention, the present invention provides a method for front-end and back-end integrated development testing, comprising:
setting an interface protocol between the front end and the back end, and establishing and processing the class and the test class of the corresponding service according to the interface protocol;
simulating test data of the service;
starting a test mode, and intercepting the access of a front-end aiming class to a test class;
the front end calls test data to develop corresponding services according to methods in the test class;
and the back end develops the service logic according to the test data and realizes the method in the class.
According to a second aspect of the present invention, the present invention provides an apparatus for front-end and back-end integrated development testing, comprising:
the setting unit is used for setting an interface protocol between the front end and the back end and establishing and processing the class and the test class of the corresponding service according to the interface protocol;
the simulation unit is used for simulating test data of the service;
the interception unit is used for intercepting the access of the front-end aiming class to the test class when the test mode is started;
the calling unit is used for calling the test data by the front end according to the method in the test class to develop the corresponding service;
and the processing unit is used for developing business logic and realizing the methods in the classes by the back end according to the test data.
By means of the technical scheme, the method and the device for front-end and back-end integrated development testing provided by the embodiment of the invention can set an interface protocol between the front end and the back end, and establish and process the class and the testing class of the corresponding service according to the interface protocol; simulating the test data of the service, and realizing the test data by a method in a test class; starting a test mode, and intercepting the access of a front-end aiming class to a test class; the front end calls test data to develop corresponding services according to methods in the test class; and the back end develops the service logic according to the test data and realizes the method in the class. Compared with the defect that the front-end personnel and the back-end personnel are required to carry out communication debugging continuously in the development process of the front-end and the back-end, the front-end and the back-end are isolated in the development process, so that the front-end and the back-end developers can carry out development simultaneously, and the communication cost of the developers is reduced.
The foregoing description is only an overview of the technical solutions of the present invention, and the embodiments of the present invention are described below in order to make the technical means of the present invention more clearly understood and to make the above and other objects, features, and advantages of the present invention more clearly understandable.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
FIG. 1 is a flow chart illustrating a method for front-end and back-end integrated development testing according to an embodiment of the present invention;
fig. 2 is a block diagram illustrating a device for front-end and back-end integrated development testing according to an embodiment of the present invention.
Fig. 3 is a block diagram illustrating another apparatus for front-end and back-end integrated development testing according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
In the development process of the front end and the back end, the front end and the back end usually communicate through an RESTFul interface, and the static content of the front end and the dynamic calculation of the back end are developed respectively, deployed respectively and integrated, which is still a problem that cannot be avoided. Developers need to spend a great deal of effort to debug, and it is still impossible to ensure that all interfaces are working properly until they are online.
In order to solve the problem of integration of a front end and a back end in a development process, an embodiment of the present invention provides a method for front-end and back-end integrated development testing, as shown in fig. 1, the method includes:
101. and setting an interface protocol between the front end and the back end, and creating and processing the class and the test class of the corresponding service according to the interface protocol.
When developing a service, a common interface protocol needs to be set between the front end and the back end, so that a response to a service request can be obtained from the back end when the front end accesses the service. After the interface protocol is set, a class for processing corresponding services can be created according to the interface protocol, and a method for processing services in the class is given, wherein the method can be temporarily not realized in the early stage of development. In addition, for the requirement of the subsequent integration test, the embodiment of the present invention also needs to create a test class of the class when creating the class for processing the corresponding service, and also assigns a method in the test class which is the same as the method in the class.
102. Test data of the simulated service.
In the subsequent integration test process, if the real data of the service is to be acquired to perform the front-end test, a real server is required, and the real data is not easy to construct and not easy to acquire. Therefore, in the embodiment of the present invention, after the class and the test class for processing the corresponding service are created in step 101, test data of the service needs to be simulated for the subsequent integration test, and the simulation is implemented by a method in the test class.
103. And starting a test mode, and intercepting the access of the front-end aiming class to the test class.
In order to avoid the problem of the subsequent integration test of the front end and the back end, the front end is required to execute interface operation and call an interface, and the back end only provides interface call based on the request. Therefore, in the embodiment of the present invention, after setting the interface protocol between the front end and the back end, and creating the test class for the service and simulating the test data according to the interface protocol, step 103 may be executed to start the test mode, intercept the access from the front end to the class to the test class, and execute the request sent by the front end by the method in the test class and return the request to the front end. The back end responds to the front end through a method in the test class, so that the business logic development of the back end is not influenced.
104. The front end calls the test data to develop the corresponding service according to the method in the test class.
Since the request sent by the front end is intercepted into the test class of the back end in step 103, and the test data simulated in step 102 can be implemented by the test class. Therefore, the front end can obtain the test data returned after the method in the back end test class executes the request task, and the front end carries out development and test of corresponding services according to the received test data.
105. And the back end develops the service logic according to the test data and realizes the method in the class.
Because the request of the front end is intercepted to the test class in the integrated test process and the class of the back end aiming at the service is not called, the back end can develop the service logic and realize the method in the class according to the simulated test data during the test.
The method for the front-end and back-end integrated development test provided by the embodiment of the invention can set an interface protocol between the front end and the back end, and establish a class for processing corresponding services and a test class thereof according to the interface protocol; simulating the test data of the service, and realizing the test data by a method in a test class; starting a test mode, and intercepting the access of a front-end aiming class to a test class; the front end calls test data to develop corresponding services according to methods in the test class; and the back end develops the service logic according to the test data and realizes the method in the class. Compared with the defect that the front-end personnel and the back-end personnel are required to carry out communication debugging continuously in the development process of the front-end and the back-end, the front-end and the back-end are isolated in the development process, so that the front-end and the back-end developers can carry out development simultaneously, and the communication cost of the developers is reduced.
In order to better understand the method shown in fig. 1, the embodiment of the present invention will take a task of developing a page returning all keyword lists as an example, and will be described in detail with respect to each step in fig. 1.
When a page returning all keyword lists is developed, the front end and the back end need to develop together, and when the front end and the back end communicate with each other, namely, when the back end responds according to the request of the front end, the same protocol needs to be followed. In popular terms, the front end sends a piece of information, and the purpose of correctly interpreting the request by the back end is needed after the information passes through a specified interface. Taking the embodiment of the invention as an example, after the front end sends a request, the back end can know that a keyword list needs to be returned to the front end through the interface protocol. Therefore, when setting an interface protocol between the front end and the back end, the front end and the back end need to jointly make a web application program interface, i.e., a WebAPI interface. In the development early stage, namely the development process of the front end and the back end, the WebAPI interface does not need to be realized, and only a defined method is given but no realization part is given.
After the back end can interpret the purpose of the request sent by the front end according to the set WebAPI, a class keyword manager for returning all keyword lists needs to be created at the back end, and a test class keyword manager test of the service is created at the same time. In the development process of the back end, the created method 1-GetAllKeyword which realizes that the keyword lists are returned has specific realization services in the keyword class is used for processing the request of the front end after the development is finished, and the method is not needed to be realized temporarily in the development process. The created test class keyworkmanagetest is used for responding to a request sent by a front end in a subsequent integration test process, so that the test class keyworktest also has a method 2-GetAllKeyword for returning all keyword lists, and the method can respond to the request of the front end.
After the WebAPI interface between the front end and the back end is set and the class keyword manager for returning all the keyword lists and the test class keyword manager test thereof are created, preparation needs to be made for data required in a subsequent integration test stage. Because the development of the back-end service logic is interfered if the front end is used to call real data from the back end in the testing stage, the embodiment of the invention needs to jointly simulate the test data returned to all the keyword lists by the front end and the back end according to a preset format for the front end to generate the page. The front end and back end may together determine the format of the returned data, typically in XML, Json or Form URL-Encoded format, and may even extend the add custom format. In the embodiment of the present invention, the simulated test data may be in a Json format, and the test data may be implemented by a 2-getallkey method in a test class keyword manager test, and the data in the following format may be returned by the 2-getallkey method:
"Name" "," "Price" "5.8", "" Url "" www.jXXd.com "," "Name", "" computer "" Price "" 8.9 "", "" Url "" www.yiXXXdian.com "",
{ "Name" "," "flower" "," "Price" "," "3.0" "Url", "" www.suXXXX.com "" ] when the simulation test data, can open the integration test mode to proceed the integration test on the front and back ends. In the embodiment of the invention, in order to solve the integration problem between the front end and the back end of the development early stage, a mixtest framework for integration test is developed, which is essentially a class library, comprises interfaces, abstract classes and concrete classes, and can solve tasks such as character string management, data collection, database connection and file access in a plurality of special development tasks. After configuring the integrated test mode of the MixedTest framework, the access request can be automatically intercepted into the 2-GetAllKeyword method in the keyworkmanagetest when the front end accesses the 1-GetAllKeyword method of the back end keyworkmanage based on the HTTP, and data can be extracted from the HTTP request and converted into an object used in the test class method, so that the front end is separated from the back end, the front end only performs interface operation and calls the WebAPI, and the back end only provides the WebAPI call. The back end is independent of the front end, based on HTTP protocol, can call WebAPI by inputting in address bar with a browser, and the front end depends on WebAPI definition.
When the front end sends an HTTP request, the 1-GetAllKeyword method of the rear end keyword class is not accessed, but the 2-GetAllKeyword method of the keyword ManageTest class is called to obtain simulated test data, the front end carries out page development according to the test data, and even if errors occur in the development process of the rear end, the development and test of the front end cannot be influenced. Meanwhile, the front end does not call the 1-GetAllKeyword method in the keyworkManage class of the back end in the development process, so that the back end can develop service logic in the development and test process of the front end and realize the 1-GetAllKeyword method in the keyworkManage class.
After the front end and the rear end complete respective development, an integrated test mode can be cancelled by setting a mixdtest framework, and simulated test data is replaced by formal data. Therefore, the HTTP request sent by the front end can normally call the 1-GetAllKeyword method of the keyword class to obtain formal data. The front-end and back-end cooperation joint development task can be completed through the whole process.
Further, as an application of the method shown in fig. 1, an embodiment of the present invention further provides a device for front-end and back-end integrated development and test, as shown in fig. 2, the device includes: a setting unit 21, a simulation unit 22, an interception unit 23, a retrieval unit 24, and a processing unit 25, wherein,
a setting unit 21, configured to set an interface protocol between the front end and the back end, and create a class and a test class for processing a corresponding service according to the interface protocol;
a simulation unit 22 for simulating test data of the service;
an interception unit 23, configured to intercept, when the test mode is turned on, an access from the front end to the class to be tested;
the calling unit 24 is configured to enable the front end to call the test data according to the method in the test class to develop the corresponding service;
and the processing unit 25 is configured to enable the back end to develop service logic according to the test data and implement the methods in the classes.
Further, the setting unit 21 is configured to jointly establish a network application program interface for the front end and the back end.
Further, the simulation unit 22 is configured to jointly simulate, for the front end and the back end, test data of the service according to a preset format, so that the front end can implement the service.
Further, the intercepting unit 23 is configured to intercept a request when the front end accesses the class based on the hypertext transfer protocol to the test class.
Further, as shown in fig. 3, the apparatus further includes:
a replacing unit 26, configured to replace the test data with formal data of the service when the test mode is cancelled after the front-end and back-end development is completed;
the invoking unit 24 is further configured to invoke the methods in the class to obtain the formal data of the service when the front end sends the access request.
The device for front-end and back-end integrated development testing provided by the embodiment of the invention can set an interface protocol between the front end and the back end, and establish a class for processing corresponding services and a testing class thereof according to the interface protocol; simulating the test data of the service, and realizing the test data by a method in a test class; starting a test mode, and intercepting the access of a front-end aiming class to a test class; the front end calls test data to develop corresponding services according to methods in the test class; and the back end develops the service logic according to the test data and realizes the method in the class. Compared with the defect that the front-end personnel and the back-end personnel are required to carry out communication debugging continuously in the development process of the front-end and the back-end, the front-end and the back-end are isolated in the development process, so that the front-end and the back-end developers can carry out development simultaneously, and the communication cost of the developers is reduced.
The device for front-end and back-end integrated development and test comprises a processor and a memory, wherein the setting unit 21, the simulation unit 22, the interception unit 23, the calling unit 24 and the processing unit 25 are all stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to be one or more than one, and the purpose of solving the integration problem of the front end and the back end in the development process is realized by adjusting the kernel parameters.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
The present application further provides a computer program product adapted to perform program code for initializing the following method steps when executed on a data processing device: setting an interface protocol between the front end and the back end, and establishing and processing the class and the test class of the corresponding service according to the interface protocol; simulating test data of the service; starting a test mode, and intercepting the access of a front-end aiming class to a test class; the front end calls test data to develop corresponding services according to methods in the test class; and the back end develops the service logic according to the test data and realizes the method in the class.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (12)

1. A method for front-end and back-end integrated development testing, the method comprising:
setting an interface protocol between the front end and the back end, and establishing and processing the class and the test class of the corresponding service according to the interface protocol;
simulating test data of the service;
starting a test mode, and intercepting the access of the front end aiming at the class to the test class;
the front end calls the test data to develop the corresponding service according to the method in the test class;
and the back end develops business logic according to the test data and realizes the methods in the classes.
2. The method of claim 1, wherein setting up an interface protocol between a front end and a back end comprises:
the front end and the back end jointly establish a network application program interface.
3. The method of claim 1, wherein simulating the test data for the service comprises:
and the front end and the back end jointly simulate the test data of the service according to a preset format, so that the front end can realize the service.
4. The method of claim 2, wherein intercepting access to the class from the front end to the test class comprises:
and intercepting a request of a front end for accessing the class based on the hypertext transfer protocol to the test class.
5. The method of claim 1, further comprising:
canceling the test mode after the front-end development and the back-end development are finished, and replacing the test data with formal data of the service;
and sending an access request by the front end to call the method in the class to obtain formal data of the service.
6. An apparatus for front-end integrated development testing, the apparatus comprising:
the setting unit is used for setting an interface protocol between the front end and the back end and establishing and processing the class and the test class of the corresponding service according to the interface protocol;
the simulation unit is used for simulating the test data of the service;
the interception unit is used for intercepting the access of the front end aiming at the class to the test class when the test mode is started;
the calling unit is used for calling the test data by the front end according to the method in the test class to develop the corresponding service;
and the processing unit is used for enabling the back end to develop business logic according to the test data and realize the methods in the classes.
7. The apparatus of claim 6, wherein the configuration unit is configured to formulate a web application program interface for the front end and the back end together.
8. The apparatus of claim 6, wherein the simulation unit is configured to jointly simulate, for the front end and the back end, test data of the service according to a preset format, so that the front end implements the service.
9. The apparatus according to claim 7, wherein the intercepting unit is configured to intercept the request when the front end accesses the class based on the hypertext transfer protocol to the test class.
10. The apparatus of claim 6, further comprising:
the replacing unit is used for replacing the test data with formal data of the service when the test mode is cancelled after the front-end development and the back-end development are finished;
the calling unit is used for calling the methods in the classes to obtain the formal data of the service when the front end sends an access request.
11. A storage medium, characterized in that the storage medium comprises a stored program, and when the program runs, the apparatus on which the storage medium is located is controlled to execute the method for front-end and back-end integrated development testing according to any one of claims 1 to 5.
12. A processor, configured to run a program, wherein the program is configured to execute the method for front-end and back-end integrated development testing according to any one of claims 1 to 5 when the program is run.
CN201510713215.2A 2015-10-28 2015-10-28 Method and device for front-end and back-end integrated development test Active CN106648556B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510713215.2A CN106648556B (en) 2015-10-28 2015-10-28 Method and device for front-end and back-end integrated development test

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510713215.2A CN106648556B (en) 2015-10-28 2015-10-28 Method and device for front-end and back-end integrated development test

Publications (2)

Publication Number Publication Date
CN106648556A CN106648556A (en) 2017-05-10
CN106648556B true CN106648556B (en) 2019-12-24

Family

ID=58816217

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510713215.2A Active CN106648556B (en) 2015-10-28 2015-10-28 Method and device for front-end and back-end integrated development test

Country Status (1)

Country Link
CN (1) CN106648556B (en)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20220232075A1 (en) * 2014-06-04 2022-07-21 Pure Storage, Inc. Distributed protocol endpoint services for data storage systems
CN109271310B (en) * 2017-07-18 2022-07-05 北京京东尚科信息技术有限公司 Development testing method and device for network function of mobile application program
CN108345535B (en) * 2017-12-26 2022-03-04 创新先进技术有限公司 mock testing method, device and equipment
CN108563558A (en) * 2018-02-26 2018-09-21 南京粤讯电子科技有限公司 A kind of program testing method, test pile system and device
CN108563575B (en) * 2018-04-16 2019-12-10 百度在线网络技术(北京)有限公司 application program testing method and device, terminal and computer readable storage medium
CN108572823B (en) * 2018-04-23 2021-07-23 武汉斗鱼网络科技有限公司 Front-end and back-end development management method and system based on interface engine
CN109634570A (en) * 2018-12-15 2019-04-16 中国平安人寿保险股份有限公司 Front and back end integrated development method, device, equipment and computer readable storage medium
CN110096395A (en) * 2019-03-12 2019-08-06 深圳壹账通智能科技有限公司 Interface joint debugging test method, device, computer equipment and storage medium
CN110083530A (en) * 2019-03-21 2019-08-02 平安普惠企业管理有限公司 Data verification method, device and computer equipment based on automatic Verification tool
CN111506298A (en) * 2020-03-10 2020-08-07 南京行者易智能交通科技有限公司 Method for carrying out interface visual configuration based on JSON object

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103164335A (en) * 2011-12-19 2013-06-19 阿里巴巴集团控股有限公司 Method and system for detecting unit test quality
CN104317722A (en) * 2014-11-13 2015-01-28 中国建设银行股份有限公司 Unit testing method and device based on Junit

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103164335A (en) * 2011-12-19 2013-06-19 阿里巴巴集团控股有限公司 Method and system for detecting unit test quality
CN104317722A (en) * 2014-11-13 2015-01-28 中国建设银行股份有限公司 Unit testing method and device based on Junit

Also Published As

Publication number Publication date
CN106648556A (en) 2017-05-10

Similar Documents

Publication Publication Date Title
CN106648556B (en) Method and device for front-end and back-end integrated development test
CN108319547B (en) Test case generation method, device and system
CN109325195B (en) Rendering method and system for browser, computer device and computer storage medium
US9021438B2 (en) Automatic framework for parallel testing on multiple testing environments
US20160350105A1 (en) Automatic communications graphing for a source application
US9978084B1 (en) Configurable relevance service test platform
US9753701B2 (en) Generating logic with scripting language in software as a service enterprise resource planning
US10656907B2 (en) Translation of natural language into user interface actions
US9612947B2 (en) Code-free testing framework
CN110471657A (en) The generation method and device of Website page
CN108111364B (en) Service system testing method and device
US10382313B2 (en) Test building for testing server operation
CN110955409B (en) Method and device for creating resources on cloud platform
CN111831542B (en) API application debugging method and device and storage medium
CN109614325B (en) Method and device for determining control attribute, electronic equipment and storage medium
US20170004064A1 (en) Actions test automation
CN114741294A (en) Page debugging method, device, equipment and storage medium
CN114466000A (en) CDN gateway source returning method and device
CN111949510B (en) Test processing method, device, electronic equipment and readable storage medium
US11816022B2 (en) Snapshot simulation of service module responses
EP3014562A1 (en) Simulating sensors
CN112596781A (en) Service execution and service configuration method and device
US20210064712A1 (en) System and method for simulating field device in industrial plant
CN112598461A (en) Cloud product delivery method, device and medium
CN108241573B (en) Integrated test code generation method and device

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
CB02 Change of applicant information

Address after: 100083 No. 401, 4th Floor, Haitai Building, 229 North Fourth Ring Road, Haidian District, Beijing

Applicant after: Beijing Guoshuang Technology Co.,Ltd.

Address before: 100086 Cuigong Hotel, 76 Zhichun Road, Shuangyushu District, Haidian District, Beijing

Applicant before: Beijing Guoshuang Technology Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant