Consider one application is open, clicking one menu will
open another application in another browser. QTP does not
catch the
URL of the second browser(second application). can we
capture it ?
No Answer is Posted For this Question
Be the First to Post Answer
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
If the object property is changing very frequently, what was your approach?
How to get line numbers in your editor in expert view?
how to reverse a string with out using string or predefined function,ex:string is " i love india". the output should be like this "i evol aidni"
10 Answers Aspire, MNC, Omega,
In an output value text checkpoint, where does the output value stored by default ?
Write the vb script for the lowest and highest values of an array?
What is an Regular expression doing in VBScript?Tell the pattern for the email verification.
how to idetfy which test cases are automated?who will deside that plz tell me
wht is Driver in Integration testing. Anubody can answers it
In project module it contains 3-ok buttons with same properties who qtp identify its objects while runing ??
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
Could we use QTP for java project(Which is develop in Netbeans and My SQL) otherwise which one is suitable?