what is framework and types of framework? Need of framework
in automation? write folder strucuture of framework.
Answer Posted / qa guy
Framework is a set of assumptions,concepts to support
software test automation. There are many frameworks like
Data Driven, Keyword Driven, Hybrid etc.
Need for a framework is for ease of development and maintenance.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
how to prepared for first for the first interview?
could any help me please, how to work on visual foxpro application using UFT
Explain the Different types of QTP test assets and their extensions?
Why we load add-ins in qtp?
What is system testing and what are the different types of tests you perform in system testing?
What is difference between shared and local object repository?
What is synchronization point in QTP?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
How to execute a winrunner script in quicktest professional (qtp)?
What is Test Fusion Report in QTP?
What is a quick test professional?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What is throw Object?
How can you give wait up to 10 seconds in qtp?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?