Answer Posted / sreekanth chilam
first of the question is not clear ...
Are you intending to know abt QTP Script file ?
if that is the case then Script file extension is .mts
Other Associated Files in QTP ;
.mtb (Batch File)
.txt,.ini,.xml (Environment Variable Files )
.xls (Input Data/Datatable)
.qrs ( Recovery scenario Files)
.vbs (Library Files)
.tsr,.mtr (Object Reository Files)
| Is This Answer Correct ? | 42 Yes | 2 No |
Post New Answer View All Answers
What are the five challenges you faced in QTP?
What is the Command used to start the QTP
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
Explain the concept of how quicktest professional (qtp) identifies object?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
What is an optional step in qtp ?
explain abt dyanamic changing object with example?
What are the different types of recording modes in qtp? Which will be used when?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
who QTP recognizes the object stored in object repository?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
What are the types of properties that quick test learns while recording?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
What are the differences between quicktest professional and winrunner?
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