How will you enchance the script?
Answer / ram
Hi,
A. Mainly in enhance of script we do the optimization of
code.
B. We apply coding standards if already not followed.
C. We enhance our code for better performance.
D. If any changes in application then we change our
code.
Ram
| Is This Answer Correct ? | 0 Yes | 0 No |
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
What is the default object synchronization timeout in qtp?
How to make Shared object repository in qtp 9.1 and 9.2?
In qtp, explain what is crypt object
Can anyone tell me about "Step- By Step Paramterization". among the two paramaterizations, Step by step and Parameterize All, which one is mostly used.
how to open Excel sheet & write in it & save it?
Write a code check the checkbox in the web table which is in the 4th row and fifth column (Use child item concept)
What are the limitations in using Virtual objects?
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
What is the extention of Virtualobject
how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function
How we can merge the object repositories?say if we have 2 or 3 object repositories then how we can merge them?Is there any option in QTP to merge the object repositories?