july 22, 2018
TestNG Top Interview Question
What Is Testng? Answer : TestNG is a testing framework designed to simplify a broad range of testing needs, from unit testing to integration testing. What Are The Advantages Of Test...
TestNG Programming Question
Questions: Q1: Action Class Q2: Handle Select / multi Select from dropdown/ select all checkboxes/ deselect checkbox. Q3: Alert Handle / Handle PopUps / upload - downloads file from Windows ...
Difference between TestNG & JUnit?
- Similarities Between JUnit and TestNG. We can create test suite in JUnit and TestNG both frameworks. Timeout Test Is possible very easily in both the frameworks. We can ignore specific test cas...
Selenium Interview Questions
Q #8) When should I use Selenium IDE? Selenium IDE is the simplest and easiest of all the tools within the Selenium Package. Its record and playback feature make it exceptionally easy to learn with m...
Test NG Interview Question
Q) DesireCapabilities: - The desired capability is a series of key/value pairs that stores the browser properties like browsername, browser version, the path of the browser driver in the system, etc....
