what is spy, and how can u use?
Answer / moreshwar deshmukh
Using the Object Spy, you can view the run-time or test
object properties and methods of any object in an open
application. You use the Object Spy pointer to point to an
object. The Object Spy displays the selected object’s
hierarchy tree. It displays the run-time or test object
properties and values of the selected object in the
Properties tab. It displays the run-time or test object
methods associated with the selected object in the Methods
tab
| Is This Answer Correct ? | 0 Yes | 0 No |
wht is Driver in Integration testing. Anubody can answers it
How to retrive data from a data table which is in 3rd row,4th column and place it in main script..like retrive name,date from data table..write script for this.
11 Answers Thatavarti Technologies,
How to find the length of the string in qtp?
Can we use smart identification in Keyword Driven approach? If yes , How we can use. Please Explain?
I am verifying the actual vs the input value to make sure that they been entered correctly. In the Global Sheet I have a column called Customer with the multiple names in each row and now I am trying to capture the value during runtime under the column name Customer_in_Apps. Somewhat it works but during runtime the values are being stored in each column vs each row i.e., Customer_in_Apps, Customer_in_Apps1. Automatically it add columns instead of rows. row=datatable.getsheet("Global").GetRowCount for x=1 to row datatable.getsheet("Global").SetCurrentRow(x) Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Val1=Datatable.Value("Customer",dtGlobalSheet) Val2 = Datatable.GlobalSheet.AddParameter("Customer_in _Apps",runtimevalue) If (trim(Val2)=trim(Val1)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &_Val2 else Reporter.ReportEvent micFail, "Customer validation unsuccessful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &Val2 End If Next
How can i parameterize the standard checkpoint using Excel sheet where my expected values are there?? suppose i want to test a application with diffent value and want to run 5 iteration?? for each iteration, values will be exported from excel sheet as input. Now i will store some expected values in the excel sheet, which i want to check in the application whether expected equals to actual value??? can any one help me
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
how to get the object property
How will you send values to a cell in a webtable using QTP?
How to test background color and dynamic images which are moving during runtime?
when qtp recognizes a web link like (hyper link)wich properties it is going to take to identify the objects unquely? what is Ini file in QTP?
In QTP if u got a defect , how to report to developer using Test director or Quality center .