Codekru

Avatar for Codekru

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 »

keyboard.down() method in Playwright Java

One of the essential features of Playwright Java is the keyboard.down() method. This method allows us to simulate user interactions with keyboard inputs accurately. Whether it’s pressing a single key, handling key modifiers, or emulating continuous key presses, keyboard.down() offers a wide array of possibilities to enhance the realism and accuracy of test scenarios. This …

keyboard.down() method in Playwright Java Read More »