There are multiple ways to achieve it but one of the simplest ways is to…
Tag: Tips
Which browsers should we use for cross-browser testing (manual/automation)?
The web browsers we should be supporting should be the ones that our client and…
Clipboardy: Node.js library
Clipboardy is a popular Node.js library that provides a cross-platform solution for interacting with the…
Restriction download option in Selenium
At times, we need to visit a page in our application that automatically starts downloading…
Playwright: Locator vs ElementHandle
Both Locator and ElementHandle are key concepts in Playwright for dealing with web page elements,…
Playwright: Context Options Configuration
Another great feature of the Playwright (Context Options Configuration) You can use it to create…
What happens when you also need to test how your application behaves on a slow connection using Selenium?
Execute the Selenium test suite on a slow network connection: public class SetNetworkConditions { public…
JavaUtil: Copy Data From One Excel To Another Using Apache POI
If you need to copy the data from one Excel file into another Excel using…
Online Gherkin Editor
IDEs such as Eclipse, IntelliJ, VS Code, and similar IDEs, are ideal for SDETs but…
Transitive and Excluded Dependency in Maven
Transitive dependency in Maven is a dependency that is automatically included in your project when…