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 |
What exactly is the difference among all the three recording modes.
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
How to load a object repository in QTP during runtime?
2 Answers BNP Paribas, Virtusa,
How to connect QTP to Testdirector
How do you test the different ads displayed in the Inbox home page of Yahoo. Once u login Yahoo mail, in inbox page there will a banner, where different ads are scrolling, how do you test that using qtp?
wt is automation framework? give explonation?
When we use Object Spy? can we write QTP script before built is came in testing?
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application
What is the architecture of framework
Name the properties you would use for identifying a browser and page when using descriptive programming?
in login module login button chage regularly(means login button change to submit button).What is the code for it.
What is the virtual object?