Best practice of Jmeter: BeahShell Server

1. Introduction Here are the official documents The BeanShell interpreter has a very useful feature - it can act as a server, which is accessible by telnet or http. 2. Use Using BeahShell Server, you can dynamically change the running parameters, such as the number of threads and interval time, during the running of the test plan Scen ...

Posted by codects on Sat, 05 Mar 2022 02:44:06 +0100

Simple second kill system - optimization I (detailed notes)

Introduction and optimization process of simple second kill system windows native hardware configuration: 8-core 32G linux server hardware configuration: 2-core 4G Foreword, the optimized simple second kill system does not involve distribution, so naturally there are no technical points such as master-slave replication. Here, we should a ...

Posted by 22Pixels on Fri, 18 Feb 2022 17:03:17 +0100

Software testing skills, JMeter stress testing tutorial, request body to automatically sign with sign parameter

1, Foreword The interface request body has a sign signature parameter. The sign signature is generated by splicing the request parameters and finally md5 encrypting the request parameters after removing the sign parameter from the request body Using jmeter to test the interface, we hope to modify the value of the sign parameter in the pos ...

Posted by tylerdurden on Thu, 10 Feb 2022 23:09:55 +0100

How to quickly schedule the millions of concurrent capabilities of PTS

Author: Ling ran In the actual business scenario, pressure testing is an essential part. Whether it is the evaluation of performance bottlenecks such as servers, databases and networks, the business continuity guarantee of important traffic nodes such as browsing, ordering and payment, or the estimation of the overall business stability of the ...

Posted by prasad_deba on Tue, 18 Jan 2022 17:30:04 +0100

Awesome, front-end automated test framework cypress

automated testing In order to ensure software quality and reduce repetitive testing, automated testing has been widely used. Automated testing is a testing method that uses specific software to control the testing process and compare the difference between the actual results and the expected results. By automating the test, we can transform ...

Posted by jdnet on Mon, 17 Jan 2022 12:24:58 +0100

jmeter JSR223 PostProcessor operation

background Recently, the project needs to test the performance of creating orders, but the surcharge input parameter when creating orders is very complex. There is a large section of surcharge to be constructed, and the surcharge of different products is different. The data structure is array type. difficulty Most of the online tutorials ext ...

Posted by jfgreco915 on Sun, 19 Dec 2021 07:24:05 +0100