Once the Actions are splitted , is there any way to merge them
Answers were Sorted based on User's Feedback
Answer / shweta gupta
No, Actions once splitted, could not be merged. However, an
action can be deleted altogether.
| Is This Answer Correct ? | 3 Yes | 0 No |
Give one example of Standard checkpoint in qtp 10?
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
how to convert 100 into hundred repees only and viceversa
There are 4 webpages in an application, in third page there is one cancel button i want to click that cancel button only, how can I click that cancel buttton ?
what are the difference between qtp8.2 to 9.0 surya
Hello friends can anybody tell me about the architecture of QTP with diagram of it.this architecture is same for any domain like ERP/Banking/CRM/Healthcare or it's different then please tell me.thanks
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 can you close the second opened browser?
How you test the object which is dynamically changes its location?
Suppose if a functionalityis not mensioned in requirement document and but its present in application. will it be consider as a bug and viceversa?
Can anyone explain me about child objects in detail;when they are used and why do we need them ? please give me sample code for this if possible.
What is the advantage of associating a procedure with a test object?