ak91.hashnode.devLabel requests by reponse time in JMeterJMeter is a defacto standard in performance measurement. There are a lot of existing plugins you can add easily to your project, but sometimes additional functionality needed. In this case JSR223 Sampler is the solution. With use of this sampler you ...Jul 5, 2020·3 min read
ak91.hashnode.devHandle browser dialog windowAutoIt is a freeware BASIC-like scripting language for Microsoft Windows. It is a tool to handle dialog windows, like in case of file download. There is an editor, which helps you to write scripts. It is available here. Parameter $CmdLine[1]contains ...Jan 26, 2019·1 min read
ak91.hashnode.devUFT and LR are blocking other IDEsIntelliJ IDEA Community Edition and Eclipse cannot be started after UFT and LR are installed on Windows 8.1. This is a common problem, it comes when some environment values are overwritten by these tools. When you install UFT/LR they update some envi...Jan 26, 2019·1 min read
ak91.hashnode.devConnect to Oracle SQL databaseYou can achieve this with a Groovy script. First of all, we need connection string. It looks like this: jdbc:oracle:<drivertype>:<user>/<password>@<database> (e.g. jdbc:oracle:thin:scott/tiger@host:1521:xe) 1. public class sqlconnect { 1. private st...Jan 26, 2019·1 min read