What do you do if QTP doesn't recognize object ,what action
should be taken

Answer Posted / mohan

I think we can go for descriptive programing...

suppose the OK button in Login dialog is not recognised
then write description of OK button as below

Set MyDescription = Description.Create()
MyDescription("text").Value="OK"
.
.
.
script:
"Login").WinButton(MyDescription).click

Is This Answer Correct ?    8 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...

1693


What is the descriptive programming?

1776


How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)

2107


How to replay a script in qtp?

835


What is difference in global and action sheet in qtp?

837


If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?

1962


Can any body please tell me the steps of keyword driven framework of QTP.

1756


What is the difference between Keyword Driven test and Data Driven test?

1997


Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...

2013


How would you directly trigger javascript in a test?

1674


What is a quick test professional?

930


What are the views available in quicktest professional?

788


I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?

1882


How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?

925


How to start recording using quicktest professional?

851