CN112817858B - Method and computer equipment for batch generation of test data based on Jmeter - Google Patents

Method and computer equipment for batch generation of test data based on Jmeter Download PDF

Info

Publication number
CN112817858B
CN112817858B CN202110163277.6A CN202110163277A CN112817858B CN 112817858 B CN112817858 B CN 112817858B CN 202110163277 A CN202110163277 A CN 202110163277A CN 112817858 B CN112817858 B CN 112817858B
Authority
CN
China
Prior art keywords
jmeter
server
uploading
picture
preset storage
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
CN202110163277.6A
Other languages
Chinese (zh)
Other versions
CN112817858A (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.)
Shenzhen Sekorm Component Network Co Ltd
Original Assignee
Shenzhen Sekorm Component Network 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 Shenzhen Sekorm Component Network Co Ltd filed Critical Shenzhen Sekorm Component Network Co Ltd
Priority to CN202110163277.6A priority Critical patent/CN112817858B/en
Publication of CN112817858A publication Critical patent/CN112817858A/en
Application granted granted Critical
Publication of CN112817858B publication Critical patent/CN112817858B/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
    • 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

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)
  • Facsimiles In General (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention relates to a method and computer equipment for batch generation of test data based on Jmeter. The method comprises the following steps: s1, storing a plurality of picture files in a first preset storage position and storing a plurality of document files in a second preset storage position; s2, configuring Jmeter interface parameters, wherein the Jmeter interface parameters comprise a user account, an account password, a server address, a first preset storage position and a second preset storage position; s3, logging in a server corresponding to the server address by using the user account and the account password, and acquiring an account token returned by the server; s4, uploading the picture file stored in the first preset storage position to a server, and acquiring a picture path returned by the server; uploading a document file stored in a second preset position to a server, and acquiring a file token returned by the server; s5, repeatedly executing the steps S3 to S4, and storing the account token, the file token and the picture path which are generated in each cycle. According to the invention, jmeter is used for simulating manual data entry, so that the labor is saved and the testing efficiency is improved.

Description

Method and computer equipment for batch generation of test data based on Jmeter
Technical Field
The invention relates to the field of software automation testing, in particular to a method and computer equipment for generating test data in batches based on Jmeter.
Background
The Jmeter tool is an open source testing tool and is used for automatic testing of various server software, interfaces and the like. A complete Jmeter script should include at least test plans, test steps, expected results, thread groups, parameterized files, http requests, responses, results trees, and reports. When Jmeter is used, a large amount of test data needs to be constructed, the prior art relies on manpower to construct the large amount of test data, and a large amount of manpower is required to be consumed, so that the cost is high and the efficiency is low.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a method and computer equipment for generating test data in batches based on Jmeter aiming at the defects in the prior art.
The technical scheme adopted for solving the technical problems is as follows: a method of constructing Jmeter-based batch generation of test data, comprising:
s1, storing a plurality of picture files in a first preset storage position and storing a plurality of document files in a second preset storage position;
s2, configuring Jmeter interface parameters, wherein the Jmeter interface parameters comprise a user account, an account password, a server address, the first preset storage position and the second preset storage position;
S3, executing the Jmeter interface parameters, logging in a server corresponding to the server address by using the user account and the account password, and acquiring an account token returned by the server;
S4, uploading the picture file stored in the first preset storage position to the server, and acquiring a picture path returned by the server; uploading the document file stored in the second preset storage position to the server, and acquiring a file token returned by the server;
And S5, repeatedly executing the step S3 to the step S4, and storing the account token, the file token and the picture path which are generated each time in a circulating way.
Further, in the method for generating test data based on Jmeter batches according to the present invention, the Jmeter interface parameters in step S2 further include a picture file uploading sequence;
the uploading the picture file stored in the first preset storage location to the server in the step S4 includes: and uploading the picture files stored in the first preset storage position to the server according to the picture file uploading sequence.
Further, in the method for generating test data based on Jmeter batches according to the present invention, the Jmeter interface parameters in the step S2 further include a picture file uploading sequence and a first uploading number;
The uploading the picture file stored in the first preset storage location to the server in the step S4 includes: uploading the first uploading number of the picture files stored in the first preset storage position to the server according to the picture file uploading sequence.
Further, in the method for generating test data based on Jmeter batches according to the present invention, the Jmeter interface parameters in the step S2 further include a document file uploading sequence;
The uploading the document file stored in the second preset storage location to the server in the step S4 includes: and uploading the document files stored in the second preset storage position to the server according to the document file uploading sequence.
Further, in the method for generating test data based on Jmeter batches according to the present invention, the Jmeter interface parameters in the step S2 further include a document file upload sequence and a second upload number;
The uploading the document file stored in the second preset storage location to the server in the step S4 includes: uploading the second uploading number of the document files stored in the second preset storage position to the server according to the document file uploading sequence.
Further, in the method for generating test data based on Jmeter batches according to the present invention, in the step S5:
After each execution of the steps S3 to S4, judging whether the current cycle number reaches the preset configuration test number or not; if not, continuing to circularly execute the step S3 to the step S4; if yes, stopping the circulation.
Further, in the method for generating test data based on Jmeter batches according to the present invention, after the step S5, the method further includes:
And S6, importing all the stored account token, the file token and the picture path into Jmeter scripts to generate Jmeter test scripts.
Further, in the method for generating test data based on Jmeter batches according to the present invention, after the step S6, the method further includes:
And S7, executing the Jmeter test script to generate test data.
Further, in the method for generating test data in batches based on Jmeter of the invention, the picture file is a jpg format picture, and the document file is a PDF document.
In addition, the invention also provides computer equipment, which comprises a memory and a processor;
the memory is used for storing a computer program;
The processor is configured to execute the computer program stored in the memory to implement the method for batch generation of test data based on Jmeter as described above.
The method and the computer equipment for generating the test data based on Jmeter batches have the following beneficial effects: according to the invention, jmeter is used for simulating manual data entry, so that the labor is saved and the testing efficiency is improved.
Drawings
The invention will be further described with reference to the accompanying drawings and examples, in which:
FIG. 1 is a flow chart of a method for batch generation of test data based on Jmeter, as provided by one embodiment;
FIG. 2 is a flow chart of a method for batch generation of test data based on Jmeter, as provided by one embodiment;
FIG. 3 is a flow chart of a method for batch generation of test data based on Jmeter, as provided by one embodiment.
Detailed Description
For a clearer understanding of technical features, objects and effects of the present invention, a detailed description of embodiments of the present invention will be made with reference to the accompanying drawings.
In a preferred embodiment, referring to fig. 1, the method for generating test data based on Jmeter batches of this embodiment includes the steps of:
S1, storing a plurality of picture files in a first preset storage position, and storing a plurality of document files in a second preset storage position. Specifically, the user stores the picture file required for the test in a first preset storage location, for example, in a folder. The user stores the document file required for the test to a second preset storage location, for example in a folder. Alternatively, the picture file is a jpg format picture, and the document file is a PDF document.
S2, configuring Jmeter interface parameters, wherein the Jmeter interface parameters comprise a user account, an account password, a server address, a first preset storage position and a second preset storage position. Specifically, the user accounts and the account passwords are in one-to-one correspondence, a group of user accounts and account passwords can be configured, and a plurality of groups of user accounts and account passwords can also be configured. Alternatively, the server address is a web page address.
S3, executing Jmeter interface parameters, logging in a server corresponding to the server address by using the user account and the account password, and acquiring an account token returned by the server. Specifically, the parameters of the interface Jmeter are automatically executed, the server corresponding to the address of the server is called for logging in the user account and the account password, the server returns the account Token after the login is successful, it can be understood that the Token is a string of character strings generated by the server and is used as a Token for the client to request, when the server logs in for the first time, the server generates a Token and returns the Token to the client, and the client only needs to carry the Token to request data before carrying the Token, and does not need to carry the user account and the account password again.
S4, uploading the picture file stored in the first preset storage position to a server, and acquiring a picture path returned by the server; uploading the document file stored in the second preset storage position to a server, and acquiring a file token returned by the server. Specifically, the method automatically executes Jmeter interface parameters, reads the picture file stored in the first preset storage position, uploads the picture file stored in the first preset storage position to the server, and the server returns a picture path for storing the picture file, namely, the picture file can be accessed through the picture path later. Automatically executing Jmeter interface parameters, reading the document file stored in the second preset storage position, uploading the document file stored in the second preset storage position to a server, and returning a file token corresponding to the document file by the server.
S5, repeatedly executing the steps S3 to S4, and storing the account token, the file token and the picture path which are generated in each cycle. Specifically, the account token, the file token and the picture path generated in each cycle are a group of data, and each group of data is stored correspondingly, so that the subsequent call is convenient.
According to the embodiment, jmeter is used for simulating manual data input, automatically logging in an account, automatically uploading picture files and document files, automatically storing return data, saving manpower and improving testing efficiency.
In a preferred embodiment, referring to fig. 2, the method for generating test data based on Jmeter batches of the present embodiment includes the steps of:
S11, storing a plurality of picture files in a first preset storage position and storing a plurality of document files in a second preset storage position. Specifically, the user stores the picture file required for the test in a first preset storage location, for example, in a folder. The user stores the document file required for the test to a second preset storage location, for example in a folder. Alternatively, the picture file is a jpg format picture, and the document file is a PDF document.
S21, configuring Jmeter interface parameters, wherein the Jmeter interface parameters comprise a user account, an account password, a server address, a first preset storage position, a second preset storage position and a picture file uploading sequence. Specifically, the user accounts and the account passwords are in one-to-one correspondence, a group of user accounts and account passwords can be configured, and a plurality of groups of user accounts and account passwords can also be configured. The image file uploading sequence refers to the sequence of uploading the image file to the server, and the image file uploading sequence is sequentially uploaded in each cycle. Alternatively, the server address is a web page address.
S31, executing Jmeter interface parameters, logging in a server corresponding to the server address by using the user account and the account password, and acquiring an account token returned by the server. Specifically, the parameters of the interface Jmeter are automatically executed, the server corresponding to the address of the server is called for logging in the user account and the account password, the server returns the account Token after the login is successful, it can be understood that the Token is a string of character strings generated by the server and is used as a Token for the client to request, when the server logs in for the first time, the server generates a Token and returns the Token to the client, and the client only needs to carry the Token to request data before carrying the Token, and does not need to carry the user account and the account password again.
S41, uploading the picture files stored in the first preset storage position to a server according to the picture file uploading sequence, and acquiring a picture path returned by the server; uploading the document file stored in the second preset storage position to a server, and acquiring a file token returned by the server. Specifically, the method includes automatically executing Jmeter interface parameters, reading the picture files stored in the first preset storage position according to the picture file uploading sequence, uploading the picture files stored in the first preset storage position to a server, and returning a picture path for storing the picture files by the server, namely, enabling the picture files to be accessed through the picture path later. Automatically executing Jmeter interface parameters, reading the document file stored in the second preset storage position, uploading the document file stored in the second preset storage position to a server, and returning a file token corresponding to the document file by the server.
Optionally, if the Jmeter interface parameters in step S21 further include a picture file uploading order and a first uploading number, where the picture file uploading order refers to an order in which the picture files are uploaded to the server, and the picture file uploading order is sequentially uploaded in each cycle; the first upload number refers to the number of uploading picture files per cycle. Correspondingly, in step S4, the first uploading number of the picture files stored in the first preset storage position is uploaded to the server according to the picture file uploading sequence. Alternatively, the number of the picture files uploaded each time may be the same or different, i.e. the number of the picture files uploaded each time may be set separately.
S51, repeatedly executing the steps S31 to S41, and storing an account token, a file token and a picture path generated in each cycle. Specifically, the account token, the file token and the picture path generated in each cycle are a group of data, and each group of data is stored correspondingly, so that the subsequent call is convenient.
According to the embodiment, jmeter is used for simulating manual data input, automatically logging in an account, automatically uploading picture files and document files, automatically storing return data, saving manpower and improving testing efficiency. Further, the embodiment considers the uploading sequence of the picture files and the number of each uploading so as to simulate more manual data and increase the data authenticity.
In a preferred embodiment, referring to fig. 3, the method for generating test data based on Jmeter batches of this embodiment includes the steps of:
S12, storing a plurality of picture files in a first preset storage position and storing a plurality of document files in a second preset storage position. Specifically, the user stores the picture file required for the test in a first preset storage location, for example, in a folder. The user stores the document file required for the test to a second preset storage location, for example in a folder. Alternatively, the picture file is a jpg format picture, and the document file is a PDF document.
S22, configuring Jmeter interface parameters, wherein the Jmeter interface parameters comprise a user account, an account password, a server address, a first preset storage position, a second preset storage position and a document file uploading sequence. Specifically, the user accounts and the account passwords are in one-to-one correspondence, a group of user accounts and account passwords can be configured, and a plurality of groups of user accounts and account passwords can also be configured. The document file uploading sequence refers to the sequence of uploading the document file to the server, and the document file uploading sequence is sequentially uploaded in each cycle. Alternatively, the server address is a web page address.
S32, executing Jmeter interface parameters, logging in a server corresponding to the server address by using the user account and the account password, and acquiring an account token returned by the server. Specifically, the parameters of the interface Jmeter are automatically executed, the server corresponding to the address of the server is called for logging in the user account and the account password, the server returns the account Token after the login is successful, it can be understood that the Token is a string of character strings generated by the server and is used as a Token for the client to request, when the server logs in for the first time, the server generates a Token and returns the Token to the client, and the client only needs to carry the Token to request data before carrying the Token, and does not need to carry the user account and the account password again.
S42, uploading the picture file stored in the first preset storage position to a server, and acquiring a picture path returned by the server; uploading the document files stored in the second preset storage position to a server according to the document file uploading sequence, and acquiring a file token returned by the server. Specifically, the method automatically executes Jmeter interface parameters, reads the picture file stored in the first preset storage position, uploads the picture file stored in the first preset storage position to the server, and the server returns a picture path for storing the picture file, namely, the picture file can be accessed through the picture path later. Automatically executing Jmeter interface parameters, reading the document files stored in the second preset storage position according to the document file uploading sequence, uploading the document files stored in the second preset storage position to a server, and returning a file token corresponding to the document files by the server.
Alternatively, if the Jmeter interface parameters in step S22 further include a document file uploading order and a second uploading number, where the document file uploading order refers to an order in which the document files are uploaded to the server, and the document file uploading order is sequentially uploaded in each cycle; the second upload number refers to the number of uploading document files per cycle. Correspondingly, in step S4, the second uploading number of the document files stored in the second preset storage position is uploaded to the server according to the document file uploading sequence, and the number of the document files uploaded in each cycle may be the same or different, i.e. the number of the document files uploaded in each cycle may be set independently.
S52, repeatedly executing the steps S32 to S42, and storing the account token, the file token and the picture path generated in each cycle. Specifically, the account token, the file token and the picture path generated in each cycle are a group of data, and each group of data is stored correspondingly, so that the subsequent call is convenient.
According to the embodiment, jmeter is used for simulating manual data input, automatically logging in an account, automatically uploading picture files and document files, automatically storing return data, saving manpower and improving testing efficiency. Further, the embodiment considers the uploading sequence of the document files and the number of each uploading to simulate more manual data and increase the data authenticity.
In the method for generating test data based on Jmeter batches according to an embodiment, after each execution of steps S3 to S4 in step S5, it is determined whether the current cycle number reaches a preset configuration test number, and the preset configuration test number is configured according to the test requirement. If the current circulation times do not reach the preset configuration test times, continuing to circulate to execute the steps S3 to S4, and continuing to generate the account token, the file token and the picture path. If the current circulation times reach the preset configuration test times, the data quantity is indicated to reach the requirement, and circulation is stopped.
In the method for generating test data based on Jmeter batches according to an embodiment, after step S5, the method further includes: s6, importing all the stored account token, file token and picture path into Jmeter script, and importing according to the corresponding relation of each group of account token, file token and picture path when importing, so as to generate Jmeter test script.
In the method for generating test data based on Jmeter batches according to an embodiment, after step S6, the method further includes: and S7, executing Jmeter test scripts to generate test data.
In a preferred embodiment, the computer device of the present embodiment includes a memory for storing a computer program and a processor; the processor is configured to execute the computer program stored in the memory to implement the method of batch generation of test data based on Jmeter as described above. The computer equipment of this embodiment uses Jmeter simulation manual entry data, uses the manpower sparingly and improves efficiency of software testing simultaneously.
In the present specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, and identical and similar parts between the embodiments are all enough to refer to each other. For the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative elements and steps are described above generally in terms of functionality in order to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. The software modules may be disposed in Random Access Memory (RAM), memory, read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The above embodiments are provided to illustrate the technical concept and features of the present invention and are intended to enable those skilled in the art to understand the content of the present invention and implement the same according to the content of the present invention, and not to limit the scope of the present invention. All equivalent changes and modifications made with the scope of the claims should be covered by the claims.

Claims (8)

1. A method for batch generation of test data based on Jmeter, comprising:
s1, storing a plurality of picture files in a first preset storage position and storing a plurality of document files in a second preset storage position;
s2, configuring Jmeter interface parameters, wherein the Jmeter interface parameters comprise a user account, an account password, a server address, the first preset storage position and the second preset storage position;
S3, executing the Jmeter interface parameters, logging in a server corresponding to the server address by using the user account and the account password, and acquiring an account token returned by the server;
S4, uploading the picture file stored in the first preset storage position to the server, and acquiring a picture path returned by the server; uploading the document file stored in the second preset storage position to the server, and acquiring a file token returned by the server;
S5, repeatedly executing the step S3 to the step S4, and storing the account token, the file token and the picture path which are generated each time in a circulating way;
S6, importing all stored account token, file token and picture path into Jmeter scripts to generate Jmeter test scripts;
And S7, executing the Jmeter test script to generate test data.
2. The method for batch generation of test data based on Jmeter of claim 1, wherein the Jmeter interface parameters in step S2 further include a picture file upload order;
the uploading the picture file stored in the first preset storage location to the server in the step S4 includes: and uploading the picture files stored in the first preset storage position to the server according to the picture file uploading sequence.
3. The method for batch generation of test data based on Jmeter of claim 1, wherein the Jmeter interface parameters in step S2 further include a picture file upload order and a first upload number;
The uploading the picture file stored in the first preset storage location to the server in the step S4 includes: uploading the first uploading number of the picture files stored in the first preset storage position to the server according to the picture file uploading sequence.
4. The method for batch generation of test data based on Jmeter of claim 1, wherein the Jmeter interface parameters of step S2 further include a document file upload order;
The uploading the document file stored in the second preset storage location to the server in the step S4 includes: and uploading the document files stored in the second preset storage position to the server according to the document file uploading sequence.
5. The method for batch generation of test data based on Jmeter of claim 1, wherein the Jmeter interface parameters of step S2 further include a document file upload order and a second upload number;
The uploading the document file stored in the second preset storage location to the server in the step S4 includes: uploading the second uploading number of the document files stored in the second preset storage position to the server according to the document file uploading sequence.
6. The method for batch generation of test data based on Jmeter of claim 1, wherein in step S5:
After each execution of the steps S3 to S4, judging whether the current cycle number reaches the preset configuration test number or not; if not, continuing to circularly execute the step S3 to the step S4; if yes, stopping the circulation.
7. The method for batch generation of test data based on Jmeter of claim 1, wherein the picture file is a jpg format picture and the document file is a PDF document.
8. A computer device comprising a memory and a processor;
the memory is used for storing a computer program;
the processor is configured to execute a computer program stored in the memory to implement the method of generating test data based on Jmeter batches as claimed in any one of claims 1 to 7.
CN202110163277.6A 2021-02-05 2021-02-05 Method and computer equipment for batch generation of test data based on Jmeter Active CN112817858B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110163277.6A CN112817858B (en) 2021-02-05 2021-02-05 Method and computer equipment for batch generation of test data based on Jmeter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110163277.6A CN112817858B (en) 2021-02-05 2021-02-05 Method and computer equipment for batch generation of test data based on Jmeter

Publications (2)

Publication Number Publication Date
CN112817858A CN112817858A (en) 2021-05-18
CN112817858B true CN112817858B (en) 2024-04-19

Family

ID=75861867

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110163277.6A Active CN112817858B (en) 2021-02-05 2021-02-05 Method and computer equipment for batch generation of test data based on Jmeter

Country Status (1)

Country Link
CN (1) CN112817858B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106028381A (en) * 2016-05-24 2016-10-12 广州杰赛科技股份有限公司 Method and device for testing transmission rate on mobile terminal
CN107341109A (en) * 2017-07-07 2017-11-10 中国银行股份有限公司 The generation method and system of a kind of test data
CN108563584A (en) * 2018-05-09 2018-09-21 平安普惠企业管理有限公司 Test data generating method, device, computer equipment and storage medium
CN111752837A (en) * 2020-06-24 2020-10-09 北京百度网讯科技有限公司 View base system test method, device, equipment and storage medium
WO2020253079A1 (en) * 2019-06-17 2020-12-24 平安科技(深圳)有限公司 Jmeter-based distributed performance test method and apparatus, device, and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050246390A1 (en) * 2001-08-24 2005-11-03 House Richard W Enterprise test data management system utilizing automatically created test data structures and related methods

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106028381A (en) * 2016-05-24 2016-10-12 广州杰赛科技股份有限公司 Method and device for testing transmission rate on mobile terminal
CN107341109A (en) * 2017-07-07 2017-11-10 中国银行股份有限公司 The generation method and system of a kind of test data
CN108563584A (en) * 2018-05-09 2018-09-21 平安普惠企业管理有限公司 Test data generating method, device, computer equipment and storage medium
WO2020253079A1 (en) * 2019-06-17 2020-12-24 平安科技(深圳)有限公司 Jmeter-based distributed performance test method and apparatus, device, and storage medium
CN111752837A (en) * 2020-06-24 2020-10-09 北京百度网讯科技有限公司 View base system test method, device, equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Jmeter接口测试实战(二):一粒云项目;小蝌蚪找妈妈;《CSDN》;全文 *
上海-悠悠.《腾讯云-开发者社区》.2019,全文. *

Also Published As

Publication number Publication date
CN112817858A (en) 2021-05-18

Similar Documents

Publication Publication Date Title
CN108491475B (en) Data rapid batch import method, electronic device and computer readable storage medium
CN110716870B (en) Automatic service testing method and device
CN109408375B (en) Method and device for generating interface document
CN112765023B (en) Test case generation method and device
CN110096434A (en) Interface testing method and device
CN114281680B (en) Web automatic testing method and system
CN107239392A (en) A kind of method of testing, device and terminal
CN109033150A (en) Sensitive word verification method, device, computer equipment and storage medium
CN111694749A (en) Automatic interface testing method and device, computer equipment and readable storage medium
CN110806970A (en) Client test method and device based on simulation server response and electronic equipment
CN109669859A (en) Service test method, device, computer equipment and storage medium
CN104750463B (en) A kind of developing plug method and system
CN108923997A (en) A kind of cloud service node automatic test approach and device based on python
CN111679982A (en) Automatic testing method for REST API (representational State transfer) interface software
CN111722873A (en) Code reconstruction method, device, equipment and medium
US10423793B2 (en) Install runtime agent for security test
CN112187580B (en) Automatic testing framework and testing method for gateway plug-in
CN114691529B (en) gPC interface performance test method and device
CN111625464A (en) Interface test method and device, storage medium and processor
CN116881166A (en) Method, device and system for generating test script
CN112817858B (en) Method and computer equipment for batch generation of test data based on Jmeter
CN114416547A (en) Test case based test method
US20160267277A1 (en) Application test using attack suggestions
CN112650689A (en) Test method, test device, electronic equipment and storage medium
CN115470152B (en) Test code generation method, test code generation device, and storage medium

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