What is the quicktest professional (qtp) testing process?
No Answer is Posted For this Question
Be the First to Post Answer
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
Diff. between keyword driven Data driven testing?
from where we will retrieve data for data driven tests in qtp?
How to send QTP test results to an email...(with out using Quality Center)?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
Mention the test steps of qtp.
How to compare the two strings?
Tell me the situations where we will use Data Driven?
In Object Repository, two actions r there. Action1 name is A.tsr, Action2 name is B.tsr. Is it Possible? if Yes, what is the out put of A+B? if No, why?
How to use conditional loops in qtp ?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
What is the difference in the global and action sheet in qtp?