What is a framework?
Answer / dileep kumar
Framework is to create your manual steps into automation steps in structured manner.
code reusability.
maximum coverage of application.
low cost maintainability.
easy reporting.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you write the code to double click an element in selenium?
What is the difference between driver.getwindowhandle() and driver.getwindowhandles() in selenium?
How you can convert any selenium ide tests from selenese to another language?
What is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?
Explain the difference between assert and verify commands?
How to handle hidden elements in selenium webdriver?
What is the architecture of selenium rc?
What is selenium-rc (remote control) ?
How to input text in the text box using selenium webdriver?
Tell me how do perform drag and drop using selenium webdriver?
Can we use selenium rc to drive tests on two different browsers on one operating system without selenium grid?
In selenium ide how you can generate random numbers and dates for test data?