CN107239392A - A kind of method of testing, device and terminal - Google Patents

A kind of method of testing, device and terminal Download PDF

Info

Publication number
CN107239392A
CN107239392A CN201610185742.5A CN201610185742A CN107239392A CN 107239392 A CN107239392 A CN 107239392A CN 201610185742 A CN201610185742 A CN 201610185742A CN 107239392 A CN107239392 A CN 107239392A
Authority
CN
China
Prior art keywords
test
data
data type
input parameter
equivalence class
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
CN201610185742.5A
Other languages
Chinese (zh)
Other versions
CN107239392B (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201610185742.5A priority Critical patent/CN107239392B/en
Publication of CN107239392A publication Critical patent/CN107239392A/en
Application granted granted Critical
Publication of CN107239392B publication Critical patent/CN107239392B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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

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 embodiment of the present invention provides a kind of method of testing, device and terminal, and method therein may include:Obtain the data type of at least one input parameter of tested interface;At least one set of test data is generated according to the equivalence class of the data type of each input parameter;According to described at least one test case of at least one set of Test data generation;Perform the test result that at least one described test case obtains the tested interface.The present invention can automatically generate comprehensively complete test data and test case according to the data type of the input parameter of tested interface, lift testing efficiency, reduce testing cost.

Description

A kind of method of testing, device and terminal
Technical field
The present invention relates to field of computer technology, and in particular to software testing technology field, more particularly to a kind of Method of testing, device and terminal.
Background technology
Computer software needs to be related to interface testing, and interface refers to API (Application Programming Interface, application programming interface) function, interface testing is primarily referred to as between each component of detecting system Data exchange, data transfer, the process for controlling management and mutual logic dependencies.At present, interface is surveyed The process of examination is:Tester is according to each input parameter manual compiling test case of interface, then performs survey Example on probation is tested tested interface.In above-mentioned existing interface testing framework, test case is by artificial Write, not comprehensive enough, the complete situation of test data easily occur;Also, often increase or change an input Parameter, it is necessary to manually write corresponding test case again, increases, this meeting with the quantity of input parameter Cause to repeat it is cumbersome write work, cause testing efficiency low, and the human cost of lifting test process with And the maintenance cost of test case.
The content of the invention
The embodiment of the present invention provides a kind of method of testing, device and terminal, can be according to the input of tested interface The data type of parameter, automatically generates comprehensively complete test data and test case, lifts testing efficiency, Reduce testing cost.
First aspect of the embodiment of the present invention provides a kind of method of testing, it may include:
Obtain the data type of at least one input parameter of tested interface;
At least one set of test data is generated according to the equivalence class of the data type of each input parameter;
According to described at least one test case of at least one set of Test data generation;
Perform the test result that at least one described test case obtains the tested interface.
Preferably, before the data type of at least one input parameter for obtaining tested interface, in addition to:
Prestore at least one data type and the equivalence class of each data type;
Wherein, the data type includes:Any of integer, array, character, character string, pointer; The equivalence class includes effective equivalence class and invalid equivalence class.
Preferably, the data type of at least one input parameter for obtaining tested interface, including:
The header file of the tested interface of inquiry;
The data type of at least one input parameter is read from the header file of the tested interface.
Preferably, at least one set of test number of equivalence class generation of the data type of each input parameter of the basis According to, including:
The equivalence class of the data type of each input parameter is inquired about from memory space;
The equivalence class of the data type of each input parameter is subjected to permutation and combination, at least one set of test number of generation According to.
Preferably, it is described according to described at least one test case of at least one set of Test data generation, including:
Each group of test data is chosen from least one set of test data;
Each test case is sequentially generated according to each group of selected test data.
Second aspect of the embodiment of the present invention provides a kind of test device, it may include:
Data type acquiring unit, the data type of at least one input parameter for obtaining tested interface;
Test data generation unit, the equivalence class generation for the data type according to each input parameter is at least One group of test data;
Test cases technology unit, is used at least one test according at least one set of Test data generation Example;
Test cell, the test result of the tested interface is obtained for performing at least one described test case.
Preferably, described device also includes:
Memory cell, the equivalence class for prestoring at least one data type and each data type;
Wherein, the data type includes:Any of integer, array, character, character string, pointer; The equivalence class includes effective equivalence class and invalid equivalence class.
Preferably, the data type acquiring unit includes:
Header file query unit, the header file for inquiring about tested interface;
Reading unit, the data for reading at least one input parameter from the header file of the tested interface Type.
Preferably, the test data generation unit includes:
Equivalence class query unit, the equivalence of the data type for inquiring about each input parameter from memory space Class;
Assembled unit, for the equivalence class of the data type of each input parameter to be carried out into permutation and combination, generation At least one set of test data.
Preferably, the Test cases technology unit includes:
Unit is chosen, for choosing each group of test data from least one set of test data;
Use-case generation unit, is used for sequentially generating each test according to each group of selected test data Example.
The third aspect of the embodiment of the present invention provides a kind of terminal, it may include the test dress described in above-mentioned second aspect Put.
In the embodiment of the present invention, the data type of at least one input parameter of tested interface, root can be obtained According at least one set of test data of equivalence class generation of the data type of each input parameter, and according to it is described at least One group of Test data generation at least one test case, performs at least one described test case and obtains the quilt Survey the test result of interface;Because test data is from all equivalence classes of the data type of input parameter, This causes test data more fully, completely;Also, according to test data automation generation test case, Avoid the repetition of manual compiling process cumbersome, effectively lift testing efficiency, reduce testing cost.
Brief description of the drawings
In order to illustrate more clearly about the embodiment of the present invention or technical scheme of the prior art, below will be to implementing The accompanying drawing used required in example or description of the prior art is briefly described, it should be apparent that, describe below In accompanying drawing be only some embodiments of the present invention, for those of ordinary skill in the art, do not paying On the premise of going out creative work, other accompanying drawings can also be obtained according to these accompanying drawings.
Fig. 1 is a kind of flow chart of method of testing provided in an embodiment of the present invention;
Fig. 2 is a kind of structural representation of terminal provided in an embodiment of the present invention;
Fig. 3 is a kind of structural representation of test device provided in an embodiment of the present invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, the technical scheme in the embodiment of the present invention is carried out clear Chu, it is fully described by, it is clear that described embodiment is only a part of embodiment of the invention, rather than Whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art are not making creation Property work under the premise of the every other embodiment that is obtained, belong to the scope of protection of the invention.
The embodiment of the present invention can be automatic according to the equivalence class of the data type of each input parameter of tested interface Metaplasia generates at least one at least one set of test data, and according at least one set of test data automation Test case, performs the test result that at least one described test case obtains the tested interface;Due to surveying Data source is tried in all equivalence classes of the data type of input parameter, this cause test data more fully, Completely;Also, according to test data automation generation test case, it is to avoid the repetition of manual compiling process is numerous It is trivial, testing efficiency is effectively lifted, testing cost is reduced.
In the embodiment of the present invention, tested interface refers to tested api function.Test case refers to for some Specific objective and work out one group include the document of test input, execution condition and expected results, perform test Use-case can test whether some function meets some particular demands.Data type may include but be not limited to:It is whole Number, array, character, character string, pointer etc..Every kind of data type includes equivalence class, the equivalence Class includes effective equivalence class and invalid equivalence class;Effective equivalence class refers to rational, significant input data The set of composition;Invalid equivalence class refers to the set that irrational, nonsensical input data is constituted.
Based on foregoing description, the embodiment of the invention discloses a kind of method of testing, Fig. 1 is referred to, this method can Comprise the following steps S101- steps S104.
S101, obtains the data type of at least one input parameter of tested interface.
In the specific implementation, this method is during step S101 is performed, it is specific to perform following steps s11-s12:
S11, the header file of the tested interface of inquiry.
S12, reads the data type of at least one input parameter from the header file of the tested interface.
Interface generally comprises header file and source file, and header file is used for the description information of record interface, including but It is not limited to:Input parameter and the data type of input parameter that record interface statement is used, etc..Source File is used for power function information and the code information of record interface.So, in step s11-s12, by looking into The data type of at least one input parameter of tested interface can be read by asking the header file of tested interface;For example: Assuming that reading being described as the tested interface from the header file of tested interface:Function (int a, char b), It can thus be appreciated that the tested interface includes two input parameters a and b, and input parameter a data type is int (i.e. integer), input parameter b data type is char (i.e. character).
Alternatively, this method can also carry out following steps S100 before step S101 is performed.
S100, prestores at least one data type and the equivalence class of each data type.
Specifically, can be stored by such as following table one at least one data type with each data type etc. Valency class;Table one can be expressed as follows:
Table one:The equivalence class table of data type
Above-mentioned table one is only for example, and data type therein and its equivalence class can be increased according to actual needs Plus or change, pass through the above-mentioned table one of maintenance that upgrades in time, it is ensured that the comprehensive and integrality of test data, So as to ensure the systematicness of test case, it is ensured that test result it is comprehensive.
S102, at least one set of test data is generated according to the equivalence class of the data type of each input parameter.
From above-mentioned table one, therefore a kind of at least one equivalence class of data type correspondence, will each input The equivalence class of the data type of parameter carries out permutation and combination, can obtain some groups of test data.It is specific real In existing, this method is specific to perform following steps s21-s22 during step S102 is performed:
S21, inquires about the equivalence class of the data type of each input parameter from memory space.
S22, permutation and combination is carried out by the equivalence class of the data type of each input parameter, and generation is at least one set of to survey Try data.
By taking above-mentioned tested interface Function (int a, char b) as an example, the tested interface includes two input parameters A and b, and input parameter a data type is int (i.e. integer), input parameter b data type is char (i.e. character);So, in step s21, input parameter can be inquired by the above-mentioned table one in memory space The equivalence class of a data type for positive integer, negative integer, zero, boundary value, do not input, non-integer, overflow The integer gone out }, it is assumed that while the equivalence class for inquiring input parameter b data type is { first, second, third }. In step s22 can permutation and combination generation test data include:First group:Positive integer, first;Second group:Just Integer, second;3rd group:Positive integer, third;4th group:Negative integer, first;4th group:Negative integer, second; By that analogy, the 21st group:The integer of spilling, third.
S103, according to described at least one test case of at least one set of Test data generation.
In the specific implementation, this method is during step S103 is performed, it is specific to perform following steps s31-s32:
S31, chooses each group of test data from least one set of test data.
S32, each test case is sequentially generated according to each group of selected test data.
Step s31-s32 belongs to the automation generating process of test case, and each group of test data can generate one Test case, therefore, at least one set of test data can generate at least one test case, due to test data From all equivalence classes of the data type of input parameter, tester only needs to safeguard and updates various numbers According to type and its equivalence class, you can ensure the comprehensive and integrality of test data, and then ensure test case It is systemic and comprehensive.
S104, performs the test result that at least one described test case obtains the tested interface.
In the specific implementation, when performing at least one described test case, can surveyed with compiler test script Using at least one described test case in training sheet, testing results script is at least one executable described survey Example on probation obtains the test result of tested interface.
The method of testing of the embodiment of the present invention, can be according to the data type of each input parameter of tested interface At least one set of test data of equivalence class automation generation, and automated according at least one set of test data At least one test case is generated, the test that at least one described test case obtains the tested interface is performed As a result;Because test data is from all equivalence classes of the data type of input parameter, this to test number According to more fully, completely;Also, according to test data automation generation test case, it is to avoid manual compiling The repetition of process is cumbersome, effectively lifts testing efficiency, reduces testing cost.
Based on the method for testing shown in above-described embodiment, the embodiment of the present invention additionally provides a kind of terminal, the end End can be used for the corresponding steps for performing method flow shown in above-mentioned Fig. 1.Fig. 2 is referred to, the internal junction of the terminal Structure may include but be not limited to:Processor, user interface, network interface and memory.Wherein, in terminal Processor, user interface, network interface and memory can be connected by bus or other modes, in the present invention In Fig. 2 shown in embodiment exemplified by being connected by bus.
Wherein, user interface is realized that user (such as tester) interacts with terminal and exchanged with information Medium, it, which is embodied, can include the display screen (Display) and the keyboard for input for exporting Etc. (Keyboard), it is necessary to which explanation, keyboard herein both can be physical keyboard, or Touch screen dummy keyboard, the keyboard that can also be combined for entity with touch screen virtualphase.Processor (or CPU (Central Processing Unit, central processing unit)) be terminal calculating core and control core, its All kinds of instructions in terminal and the Various types of data of processing terminal can be parsed.Memory (Memory) is eventually Memory device in end, for depositing program and data.It is understood that memory herein both can be with Internal memory including terminal, naturally it is also possible to the extended menory supported including terminal.Memory is carried For memory space, the memory space stores the operating system of terminal, it may include but be not limited to:Windows System (a kind of operating system), a kind of Android (Android, Mobile operating system) system, IOS are (a kind of Mobile operating system) system etc., the present invention is to this and is not construed as limiting.The memory space of memory is stored Test device.
In embodiments of the present invention, terminal performs above-mentioned Fig. 1 institutes by the test device in run memory Show the corresponding steps of method flow.Please also refer to Fig. 3, the test device operation such as lower unit:
Data type acquiring unit 101, the data type of at least one input parameter for obtaining tested interface.
Test data generation unit 102, the equivalence class for the data type according to each input parameter generate to Few one group of test data.
Test cases technology unit 103, for according at least one test of at least one set of Test data generation Use-case.
Test cell 104, the test knot of the tested interface is obtained for performing at least one described test case Really.
In the specific implementation, alternatively, the device can be also run such as lower unit:
Memory cell 105, the equivalence for prestoring at least one data type and each data type Class;Wherein, the data type includes:Any of integer, array, character, character string, pointer; The equivalence class includes effective equivalence class and invalid equivalence class.
In the specific implementation, the device is during the data type acquiring unit 101 is run, specific fortune Row such as lower unit:
Header file query unit 1001, the header file for inquiring about tested interface.
Reading unit 1002, for reading at least one input parameter from the header file of the tested interface Data type.
In the specific implementation, the device is during the test data generation unit 102 is run, specific fortune Row such as lower unit:
Equivalence class query unit 2001, the data type for inquiring about each input parameter from memory space Equivalence class.
Assembled unit 2002, for the equivalence class of the data type of each input parameter to be carried out into permutation and combination, At least one set of test data of generation.
In the specific implementation, the device is during the Test cases technology unit 103 is run, specific fortune Row such as lower unit:
Unit 3001 is chosen, for choosing each group of test data from least one set of test data.
Use-case generation unit 3002, for sequentially generating each survey according to each group of selected test data Example on probation.
With method similarly, the terminal and test device of the embodiment of the present invention, can be according to each of tested interface At least one set of test data of equivalence class automation generation of the data type of input parameter, and according to it is described at least One group of test data automation generates at least one test case, performs at least one described test case and obtains The test result of the tested interface;Because test data is from all etc. of the data type of input parameter Valency class, this causes test data more fully, completely;Also, according to test data automation generation test Use-case, it is to avoid the repetition of manual compiling process is cumbersome, effectively lifts testing efficiency, reduces testing cost.
One of ordinary skill in the art will appreciate that all or part of flow in above-described embodiment method is realized, It can be by computer program to instruct the hardware of correlation to complete, described program can be stored in a calculating In machine read/write memory medium, the program is upon execution, it may include such as the flow of the embodiment of above-mentioned each method. Wherein, described storage medium can for magnetic disc, CD, read-only memory (Read-Only Memory, ) or random access memory (Random Access Memory, RAM) etc. ROM.
Above disclosure is only preferred embodiment of present invention, can not limit the present invention's with this certainly Interest field, therefore the equivalent variations made according to the claims in the present invention, still belong to the scope that the present invention is covered.

