1.what is the difference between childobjects and child
items in qtp?
2.what is difference between a class and function?
3.can u convert ustimings to indian timings using vbscript?
4.i have scripts in one machine.can i run those scripts in
another machine.how?
Answer Posted / savitha
1. Difference between Child Objects and Child Item
Child Objects return a collection of objects of a specific
type.
eg: for the count of No of webedits present in a page we
can use Child objects method
set odesc = Description.Create()
odesc("Class Name").Value = "WebEdit"
Browser("title:=.*").Page("title:=.*").ChildObjects("odesc")
Child Items can be used only with a webtable object type to
retrieve/access a test object from a cell in the webtable.
| Is This Answer Correct ? | 77 Yes | 14 No |
Post New Answer View All Answers
What is the difference between local and shared object repository in qtp?
Brief the process of testing with UFT?
How does qtp identify the object in the application?
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
What are the two types of repositories available, explain them?
When Recovery scenario actually starts while testing the application?
What are the Disadvantages of shared object repository?
what you mean by artifact,milestone...
Which scripting language used by quicktest professional?
What is action split and the purpose of using this in qtp?
What are the check points can be inserted without recording?
Name the different types of recording modes?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)
What is output value? How many types of output values are there in qtp?