QTP is identifying all windows application objects(i.e.
winbutton,winconbobox,etc) as winobjects.How to handle this?
Is there any way to add our own properties to identify
objects?
Answer Posted / jay prakash
I am not clear with your question. Are you talking about
virtual objects ? Please reform or clarify the question.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain different type of event trigger option.
How to create Reusable and Multiple Actions?
What are the different types of recovery operation?
How qtp identifies objects?
How many types of recording facility are available in quicktest professional?
What is a recovery scenario?
What is qtpro? What is quick test pro?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Tell me one scenario, the complex functionality you have automated in your project?
What is different command used in command Prompt while using QTP?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
What is the file extension of the code file in qtp?
Can any body please tell me the steps of keyword driven framework of QTP.