Describe a framework. List some of the common automation frameworks.



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

Post New Answer

More Selenium Interview Questions

What will be the different kinds of locators in selenium?

1 Answers  


Is there a way to refresh browser using selenium?

1 Answers  


What are the types of webdriver apis available in selenium?

1 Answers  


How to get the number of frames on a page?

1 Answers  


Explain what are the junits annotation linked with selenium?

1 Answers  


How selenium grid hub keeps in touch with rc slave machine?

1 Answers  


Do you know how to mouse hover an element in selenium?

1 Answers  


List major difference between protractor vs selenium?

1 Answers  


Write the code for reading and writing to excel through selenium?

1 Answers  


What are some expected conditions that can be used in explicit waits?

1 Answers  


What is Selenese?

1 Answers  


What is the use of logging in automation?

1 Answers  


Categories