Claims (11)

1. a kind of method of testing, it is characterised in that including:
Obtain the data type of at least one input parameter of tested interface;
At least one set of test data is generated according to the equivalence class of the data type of each input parameter;
According to described at least one test case of at least one set of Test data generation;
Perform the test result that at least one described test case obtains the tested interface.
2. the method as described in claim 1, it is characterised in that the acquisition is tested at least one of interface Before the data type of input parameter, in addition to:
Prestore at least one data type and the equivalence class of each data type;
Wherein, the data type includes:Any of integer, array, character, character string, pointer; The equivalence class includes effective equivalence class and invalid equivalence class.
3. the method as described in profit requires 1 or 2, it is characterised in that the acquisition is tested at least the one of interface The data type of individual input parameter, including:
The header file of the tested interface of inquiry;
The data type of at least one input parameter is read from the header file of the tested interface.
4. method as claimed in claim 2, it is characterised in that the data of each input parameter of basis At least one set of test data of equivalence class generation of type, including:
The equivalence class of the data type of each input parameter is inquired about from memory space;
The equivalence class of the data type of each input parameter is subjected to permutation and combination, at least one set of test number of generation According to.
5. method as claimed in claim 4, it is characterised in that described according at least one set of test number According at least one test case of generation, including:
Each group of test data is chosen from least one set of test data;
Each test case is sequentially generated according to each group of selected test data.
6. a kind of test device, it is characterised in that including:
Data type acquiring unit, the data type of at least one input parameter for obtaining tested interface;
Test data generation unit, the equivalence class generation for the data type according to each input parameter is at least One group of test data;
Test cases technology unit, is used at least one test according at least one set of Test data generation Example;
Test cell, the test result of the tested interface is obtained for performing at least one described test case.
7. device as claimed in claim 6, it is characterised in that also include:
Memory cell, the equivalence class for prestoring at least one data type and each data type;
Wherein, the data type includes:Any of integer, array, character, character string, pointer; The equivalence class includes effective equivalence class and invalid equivalence class.
8. device as claimed in claims 6 or 7, it is characterised in that the data type acquiring unit bag Include:
Header file query unit, the header file for inquiring about tested interface;
Reading unit, the data for reading at least one input parameter from the header file of the tested interface Type.
9. device as claimed in claim 7, it is characterised in that the test data generation unit includes:
Equivalence class query unit, the equivalence of the data type for inquiring about each input parameter from memory space Class;
Assembled unit, for the equivalence class of the data type of each input parameter to be carried out into permutation and combination, generation At least one set of test data.
10. device as claimed in claim 9, it is characterised in that the Test cases technology unit includes:
Unit is chosen, for choosing each group of test data from least one set of test data;
Use-case generation unit, is used for sequentially generating each test according to each group of selected test data Example.
11. a kind of terminal, it is characterised in that including the test device as described in claim any one of 6-10.
CN201610185742.5A 2016-03-29 2016-03-29 Test method, test device, test terminal and storage medium Active CN107239392B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610185742.5A CN107239392B (en) 2016-03-29 2016-03-29 Test method, test device, test terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610185742.5A CN107239392B (en) 2016-03-29 2016-03-29 Test method, test device, test terminal and storage medium

