what is the difference between parameters and arguments?
Parameters
----------
A parameter represents a value that the procedure expects you
to pass when you call it.
Arguments
---------
An argument represents the value you pass to a procedure
parameter when you call the procedure.
| Is This Answer Correct ? | 1 Yes | 2 No |
how and what kind of vb functions do us ein QTP?
In project module it contains 3-ok buttons with same properties who qtp identify its objects while runing ??
How to use custom checkpoints in QuickTest Professional?
How to use Environment parameterization in QTP? Explain with an example.
Hi Friends, I have an application that is having some options to choose. While doing business transaction I need to select one option among from available options. But here the thing is, we won't get one option which we've chosen already and the available options will get automatically from the system with time basis, moreover each and every option having with various label names respective to that option. So obviously if I run my recorded script will automatically gets fail, even though it got pass at first time. Could anyone please give me appropriate solution for this. I would be greatly obliged with you if you give the solution as soon as possible.
Anybody wants to learn QTP with realtime implementations and complete framework desiging plz contact to this mail id ciraaj@gmail.com
How did u write macros?What is the main importance of VB macros in testing environment?
What are the types of Object Repository’s in QTP?
Why do we use breakpoints in QTP?
can any one tell me How exactly data drivent testing is done in.explain with any example and the exact steps to fallow?
How to create Userdefined Function.Please write the steps ans also provide example where exatcly we use it.
A web table is having 3 columns(name, salary and checkbox) in qtp How to select a checkbox based on the highest salary of an employee in a webtable.