|
|
About Selenium - Definition
|
|
1. Selenium is an automated software testing tool or framework that is used by testing team to write test cases in a language (like Java) and execute the test cases through the same language and finally get the testing results and reports of the entire test suite without manual execution/testing of test cases.
2. Selenium is chosen when there are huge no of test cases in the project that needs repeated execution of the test cases.
3. A software framework is a platform to build/ develop/ maintain/execute/run software applications.
4. Usually Framework contains an API(Application Programming Interface) that exposes classes and methods through which we can create/maintain applications.
5. A tool or Software tool is a software that can be used to build/ develop/ maintain/execute/run software applications.
|
|
Possible interview questions:
1) Define Selenium?
2) What is Selenium?
3) What is framework?
4) What is tool?
|
|
|