Why VB scripts are used in QTP and TSL in Winrunner, is
there any advantage of using VB Scripts
Answers were Sorted based on User's Feedback
Answer / subbamma
i don't know the exact answer.. But the above is not the
correct one
| Is This Answer Correct ? | 5 Yes | 0 No |
bcos qtp uses vbscripting language and winrunner uses
TSl language both are written in different languages
| Is This Answer Correct ? | 0 Yes | 3 No |
How to enable the text check point in qtp? By default it is disables
1 Answers Sify, ssinformatics,
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?
Difference between copy to action and call to action?
i need to learn the descriptive programming very well so for that what to do am reading the qtp user mannual but it is not so any materials or links with examples i want please help me
how to write script in qtp(vbscript)..i mean with out application deployed..and how to call script1 into script2?
8 Answers INCA, Infosys, Logix, SLK Software, Symphony, Wipro,
How does QTP identifies the object in the application Mainly objectives are three type's OF PROPERTIES namely
Will QTP Support Visual Foxpro Applications? If yes please tell me whether I need to install any additional addins for that?
How to connect to data base?
How to count no of edit boxes on the page?
how we can know qtp has used smart identification machanism during the execution.
How can we redirect QTP results in to a excel sheet after the execution
WHAT IS DIFFERENCE B/W QC 9.2 AND QC 10.0