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…
Carbon: Excellent tool for code presentation
When attempting to post code on platforms that do not support syntax highlighting (such as…
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…
Easiest Way to Get the Crash Logs for iOS
Wondering how to get the crash logs for the apps being tested on iOS? The…