Answer Posted / gayathri
we can parameterize in 4 ways:
1.Data table
2.Random number
3.Environment
4.Action parameter
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
what the difference between shared repository and per action repository?
How is the Bitmap checkpoint different from Image checkpoint?
what is the difference between IE & Netscape in web testing on a log in page
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
Hybrid framework supports Descriptive programming. Is it true?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
What is the difference between a Function and Action in QTP?
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
Explain the features of quick test pro(qtp)?
Is it possible to call from one action to another action in qtp?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?