Answer Posted / santhosh
The extension for the Virtualobject in QTP is .vot
And these .vot files can be seen using the below path
QuickTest installation folder>\dat\VoTemplate folder
If we go for that folder we can find .vot files.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Object repositories types, which and when to use?
What is the XML file architecture ?
What is keyword driven framework?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
How is test case write?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
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
I want to do QTP Certification what is the pattern of Question paper.
when u script reveiwing in which area u more concentrates?
How many types of recording modes in qtp?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
• What type of testing questions will be asked for 2+ yrs exp people in interview?
How many tabs are available in debug viewer pane?