In this article, we will be seeing how we can build a CI/CD pipeline in…
Tag: Selenium
Automation
Continue Reading
Restriction download option in Selenium
At times, we need to visit a page in our application that automatically starts downloading…
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…
Selenium: Need an extension while running your Selenium scripts?
Do you need an extension while running your Selnium scripts? Though I am not able…
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…
Properties Files in Java with Owner library
When we create an automation test framework, most of us use properties files to get…
TestNG/JUnit: assertTrue vs assertEquals for text verification
We all do text validation in our automation tests to validate whether the returned value…