Forum Discussion
- ashokkumaredsContributorHi surendra,
"Description" object in QTP is used to find the child object/s under a parent with specific properties and its values at run time.
testcomplete provides few like FindChild, FindAllChildren. These methods need the prop and values as arrays and the depth of the child object under the parent.
plz refer below link for more info.
http://support.smartbear.com/viewarticle/55112/
Hope this helps.
thank you.
Ashok - Vallalarasu_PFrequent ContributorCan't use descriptive programming as we use in QTP
eg: Browser(Name:=google).Page()... etc. But we can use the same kind of operation using Testcomplete Find Commands.
http://vallatestcomplete.wordpress.com/2014/12/18/using-findall-property-in-test-complete-simplified/
Find the property (Name in above example) and Value (Google) in the webpage and do the operations on it.
Its more simpler.