Codekru

Response Assertion in Jmeter

Response Assertion is a powerful tool that ensures the accuracy of response parameters during load testing. It allows you to verify response codes, data, and other variables, ensuring that your application is functioning properly under heavy loads. By using Response Assertion, you can identify potential issues before they become critical problems, helping you to deliver […]

Response Assertion in Jmeter Read More »

JSR223 Assertion in Jmeter

JSR223 Assertion allows us to create custom validation rules using scripting languages like Groovy, JavaScript, and more. This article will discuss the JSR223 Assertion in detail. During load tests, testers can utilize JSR223 Assertion to make use of scripting languages such as Groovy, JavaScript, and Beanshell. This enables them to create validation logic for the

JSR223 Assertion in Jmeter Read More »

Transfer files from one remote server to another using Java

Previously, we discussed transferring files from local machines to remote servers, and this post will focus on copying or transferring files between remote servers. We will use the JSch library to connect and transfer the files from one remote server to another. To transfer files, we will proceed with the following steps – Let’s look at the

Transfer files from one remote server to another using Java Read More »