Explain the concept of how QTP identifies object.
Answer Posted / sreeprasad
During recording qtp looks at the object and stores it as
test object.For each test object QT learns a set of default
properties called mandatory properties,and look at the rest
of the objects to check whether this properties are enough
to uniquely identify the object. During test run,QT
searches for the run time obkects that matches with the
test object it learned while recording.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Explain the features of quick test pro(qtp)?
Difference between copy to action and call to action?
Through array we can execute the testcase how ? give me example
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
How to get Traceability matrix from TD?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
what is vmodel?advantages and disadvantages of vmodel?
In qtp, explain what is qrs file?
How you can write contexts to text file in qtp?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
Is it possible to call win runner script in qtp?
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
wt is the use of multiple questions in QTP
What is checkpoints for qtp?
When using descriptive programming?