Describe a framework. List some of the common automation frameworks.
Answer / Pritibhi Kumar
A framework is a reusable structure designed to provide a foundation for building software applications, including test automation frameworks. Common automation frameworks include: 1. TestNG (Java) - A testing framework similar to JUnit with additional features like annotations and data-driven testing. 2. NUnit (C#) - A unit testing framework for .NET applications. 3. PyTest (Python) - A lightweight, easy-to-use testing framework with a focus on speed and simplicity. 4. RSpec (Ruby) - A behavior-driven development testing framework that emphasizes clear communication between developers and stakeholders.
| Is This Answer Correct ? | 0 Yes | 0 No |
What will be the different kinds of locators in selenium?
Is there a way to refresh browser using selenium?
What are the types of webdriver apis available in selenium?
How to get the number of frames on a page?
Explain what are the junits annotation linked with selenium?
How selenium grid hub keeps in touch with rc slave machine?
Do you know how to mouse hover an element in selenium?
List major difference between protractor vs selenium?
Write the code for reading and writing to excel through selenium?
What are some expected conditions that can be used in explicit waits?
What is Selenese?
What is the use of logging in automation?