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
What is a checkpoint? How many check points are there in qtp?
How many add-ins comes by default with quicktest professional?
Why to use descriptive programming?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
How to test results for qtp ?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
Can you brief the hurdles you faced during Automation testing?
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.
How will you report the bug and explain the defect tracking sheet you handled?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
How the exception handling can be done using quicktest professional (qtp)?
how to acess a test in RSA?
When should I use smart identification?
How will internal and external links be validated and updated? how often?
write the vb script for call to new action in qtp?