Can you do more than just capture and playback?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
I have done Dynamically capturing the objects during
runtime in which no recording, no playback and no use of
repository is done AT ALL.
-It was done by the windows scripting using the DOM
(Document Object Model) of the windows.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suma
we can test the application by writing descriptive programs
in the expertview
| Is This Answer Correct ? | 0 Yes | 0 No |
What's QuickTest Window?
what are the functions availabla in QTP? what are the data types in QTP?
wat are views in qtp explain
how to invoke the web application through script in qtp
what does it mean when a check point is in red color? what do u do?
How good are you in writing VBscript code for your application? Can you completely write VBscrit for your project with out using recording mode 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?
What are the views available in qtp?
Explain getroproperty and gettoproperty & settoproperty?
How do you data drive an external spreadsheet?
anyone can explian about types of "Triggere Events" in QTP
how qtp identifies objects of application.