what is output parameters in qtp?explain?
2)
Answers were Sorted based on User's Feedback
Answer / venkatesh naidu rangisetti
Generally Actions do not accept or return any values, to make it true there is a beautiful feature called Input/output parameter. Through Input parameter we can send "n" number of values as input to an Action and through output parameter we can return "n" number of values as output of an Action
Where n=1 2 3 4......
| Is This Answer Correct ? | 0 Yes | 2 No |
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
Suppose I want fail that check point? How can you do that?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
Can we directly automate testscripts accrdoing to requirements? WHY ?
Tell me Three major differences between QTP & Winrunner?
what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
can we call a test in another test?
can we call a test in another test? how? explain with one example?
Is it a smart choice to use QTP for backend testing?
why we use environment variables
can u write one user defined function for webedit class.