Within ScenarioContext in SpecFlow, there are two distinct ways to share data between steps in…
Category: TestAutomation
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…
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…
Few useful Android Debug Bridge (ADB) Commands with Examples
Android Debug Bridge (ADB) Android Debug Bridge is a command-line utility tool, that provides interaction…
Best practices for API automation using Postman
1. Always use Collections and organize tests into folders for testing: Even Though the collection is…
Test Data Supplier (TestNG Data Provider wrapper)
Test Data Supplier (TestNG DataProvider wrapper) If you are a big fan of Stream and…
Properties Files in Java with Owner library
When we create an automation test framework, most of us use properties files to get…
Using Selenium- Want to clear all inputs in a web form quickly?
While submitting a form, at times, we get a use case where we need to…
Publish test results to Microsoft Teams, Slack, and many more
A simple, extendable, and excellent alerting tool to forward the test results from your CI/CD…