What is the basic concept of quicktest professional (qtp)?
No Answer is Posted For this Question
Be the First to Post Answer
explian about the qtp frame work? where u can use it in your project?
How are actions and functions different in QTP?
WHAT IS THE DIFF BTW KEYWORD DRIVEN TESTING AND DATA DRIVEN TESTING?
I want to see all the properties of agent name in login window. I will use the script Set a=Window("FR").WinEdit("Agent Name:").Gettoproperties( ) msgbox but my question is how to use the msgbox if i use a it will display only a, so anyone pls let me know how to get the display of all the properties using GetToProperties () or GetRoProperties (). Thanks a lot
Explain features of the latest version of qtp/ uft 12.1?
Which is the best testing institute for QTP training in Hyderabad.
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?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
Can we use same virtual objects in many number of tests?
If I want to run more than one test (With different functionality) with in one script, then what i do? plz. explain with any example.
what is recovery manager and recovey scenerio?
Set DR= CreateObject("Mercury.DeviceReplay")