How to analyzing test results using quicktest professional?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More QTP Interview Questions

What type of framework you are using in your company and explain it?

4 Answers   CTS,


what is the purpose of QTP?

2 Answers  


how to reverse the string without using bultin functions(i.e mean mid,len ,reverse functions)

6 Answers   GE,


what is keyword driven framework in qtp.

13 Answers   Cognizant, TCS,


what skills needed to be good test automation?

3 Answers  






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 Answers  


Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain

0 Answers  


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.

1 Answers  


what is Property......End Property loop? how to write sript for it in QTP

0 Answers  


what could go wrong with test automation?

0 Answers  


What is keyword view and Expert view in QTP?

9 Answers   Ordain Solutions,


What are the challenges u faced in testing with crm domain? How u overcome with?

0 Answers  


Categories