What are the different types of frameworks?
Answer / Ashwani Kumar
There are several types of test automation frameworks, each with its own strengths and weaknesses. Some common frameworks include Modular Frameworks (like TestNG or JUnit), Data-Driven Frameworks (using databases or Excel files for test data), Keyword-Driven Frameworks (using a table of keywords and actions to write tests), and Hybrid Frameworks (combining elements from different types).
| Is This Answer Correct ? | 0 Yes | 0 No |
How does testng allow you to state dependencies?
Explain xpath absolute and xpath attributes.
How will you find an element using selenium?
How to submit a form using selenium webdriver?
How to assert text of webpage using selenium 2.0?
Explain how you can insert a break point in selenium ide?
Do you know a way to refresh the browser by using selenium?
How to check if a button is enabled on the page?
How can we deal with pop-up windows based on?
How do you attach File on a page?
Have you used any crossbrowsertesting tool to run selenium scripts on cloud?
Tell me can selenium handle windows based pop-up?