top of page
Search
How to add custom Logic to the JMeter DSL code using BeanShell Processor
In order to add custom Logic to the Jmeter DSL code using the Beanshell processor you need to import the dependency of...
Dev Raj Sinha
Dec 6, 20231 min read
43 views
0 comments
How to convert jmx to JMeter DSL code
Jmeter DSL comes with a jar named jmdsl.jar to convert .jmx code to Jmeter DSL. Mentioned below are the steps :- Prerequisite/Steps:...
Dev Raj Sinha
Dec 6, 20231 min read
60 views
0 comments
Playwright automation tool | How to install playwright and run first test
To install playwright automation tool, you need to have the npm installed in your machine as prerequisite, if you plan to write tests...
Dev Raj Sinha
Nov 7, 20231 min read
12 views
0 comments
What are the ways to install Playwright
You can install Playwright in different programming languages using package managers. Here are the ways to install Playwright in various...
Dev Raj Sinha
Nov 4, 20231 min read
46 views
0 comments
How to Set POJO classes in Selenium
In Selenium WebDriver, a Plain Old Java Object (POJO) class is a Java class that encapsulates the properties and behaviors of a web page...
Dev Raj Sinha
Nov 3, 20232 min read
110 views
0 comments
How to use JavaScriptExecutor in Selenium webdriver to handle asynchronous functions
Handling asynchronous functions using JavaScriptExecutor in Selenium WebDriver allows you to work with JavaScript functions that perform...
Dev Raj Sinha
Nov 3, 20232 min read
7 views
0 comments
How to run tests in parallel in Selenium WebDriver in TestNg
Running tests in parallel is a great way to reduce test execution time and speed up the feedback loop in your automated testing process....
Dev Raj Sinha
Nov 3, 20232 min read
30 views
0 comments
How to run selenium automated tests on lambdaTest in cloud
Running Selenium automated tests on LambdaTest involves configuring your tests to use LambdaTest's cloud infrastructure as the Selenium...
Dev Raj Sinha
Nov 3, 20232 min read
5 views
0 comments
How to run selenium automated tests in Browserstack in cloud
Running Selenium automated tests in BrowserStack involves configuring your tests to use BrowserStack as the Selenium Grid. Here's a...
Dev Raj Sinha
Nov 3, 20232 min read
72 views
0 comments
How to do cross browser automation testing in Selenium using cloud (Saucelabs, Browserstack etc.)
Cross-browser automation testing in the cloud allows you to test your web applications on multiple browsers and platforms without having...
Dev Raj Sinha
Nov 3, 20232 min read
1 view
0 comments
bottom of page