PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
Answers were Sorted based on User's Feedback
Answer / akshar jain
it cannot be used while the script is running,it can be
used to check the objects properties like file name,class
etc n use it in ur test
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / brahma
it can be used identify the any object/class/properties in
any window
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ganesh
WHILE WRITING DESCRIPTIVE PROGRAMMING IN QTP , WE NEED TO CHECK PROJECT OBJECT PROPERTIES BY USING OBJECT SPY
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pavi
Object spy is to view the run time and test object
properties and methods.
| Is This Answer Correct ? | 0 Yes | 2 No |
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
Hi What are re-usable actions in QTP? -Thank You
I Scheduled a QTP Script on remote desktop. Script is going to failure,when remote desktop connection fails.I have to open my remote desktop untile the scripts exection completes. If I disconnect my remote desktop connection, script is going to fail.?
What is checking bitmaps?
What type of error u will get if u have not installed java add in in java project? what is the error name ?
datatable.Import("E:\Programming Samples\QTP Samples\OrderNumbers.xls") Asume we have 4 records in datatable Code reads the 4 rows in the sheet ok, but does it 5 times? It doesn't sound like closing the datasheet is the problem Can we close the datasheet runtime ?
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?
Plz suggest me a good training institute in Mumbai/hyderabad for QTP…. Plz advice thank u
what is reusable action and how the same can be implemented (process)?
Where we can use the synchronization?
anyone can explain about "Smart Identification" in QTP I mean what is the use of "Smart Identification" Give an example
Can anybody give the script to addsheet, add column,add values under that column in the rows??