| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| for a test in QTP i had choose the object repository as
shared.after completion of some days i want to conduct the
same test again,now the question is HOW TO LOAD THE OBJECT
REPOSITORY. is it possible by descriptive programming.could
any one tell me how many ways we load it and what is the
process? | Logica-CMG | 12 |
| Will QTP Support Japanese Language? | Cap-Gemini | 2 |
| how you will do cookie testing using QTP? | | 2 |
| After geting the modules where we generate the script ie in
qtp or notpad ? | | 1 |
| Which Databases supports for QTP? | CTS | 2 |
| How to pass a variable in Dos Command using QTP?
Eg:
Dim path1, path2
path1 = "C:\Test\sample1.doc"
path2 = "C:\Test\sample2.doc"
How can we pass these path1 and path2 inside the "copy" dos
command?
I tried like this. this is not working.
oShell.run "cmd /K copy" &path1 &path2
| | 1 |
| we have 10 actions in out test how can we convert 9th action
is main action ? how ? | | 5 |
| How to capture screen shots when an error occurs? | EDS | 4 |
| how can i prepare for QTP(8.2) to face interview ?
give over view details? | | 45 |
| what is Compile Module in QTP? what exactly it contains
Functions or Actions? | GE | 2 |
| What is keyword driven framework, what is "key" in It. | IBM | 1 |
| how to parameterise a test with data base table or excel
sheet? | FCG | 1 |
| anybody give me the real time example for descriptive
programming of web application | | 4 |
| What is source control? | | 1 |
| Hi
I am new to QTP. we are planning to implement automation
for the application.
I am trying to execute the following script:
Set ExcelObj=CreateObject ("Excel.Application")
ExcelObj.WorkBooks.Add
Set NewSheet=ExcelObj.Sheets.Item(1)
NewSheet.Name="Order"
ExcelObj.Cells(1, 1).Value = "Name"
ExcelObj.Cells(1, 2).Value = "Ordernum"
ExcelObj.Cells(2, 1).Value = "nam"
ExcelObj.Cells(2, 2).Value = "21"
ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls"
ExcelObj.Quit
Set ExcelObj = Nothing
in the above script for the line(ExcelObj.Cells(2, 2).Value
= "21")
it is inserting the value 21 successfully.this is fine
But if i want to insert a variable instead of the constant
value then what should be the modification in the script.
For example: If user retrives a value
throug "GetRoProperty" and wants to insert the value into
then how the script changes? | | 1 |
| When you are running a batch test of 5 scripts and in 2nd
script appln crashed, what hpns then? | BirlaSoft | 4 |
| Wher to use DATA TABLE METHODS in Qtp?What is the use of it? | Wipro | 5 |
| What is keyword view and Expert view in QTP? | Ordain-Solutions | 5 |
| What r steps to migrate from Manual testing to QTP?(IN BOTH
WEB BASED AND WINDOWS APP) | Wipro | 1 |
| How to record right click of a context menu and click on the
selection ? | | 2 |
| |
| For more QTP Interview Questions Click Here |