Answer Posted / ram polavarapu
Frame work in nothing but integration the all modules and
related scripts as single project
there are different types of approches to do framework
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
WHAT IS TEST SCRIPT AND HOW DO YOU CREATE IT?
What issues come up in test automation, and how do you manage them?
HOW DO YOU PERFORM SECURITY TESTING TO VERIFY FIREWALLS,PASWORD ENCRYPTOPNS ETC?
What are the disadvantages of Hybrid framework
Can you explain me what is object repository?
Do you know 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();?
What is javascriptexecutor and in which cases javascriptexecutor will help in selenium automation?
How can the user get a text of a web element?
Tell us how do you get the width of the textbox?
List the five essential types of test steps?
What is functional and regression testing?
Discuss the economics of automation and the role of metrics in testing.
What are Keyword and Data driven frameworks in Selenium RC
How many test cases have you automated per day?
On Test Complete I recorded some keyword test. while I'm running the batch test, if one test case failed, then how test complete skip the failed test case and again continue to run the test case? please provide some way to resolve this issue.