Publications (2)

Publication Number Publication Date
CN107239392A true CN107239392A (en) 2017-10-10
CN107239392B CN107239392B (en) 2021-02-12

Family

ID=59983755

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610185742.5A Active CN107239392B (en) 2016-03-29 2016-03-29 Test method, test device, test terminal and storage medium

Country Status (1)

Country Link
CN (1) CN107239392B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107832220A (en) * 2017-11-15 2018-03-23 中国银行股份有限公司 A kind of method and system for generating test script
CN108763070A (en) * 2018-05-16 2018-11-06 北京金山云网络技术有限公司 Generation method, device and the electronic equipment of test data
CN109684188A (en) * 2017-10-19 2019-04-26 北京京东尚科信息技术有限公司 Test method and device
CN109933524A (en) * 2019-01-31 2019-06-25 平安科技(深圳)有限公司 Interface test method, device, computer equipment and storage medium
CN110221960A (en) * 2019-04-19 2019-09-10 平安科技(深圳)有限公司 Generate method and device, the computer equipment, storage medium of test case
CN110287118A (en) * 2019-06-28 2019-09-27 四川长虹电器股份有限公司 The test data generating method and method for testing software of test case
CN110297760A (en) * 2019-05-22 2019-10-01 平安普惠企业管理有限公司 Building method, device, equipment and the computer readable storage medium of test data
CN110334009A (en) * 2019-05-28 2019-10-15 中国平安人寿保险股份有限公司 Automatic example generation method, device, terminal and storage medium
CN111897742A (en) * 2020-09-30 2020-11-06 支付宝(杭州)信息技术有限公司 Method and device for generating intelligent contract test case
CN112131093A (en) * 2019-06-24 2020-12-25 腾讯科技(深圳)有限公司 Chaos test-based test case automatic generation method and device
CN112202636A (en) * 2020-09-29 2021-01-08 中国银行股份有限公司 Communication test method and system
CN113190436A (en) * 2021-04-20 2021-07-30 北京异乡旅行网络科技有限公司 Test case generation method and device and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101183332A (en) * 2007-11-21 2008-05-21 北京中星微电子有限公司 Method and device for automatically generating testing datasets by program content
CN101860460A (en) * 2010-05-14 2010-10-13 东南大学 Web composite service test method of extension-based hierarchical colored Petri net
CN101867501A (en) * 2010-05-25 2010-10-20 北京宜富泰网络测试实验室有限公司 Method and system for automatically testing consistence of SNMP (Simple Network Management Protocol) interface information model
CN101996132A (en) * 2009-08-14 2011-03-30 中兴通讯股份有限公司 Method and device for automatically testing common object request broker architecture (CORBA) interfaces
US20130262934A1 (en) * 2012-03-27 2013-10-03 Ge Medical Systems Global Technology Company, Llc Method and apparatus for automatically generating a test script for a graphical user interface

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101183332A (en) * 2007-11-21 2008-05-21 北京中星微电子有限公司 Method and device for automatically generating testing datasets by program content
CN101996132A (en) * 2009-08-14 2011-03-30 中兴通讯股份有限公司 Method and device for automatically testing common object request broker architecture (CORBA) interfaces
CN101860460A (en) * 2010-05-14 2010-10-13 东南大学 Web composite service test method of extension-based hierarchical colored Petri net
CN101867501A (en) * 2010-05-25 2010-10-20 北京宜富泰网络测试实验室有限公司 Method and system for automatically testing consistence of SNMP (Simple Network Management Protocol) interface information model
US20130262934A1 (en) * 2012-03-27 2013-10-03 Ge Medical Systems Global Technology Company, Llc Method and apparatus for automatically generating a test script for a graphical user interface

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109684188A (en) * 2017-10-19 2019-04-26 北京京东尚科信息技术有限公司 Test method and device
CN109684188B (en) * 2017-10-19 2022-04-12 北京京东尚科信息技术有限公司 Test method and device
CN107832220A (en) * 2017-11-15 2018-03-23 中国银行股份有限公司 A kind of method and system for generating test script
CN108763070A (en) * 2018-05-16 2018-11-06 北京金山云网络技术有限公司 Generation method, device and the electronic equipment of test data
CN109933524A (en) * 2019-01-31 2019-06-25 平安科技(深圳)有限公司 Interface test method, device, computer equipment and storage medium
CN110221960A (en) * 2019-04-19 2019-09-10 平安科技(深圳)有限公司 Generate method and device, the computer equipment, storage medium of test case
CN110297760A (en) * 2019-05-22 2019-10-01 平安普惠企业管理有限公司 Building method, device, equipment and the computer readable storage medium of test data
CN110334009A (en) * 2019-05-28 2019-10-15 中国平安人寿保险股份有限公司 Automatic example generation method, device, terminal and storage medium
CN112131093A (en) * 2019-06-24 2020-12-25 腾讯科技(深圳)有限公司 Chaos test-based test case automatic generation method and device
CN110287118A (en) * 2019-06-28 2019-09-27 四川长虹电器股份有限公司 The test data generating method and method for testing software of test case
CN112202636A (en) * 2020-09-29 2021-01-08 中国银行股份有限公司 Communication test method and system
CN112202636B (en) * 2020-09-29 2022-06-17 中国银行股份有限公司 Communication test method and system
CN111897742A (en) * 2020-09-30 2020-11-06 支付宝(杭州)信息技术有限公司 Method and device for generating intelligent contract test case
US11204860B2 (en) 2020-09-30 2021-12-21 Alipay (Hangzhou) Information Technology Co., Ltd. Methods and apparatuses for generating smart contract test case
CN113190436A (en) * 2021-04-20 2021-07-30 北京异乡旅行网络科技有限公司 Test case generation method and device and storage medium

