what is supply chain management?
No Answer is Posted For this Question
Be the First to Post Answer
How to supress warnings from the "Test results page"?
What is the "Release Notes", what it cosists? Key components in Release Notes ?
What are the features of quick test pro(qtp)?
What are the option you can use to synchronize your test?
wt is automation framework? give explonation?
What are the different types of action?
Can we record an application running on a remote machine using qtp?
how do u prepare Test Environment ?
How many types of Check Point in QTP
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?
How will you enchance the script?
In smart identification, explain about 1. Base filter properties 2. optional filter properties with examples?