what is qtp automation frame work,what is the use of that
frame work?
Answer Posted / chandra shekar reddy kasireddy
Framework <<<< Frame work is a set of guidelines assemption
and procedure to perform a task in sufficiant way
Why frame work .... in qtp we will maintain different files
and perform different tasks so, we need to put in order
thats y frame work will occured.
files are... OR files , test data files , test log files,
environment files(XMl), library files (VBS) .etc..
Tasks are ... parameterization, synchronization, flat files
, etc...
(some spelling mistakes is ther dont mind it friends) but is
pure and correct answer follow it
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
How you can replace string in qtp?
What is the syntax to call one action in another?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
How to customize qtp?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
What are the challenges you faced during you entire life automation ?
Your roles and responsibilities and daily tasks? (As automation tester)
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
How many types of parameters are available in quicktest professional?
Explain how qtp identifies objects?
Have you done batch testing in qtp? If yes how you are doing?
tell me QTP standards ?plz
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
explain structured testing? plz guys with exp. do answer