Also Published As

Publication number Publication date
CN107239392B (en) 2021-02-12

Similar Documents

Publication Publication Date Title
CN107239392A (en) A kind of method of testing, device and terminal
CN102520972B (en) Video game development system and method thereof
CN101706725A (en) Method and system for loading and debugging relocatable program
CN109933521A (en) Automated testing method, device, computer equipment and storage medium based on BDD
CN112114892A (en) Deep learning model obtaining method, loading method and selecting method
CN112148278A (en) Visual block chain intelligent contract framework and intelligent contract development and deployment method
CN110597730A (en) Scene method based automatic test case generation method and system
CN107832059A (en) A kind of code Static Analysis Method and device based on Makefile
CN112214210A (en) Logistics business rule engine and configuration method, device, equipment and storage medium thereof
CN103186463B (en) Determine the method and system of the test specification of software
CN107122219A (en) The acquisition methods and device of installation file
CN108345449A (en) A kind of information processing method, device, storage medium and computer equipment
CN114610640A (en) Fuzzy testing method and system for trusted execution environment of Internet of things
CN114138674A (en) Automatic testing method and device and computer equipment
CN111399828A (en) Model-driven logic device modeling method and terminal
CN111723020A (en) Method, device and equipment for testing electric energy meter testing software
CN108021621A (en) Database data acquisition method, application server and computer-readable recording medium
CN114238071A (en) DCS software automatic verification system and method based on digital simulation technology
CN107357721B (en) Method and device for testing system
CN103049374A (en) Automatic testing method and device
CN108694049A (en) A kind of method and apparatus of update software
CN112561690A (en) Method, system, equipment and storage medium for testing credit card staging service interface
CN107066391A (en) The processing method and system of test case
CN108243238A (en) The acquisition method and device of a kind of performance data
CN116540994A (en) Method, control device and storage medium for generating route by configuring reaction item

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