CN110597728A - Method, device and system for constructing test data - Google Patents

Method, device and system for constructing test data Download PDF

Info

Publication number
CN110597728A
CN110597728A CN201910889952.6A CN201910889952A CN110597728A CN 110597728 A CN110597728 A CN 110597728A CN 201910889952 A CN201910889952 A CN 201910889952A CN 110597728 A CN110597728 A CN 110597728A
Authority
CN
China
Prior art keywords
field
test data
information
service scene
interface file
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
CN201910889952.6A
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN201910889952.6A priority Critical patent/CN110597728A/en
Publication of CN110597728A publication Critical patent/CN110597728A/en
Pending legal-status Critical Current

Links

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/3696Methods or tools to render software testable

Abstract

The invention provides a method, a device and a system for constructing test data, wherein the method comprises the following steps: acquiring a mapping relation between interface file information and a service scene; the interface file information comprises field information; the field information is used for describing a service scene; assigning values to field information in the interface file information according to the target service scene and the mapping relation; and using the assigned field information as test data. The invention can improve the efficiency of constructing test data.

Description

Method, device and system for constructing test data
Technical Field
The invention relates to the technical field of test data construction, in particular to a method, a device and a system for constructing test data.
Background
In a traditional waterfall type test flow, test data preparation comes from analysis of requirements, after test requirement information is obtained, a process of constructing test data according to the test requirement information generally needs to input data in a plurality of systems related to a program to be tested and then acquire system processing data, and the data needs to be processed layer by layer, so that the data preparation time is long, and the efficiency is low. In an agile project, the project is short in proceeding time and multiple in demand items, and the traditional test data construction method cannot meet the demand of the agile project.
Disclosure of Invention
The invention provides a method, a device and a system for constructing test data, which can enable the efficiency of preparing the whole test data to be higher.
In a first aspect, an embodiment of the present invention provides a method for constructing test data, including: acquiring a mapping relation between interface file information and a service scene; the interface file information comprises field information; the field information is used for describing the service scene; assigning value to field information in the interface file information according to a target service scene and the mapping relation; and using the assigned field information as test data.
In a second aspect, an embodiment of the present invention further provides an apparatus for constructing test data, where the apparatus includes: the acquisition module is used for acquiring the mapping relation between the interface file information and the service scene; the interface file information comprises field information; the field information is used for describing the service scene; the assignment module is used for assigning values to field information in the interface file information according to a target service scene and the mapping relation; and using the assigned field information as test data.
In a third aspect, an embodiment of the present invention further provides a system for constructing test data, where the system includes the apparatus for constructing test data.
In a fourth aspect, an embodiment of the present invention further provides a computer device, including a memory and a processor, where the memory stores a computer program executable on the processor, and the processor implements the above method for constructing test data when executing the computer program.
In a fifth aspect, the present invention also provides a computer-readable medium having a non-volatile program code executable by a processor, where the program code causes the processor to execute the above method for constructing test data.
The embodiment of the invention has the following beneficial effects: the embodiment of the invention provides a scheme for constructing test data, which firstly obtains the mapping relation between interface file information and a service scene, wherein the interface file information comprises field information for describing the service scene, so that the field information in the interface file information can be assigned according to a target service scene and the mapping relation, thereby obtaining the test data through assignment operation and improving the efficiency of constructing the test data.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a flowchart of a method for constructing test data according to an embodiment of the present invention;
FIG. 2 is a flowchart of an embodiment of a method for constructing test data according to the present invention;
FIG. 3 is a block diagram of an apparatus for constructing test data according to an embodiment of the present invention;
FIG. 4 is a block diagram of another apparatus for constructing test data according to an embodiment of the present invention;
fig. 5 is a block diagram of a computer device according to an embodiment of the present invention.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is apparent that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In the traditional test data preparation process, the data preparation depends on the experience of a tester and the understanding of a requirement document, and the test experience accumulation and the business understanding capability of the tester are relatively depended, so that the subjective factor influence is more. There are the following disadvantages: 1. test data points are easy to miss by a new test person who lacks test experience; 2. the tester can have an understandably place in the service field with the newly added requirement or without understanding; 3. the conventional data preparation needs the system to carry out long-flow business operation from the front end, and has long data preparation time and low efficiency.
In an agile project, the project is performed in a short time and is required for a plurality of items, and in a traditional waterfall type test flow, test data preparation is derived from analysis on requirements, so that the data preparation depends on the providing time of a requirement document, the requirement change cannot be quickly responded in a fixed time, and the test data preparation time is shortened.
Based on this, the method, the device and the system for constructing test data provided by the embodiments of the present invention can solve the problems that the data preparation period is long and the preparation is performed only after the requirement is clear in the conventional waterfall test process, and establish the mapping relationship between the service change point and the interface field by means of data organization, so that when the service is changed, the test scene is depicted by assigning the interface data field to implement verification, thereby improving the flexibility and accuracy of test data preparation.
For the convenience of understanding the embodiment, a method for constructing test data disclosed in the embodiment of the present invention will be described in detail first.
The embodiment of the invention provides a method for constructing test data, which is shown in a flow chart of the method for constructing the test data in figure 1 and comprises the following steps:
step S102, obtaining the mapping relation between the interface file information and the service scene.
In the embodiment of the present invention, the interface file information includes field information, the field information is used to describe a service scenario, and the service scenario may include a plurality of functions to be implemented. Each function of a service scenario may be represented by field information. And generating a corresponding relation, namely a mapping relation, between the interface file information and the service scene in advance. The mapping relation is the embodiment of the service change point in the program and is embodied as a field which can represent the change function in the corresponding program interface file. When the invention is executed, the mapping relation between the interface file information and the service scene is obtained.
It should be noted that the system to run the program to be tested includes interface files, each interface file includes a plurality of field information, and therefore, for a service scenario, fields in different interface files may be used for description.
In addition, it should be noted that a technician needs to comb the field information in each interface and each interface in the program, clear the representative meaning of the important field in each interface, and create the mapping relationship between the verification point and the data interface field in advance.
Step S104, assigning value to field information in the interface file information according to the target service scene and the mapping relation; and using the assigned field information as test data.
In the embodiment of the present invention, the target service scenario may be a service scenario specified by the tester, that is, the field information includes a specified value. For example, the target business scenario may be: the customer having a customer number 009 performs a transfer operation. After the target service scenario is clarified, since the mapping relationship between the interface file information and the service scenario determines the corresponding relationship between the service scenario and the interface file information, for example, for the service scenario including functions "customer number" and "transfer", it can be known which field information in which interface file describes the service scenario. Therefore, for the target service scenario "the client with the client number 009 is to perform the transfer operation", the field in the interface file information may be assigned to make the client number "009", and the field in the interface file information representing the "transfer" operation may also be assigned to transfer corresponding data to make the field represent the "transfer" function, and further, the assigned field information is used as the test data.
The embodiment of the invention provides a scheme for constructing test data, which firstly obtains the mapping relation between interface file information and a service scene, wherein the interface file information comprises field information for describing the service scene, so that the field information in the interface file information can be assigned according to a target service scene and the mapping relation, thereby directly obtaining the test data through assignment operation and improving the efficiency of constructing the test data.
In order to improve the efficiency of assignment operation and further improve the efficiency of test data construction, assignment is performed on field information in the interface file information according to a target service scene and a mapping relationship, and the method can be performed according to the following steps:
clustering the field names to obtain one or more field categories; the field names and the field contents are in one-to-one correspondence; and assigning a value to each field content in the field category according to the target service scene and the mapping relation.
Clustering the field names to obtain one or more field categories, including: and taking a plurality of pairs of field names with the same field content as the same field category.
In the embodiment of the present invention, the field information includes field names and field contents, since the corresponding field names of the same field contents in different systems may be different, for example, for a field content "client number", the field names in different systems may be "number", or "numm", etc., for a service scenario, a plurality of sub scenarios may be included, each sub scenario may include the same field content, but the field names of the field contents may be different, therefore, the field names are clustered to obtain one or more field categories, where the field names and the field contents are in one-to-one correspondence, and when assigning values to each field content in the field categories according to a target service scenario and a mapping relationship, the field names are the same, the field contents are different, and no value assignment needs to be performed one by one, and each field content can be assigned simultaneously based on the field category, therefore, the operation steps can be reduced, and the efficiency of assignment operation can be improved.
It should be noted that, in the clustering process, the service change points (test points) may be first divided for the service categories, and the contents represented by the service changes are aggregated and classified under the service categories. Through clustering processing, the problem that omission occurs in data preparation of a test group in a data preparation stage can be solved. Because part of testers have limited testing experience and cannot clearly arrange all dimensional data needed in the testing process, the structure and the logical relationship of the service data are determined by arranging various service data related in a service scene. And clustering the corresponding service data into several main information categories according to the characteristics of the data.
In the embodiment of the invention, the purpose of reconstructing the test case by a data change and editing mode can be achieved by confirming the mapping relation between the interface data and the service data, and the purpose of forming the executable case by modifying the data can be achieved by combining the incidence relation between the service information and the interface field information and assigning the interface field after confirming and verifying the service elements.
In view of improving the testing efficiency, the method may further perform the following steps: the test is performed according to the automation tool and the test data.
In the embodiment of the invention, the test data is structured data and is a data packet consisting of a plurality of fields. The generated structured test data can be tested in the system to be tested by using an automation tool, that is, the generated test data can be run in the system by using the automation tool to perform the test. The automation tool acts as a package issuing tool and issues an implementation instruction for the structured data in the system to be tested. When testing is carried out, the system where the program to be tested is located can execute the test data constructed by the embodiment of the invention according to the execution instruction in the automation tool, and the purposes of simulating a transaction scene, reducing test preparation steps and prompting efficiency are achieved.
In addition, according to the condition of agility testing, data files suitable for different conditions of unit testing, interface testing, transaction testing and business scene testing can be prepared, and the automation tool can be used in a personalized mode according to specific testing conditions during execution.
Referring to the flowchart of fig. 2, in the implementation of the method for constructing test data, in the implementation of the embodiment of the present invention, for the association process between the subject information and the interface data: the general testers pay more attention to the testing of the flow and interface operation during testing, and the development principle is deeply integrated with development colleagues and understood more deeply, the agile flow is responded, so that the purpose of describing a business scene in a technical data combination mode is achieved, and a bridge is built by combining the automatic technology more subsequently. For the scenario-based generation of automated executable data files process: combining the combination of multiple service data in a service scene, through the mapping relation of the service data and the interface data, when a test case of a scene is depicted by design data, when each service data in the service scene changes, the corresponding fields can be given through the assignment process, and then the interface data provided by an automation tool is packaged into a data file which can be identified by a system through interface specification. Compared with the traditional manual test process, the process of data package is the process of compiling the traditional test case, and the generated data package is the test case which can be executed by an automation tool.
After the method and the device for constructing the test data provided by the embodiment of the invention can find the corresponding interface field through the mapping relation and endow the corresponding value to describe the change of the system when the service is changed, and realize the description of the service scene through the structured arrangement of the data. The embodiment of the invention reduces the dependence on the experience and comprehension ability of testers in the preparation of test data, and reduces the influence of subjective factors; the method for preparing the data is unified and standardized, and the key points in the data preparation are enriched; the purpose of depicting the service scene in a data arrangement mode is achieved; the efficiency of test data preparation and test is improved by executing the data script.
The embodiment of the invention can realize the correspondence between the technical interface field and the service element point, and ensure that the aim of constructing different test scenes through the change and the reconstruction of the interface data can be realized in the test process. In order to facilitate processing of various service scene constructions, the data requirements of different scenes in the system are the key for implementation. Meanwhile, in order to accelerate the efficiency and accuracy in the test data preparation process, the service elements need to be more fully subdivided and extracted, the service key points are matched with the interface field meanings, and the rapid and accurate test data preparation process is realized.
An embodiment of the present invention further provides a device for constructing test data, referring to a structural block diagram of the device for constructing test data shown in fig. 3, where the device includes:
an obtaining module 31, configured to obtain a mapping relationship between the interface file information and the service scene; the interface file information comprises field information; the field information is used for describing the service scene; an assignment module 32, configured to assign a value to field information in the interface file information according to a target service scene and a mapping relationship; and using the assigned field information as test data.
In one embodiment, the assignment module is specifically configured to: clustering the field names to obtain one or more field categories; the field names correspond to the field contents one by one; and assigning a value to each field content in the field category according to the target service scene and the mapping relation.
In one embodiment, the assignment module is specifically configured to: and taking a plurality of field names with the same field content as the same field category.
Referring to fig. 4, a block diagram of another apparatus for constructing test data is shown, the apparatus further includes a test module 33 for: and testing according to the automation tool and the test data.
The embodiment of the invention also provides a system for constructing the test data, which comprises any one of the devices for constructing the test data.
The embodiment of the present invention further provides a computer device, referring to the schematic block diagram of the structure of the computer device shown in fig. 5, the computer device includes a memory 51 and a processor 52, the memory stores a computer program that can be executed on the processor, and the processor implements the steps of any one of the methods when executing the computer program.
It is clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working process of the computer device described above may refer to the corresponding process in the foregoing method embodiments, and no further description is provided herein
Embodiments of the present invention also provide a computer readable medium having non-volatile program code executable by a processor, the program code causing the processor to perform any of the steps of the above-described method.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention 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 invention is described with reference to flowchart illustrations and/or block diagrams of methods and computer program products according to embodiments of the invention. 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.
Finally, it should be noted that: the above-mentioned embodiments are only specific embodiments of the present invention, which are used for illustrating the technical solutions of the present invention and not for limiting the same, and the protection scope of the present invention is not limited thereto, although the present invention is described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the embodiments of the present invention, and they should be construed as being included therein. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A method of constructing test data, comprising:
acquiring a mapping relation between interface file information and a service scene; the interface file information comprises field information; the field information is used for describing the service scene;
assigning value to field information in the interface file information according to a target service scene and the mapping relation; and using the assigned field information as test data.
2. The method of constructing test data according to claim 1, wherein said field information includes a field name and a field content; assigning values to field information in the interface file information according to the target service scene and the mapping relation, wherein the assigning comprises the following steps:
clustering the field names to obtain one or more field categories; the field names correspond to the field contents one by one;
and assigning value to each field content in the field category according to the target service scene and the mapping relation.
3. The method of claim 2, wherein clustering the field names to obtain one or more field categories comprises:
and taking a plurality of field names with the same field content as the same field category.
4. The method of constructing test data according to claim 1, further comprising:
testing according to an automation tool and the test data; the automation tool includes instructions to execute the test data.
5. An apparatus for constructing test data, comprising:
the acquisition module is used for acquiring the mapping relation between the interface file information and the service scene; the interface file information comprises field information; the field information is used for describing the service scene;
the assignment module is used for assigning values to field information in the interface file information according to a target service scene and the mapping relation; and using the assigned field information as test data.
6. The apparatus for constructing test data according to claim 5, wherein the assignment module is specifically configured to:
clustering the field names to obtain one or more field categories; the field names correspond to the field contents one by one;
and assigning value to each field content in the field category according to the target service scene and the mapping relation.
7. The apparatus for building test data according to claim 5, further comprising a test module for:
and testing according to the automation tool and the test data.
8. A system for constructing test data, comprising an apparatus for constructing test data according to any one of claims 5 to 7.
9. Computer device comprising a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor implements the steps of the method according to any of the claims 1 to 4 when executing the computer program.
10. A computer-readable medium having non-volatile program code executable by a processor, the program code causing the processor to perform the method of any of claims 1 to 4.
CN201910889952.6A 2019-09-20 2019-09-20 Method, device and system for constructing test data Pending CN110597728A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910889952.6A CN110597728A (en) 2019-09-20 2019-09-20 Method, device and system for constructing test data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910889952.6A CN110597728A (en) 2019-09-20 2019-09-20 Method, device and system for constructing test data

