Can objects recognised without repository?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / haribabu
yes, using object spy we can recognised all objects what
ever you want
| Is This Answer Correct ? | 2 Yes | 3 No |
What is regular expression?
How to import the Test Results in QTP to an Excel sheet
Hai anyone please "Explain about Framework in QTP?"
We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario
what ar the challenges do we face while testing webbased applications using the automation tool qtp or any?
How do you check ticket cost and ticket number in flight application?
does automation replace manual testing?
hen do start automation testing after manual testing
What is the difference between a Function and Action in QTP?
how to prepared for first for the first interview?
what is keyword driven framework in qtp.
How to record & run on Japanese language application using english version of QTP ???