Talk about how Jmeter executes Python scripts concurrently

1. Preface Hello, I'm test Jun! Recently, a small partner left a message to me in the background, saying that he wrote an Api interface for uploading large files with Django. Now he wants to test the stability of interface concurrency locally and ask me if I have a good scheme This article takes file upload as an example to talk about the ...

Posted by Cheers on Thu, 09 Sep 2021 20:13:04 -0700

Jmeter+Ant+Jenkins build a continuously integrated interface testing framework

1, Jmeter+ant 1. First, we have recorded the Jmeter script by default and passed the test. There is a (query module. jmx) script   2. Copy ant-JMeter-1.1.1.jar in the extras subdirectory of the JMeter directory to the lib subdirectory of the Ant directory, so that the Ant runtime can find the class "org.programmerplanet.ant.taskdefs ...

Posted by saeed99 on Wed, 08 Sep 2021 02:52:06 -0700