Publications (1)

Publication Number Publication Date
CN110597728A true CN110597728A (en) 2019-12-20

Family

ID=68861323

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910889952.6A Pending CN110597728A (en) 2019-09-20 2019-09-20 Method, device and system for constructing test data

Country Status (1)

Country Link
CN (1) CN110597728A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111143221A (en) * 2019-12-28 2020-05-12 中国银行股份有限公司 Test method and device
CN115827423A (en) * 2022-09-15 2023-03-21 江苏瑞蓝自动化设备集团有限公司 Test case generation method, device, equipment and medium based on multi-scene clustering

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040143819A1 (en) * 2003-01-10 2004-07-22 National Cheng Kung University Generic software testing system and mechanism
CN106897205A (en) * 2015-12-18 2017-06-27 阿里巴巴集团控股有限公司 A kind of test data generating method and device
CN108984712A (en) * 2018-07-06 2018-12-11 深圳前海微众银行股份有限公司 Counting method, equipment and readable storage medium storing program for executing are made based on business scenario
CN109189669A (en) * 2018-08-03 2019-01-11 平安科技(深圳)有限公司 Test method, electronic device and the readable storage medium storing program for executing of business scenario
CN109446099A (en) * 2018-11-09 2019-03-08 贵州医渡云技术有限公司 Automatic test cases generation method, device, medium and electronic equipment
CN109558525A (en) * 2018-12-12 2019-04-02 北京锐安科技有限公司 A kind of generation method of test data set, device, equipment and storage medium
CN110162468A (en) * 2019-04-26 2019-08-23 腾讯科技(深圳)有限公司 A kind of test method, device and computer readable storage medium
CN110188030A (en) * 2019-04-08 2019-08-30 平安科技(深圳)有限公司 A kind of test data generating method, device and computer equipment, storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040143819A1 (en) * 2003-01-10 2004-07-22 National Cheng Kung University Generic software testing system and mechanism
CN106897205A (en) * 2015-12-18 2017-06-27 阿里巴巴集团控股有限公司 A kind of test data generating method and device
CN108984712A (en) * 2018-07-06 2018-12-11 深圳前海微众银行股份有限公司 Counting method, equipment and readable storage medium storing program for executing are made based on business scenario
CN109189669A (en) * 2018-08-03 2019-01-11 平安科技(深圳)有限公司 Test method, electronic device and the readable storage medium storing program for executing of business scenario
CN109446099A (en) * 2018-11-09 2019-03-08 贵州医渡云技术有限公司 Automatic test cases generation method, device, medium and electronic equipment
CN109558525A (en) * 2018-12-12 2019-04-02 北京锐安科技有限公司 A kind of generation method of test data set, device, equipment and storage medium
CN110188030A (en) * 2019-04-08 2019-08-30 平安科技(深圳)有限公司 A kind of test data generating method, device and computer equipment, storage medium
CN110162468A (en) * 2019-04-26 2019-08-23 腾讯科技(深圳)有限公司 A kind of test method, device and computer readable storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111143221A (en) * 2019-12-28 2020-05-12 中国银行股份有限公司 Test method and device
CN111143221B (en) * 2019-12-28 2024-01-30 中国银行股份有限公司 Test method and device
CN115827423A (en) * 2022-09-15 2023-03-21 江苏瑞蓝自动化设备集团有限公司 Test case generation method, device, equipment and medium based on multi-scene clustering

