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
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
What is the descriptive programming?
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)
How to replay a script in qtp?
What is difference in global and action sheet in qtp?
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 ?
Can any body please tell me the steps of keyword driven framework of QTP.
What is the difference between Keyword Driven test and Data Driven test?
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...
How would you directly trigger javascript in a test?
What is a quick test professional?
What are the views available in quicktest professional?
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?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
How to start recording using quicktest professional?