How to use parameterization in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between the keyword view and expert view?
How does QTP identify an object?
Syntact for how to call one script from another? and Syntax to call one "Action" in another?
How many actions we can create with in a test?
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?
in a database table there are 3 columns (name , marks,grade) , in application after retrieving data from db to fields name, marks click ok button then grade should displayed ---for this how to write vb script prgm
explain structured testing? plz guys with exp. do answer
What is the file extension of the code file in qtp?
Can any body tell me how can I choose the share object repository and per action object repository mode. Please give me with steps.
Please explain the role of Regular expression in QTP
how to merge object repositories?
Mention what are the different types of recording modes in qtp? Which will be used when?