Similar Documents

Publication Publication Date Title
CN106528424B (en) Test method and test platform based on background system service or interface
CN110554958B (en) Graph database testing method, system, device and storage medium
CN108345532A (en) A kind of automatic test cases generation method and device
CN106980571B (en) Method and equipment for constructing test case suite
JP6045134B2 (en) Parallel workload simulation for application performance testing
CN107741903A (en) Application compatibility method of testing, device, computer equipment and storage medium
CN105808437A (en) Automation testing method and system based on test case data table
CN105760296A (en) Automation testing control method, device and terminal
CN108021509B (en) Test case dynamic sequencing method based on program behavior network aggregation
CN101236494A (en) Information systems test combination generation method based on coverage density
CN107315889A (en) The performance test methods and storage medium of simulation engine
CN112433944A (en) Service testing method, device, computer equipment and storage medium
CN110597728A (en) Method, device and system for constructing test data
CN111190814B (en) Method and device for generating software test case, storage medium and terminal
CN107357721B (en) Method and device for testing system
EP4152715A1 (en) Method and apparatus for determining resource configuration of cloud service system
CN109857576A (en) RPC interface call method and device
CN111061733A (en) Data processing method and device, electronic equipment and computer readable storage medium
CN111897725B (en) Automatic test method, medium, equipment and system for middle platform service
CN112559313A (en) Test case setting method and device, storage medium and electronic equipment
WO2005059744A1 (en) A method of automatically generating test scripts from a system specification model
CN112256978B (en) Data processing method, device and medium based on data model
CN112527584A (en) Software efficiency improving method and system based on script compiling and data acquisition
CN113934710A (en) Data acquisition method and device
CN110399298A (en) A kind of test 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