Answer Posted / ganesh kumar
yes, with the help of Descriptive Programming concept we
cna define the user desccrition of the object. where the
QTP will use to recognize the object during the runtime.
Set oDesc = Description.Create()
oDesc("micclass").value = "Link"
oDesc("html tag").value = "SPAN"
oDesc("name").value = "LogOut"
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
Explain the concept of how quicktest professional identifies object?
Differences between text and test area checkpoints?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
What is clean sweep?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
Which scripting language used by quicktest professional (qtp)?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
what QTP Options do you know?
terminal services client
What is an object repository?
How to modify object property in qtp ?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
Can we record an application running on a remote machine using qtp?
What VBScript operators, functions, and statements do you use in QuickTest Professional?