If you need to copy the data from one Excel file into another Excel using…
Category: Automation
Soft Assertions: Where and when we can use it?
Where we can use it? To tackle the disadvantage of Hard Assertions where we want…
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…
Selenium: Need an extension while running your Selenium scripts?
Do you need an extension while running your Selnium scripts? Though I am not able…
SLF4J: failed to load class org slf4j impl staticloggerbinder
Are you facing this warning or an error?SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.SLF4J: Defaulting to…
Copy and paste Java code from the clipboard to your Eclipse
Small but a cool and old trick for copy-pasting Java code in Eclipse. I have…
The best place to add code for taking Screenshots (Selenium with Java)
If your UI automation code takes screenshots of failure in the test method or page…
Pickles- Living doc generator of your Gherkin feature files
You have a set of BDD feature files written in the Gherkin language but your…
Cucumber interchangeable keywords
Did you know that the following keywords are interchangeable in cucumber, but should be better…