How to make Non reusable actions into reusable action? is
that feature available in QTP
Answers were Sorted based on User's Feedback
Answer / sravanthi
s, we have 1 feature in QTP. i give u the navigation which
will make non-reusable actuon to reusable action.
record ur reqd operation->step menu -> action properties-
>select reusable action->click ok
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / noor
In the Action properties Dialog box at the botton you will
find a checkbox,written reusable action, one need to select
that checkbox to make the action reusable.
| Is This Answer Correct ? | 4 Yes | 0 No |
how can we handle errors other than using recovery scenerios in qtp
Please Explain The QTP real Testing process with steps.
What's QuickTest Window?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
How to retrieve value (data) from notepad using QTP ?
what is diffrense between action and function
How to find which type of Framework is suitable for which type of application?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
how do u get lib files into scripting files?
I have a Webtable object in my shared object repository, say WT1, which has different index value in 2 different versions, one version having WT1's index value as 1 and other version having WT1's index value as 2. how could i use same test script to identify the WT1 object having different index values.