hi gavasker
i want how to merg OR's in QTP 8.2 by QTP Plus
Answer / ss
MergePlus
In 9.0/9.1
Repository Manager can be used.
| Is This Answer Correct ? | 0 Yes | 0 No |
several browsers opened. write QTP script to close all browsers except gmail.
How u connect bugzilla with QTP
1 Answers Deloitte, TCS, Wipro,
How you automate test scripts
How to handle dynamic objects in QTP?
How do u connect database through QTP tell me both Ms Access and SQL
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?
Which method do you use to retrieve data from the WebList object?
who is developed QTP ? is it from Mecury or HP
what is supply chain management?
QTP is not displaying in OBJECT SELECTION-CHECKPOINT PROPERTIES boxs only WINDOW AND WIN OBJECT remaining pages and links , images not displaying in web application testing. how can I get the pages and links in object selection? Please anyone tell me?
Where you get the run time data table?
How to Set the Global Sync Timeouts in QTP?