| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the difference between functional spec. and
Business requirement specification? | Infor | 4 |
| Explain the keyword createobject with an example. | | 1 |
| What is the extension for Recovery scenario? | | 2 |
| Dim ExcelSheet
Set ExcelSheet = CreateObject("Excel.Application")
excelsheet.application.visible = true
ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column
A, row 1"
' Save the sheet.
ExcelSheet.SaveAs "C:\DOCS\TEST.XLS"
' Close Excel with the Quit method on the Application
object.
ExcelSheet.Application.Quit
after run this script i am getting error"The test cannot
continue due to unrecoverable error" | | 3 |
| How i can change shared repository to per test repository
in qtp | | 1 |
| In descriptive programming how we know the properties of
the objects, if application is not developed and the
prototype of the application is also not developed. | | 1 |
| What is a Run-Time Data Table? Where can I find and
view this table? | | 3 |
| i'm using QTP 8.2. A person using QTP 9.0 sends me a QTP
TestScript, same when i try to open , an error
comes "unexpected file format". Why?? and how to resolve
the problem?? | | 2 |
| Hi All,
I have QTP installed on my machine but the application
under test (AUT) is on remote desktop (i.e. I first connect
to remote desktop from my machine in order to run the
application). I am able to record the script successfully
with QTP running on my machine and application running on
remote. However, when i run the recorded script, system
fails to run it and indicates me that it does not identify
the object. Is it possible to record and play while QTP and
AUT are not on same machine? | | 6 |
| Why u don’t like recording the script and writing the script | Wipro | 3 |
| 3. How to handle the exceptions using recovery secnario
manager in Qtp? | Wipro | 2 |
| How can i open a file in Textpad and replace a string with
another using QTP | Wipro | 1 |
| what is Compile Module in QTP? what exactly it contains
Functions or Actions? | | 1 |
| Can anybody give the code for ALL DATATABLE METHODS)(ex:
datatable.getrowcount, datatable.getsheet etc....) and ALL
DATABASE COMMANDS (like .getcelldata, which are used to
retrieve data from a database and from a webtable)with
examples. | Accenture | 1 |
| where the check points are stored ? | | 2 |
| Login to flight app, in window flight reservation set the
date field and select flyfrom as Frankfurt and verify
whether flyto list box has the item FrankFurt, log the
results.
| Cap-Gemini | 1 |
| How to Import data from a ".xls" file to Data table
during Runtime. | | 1 |
| How to capture data from images in QTP and produce them in
Excel sheet ? please ans... | Sapient | 2 |
| what type of application we can select for automation
testing and what is the entry criteria for automation | | 1 |
| How can we get a textcheckpoint in QTP9.1? | EmTechPro | 2 |
| |
| For more QTP Interview Questions Click Here |