![]() |
ChildItem and ChildItemCount require objects - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: ChildItem and ChildItemCount require objects (/Thread-ChildItem-and-ChildItemCount-require-objects) |
ChildItem and ChildItemCount require objects - DrasticDreamer - 02-05-2017 I am using Flight Reservation application of mercury. If I execute the code: Code: Set X=Browser("name:=Register: Mercury Tours").Page("title:=Register: Mercury Tours").WebTable("name:=firstName") It returns an error saying "Object Required". The same thing happens with the ChildItemCount method. I am using QTP 10. Is it the reason of the error being thrown? I am trying the code on Registration Page If you spy the table "contact information", you should be able to see 18 rows in the spy window. The rowcount and columncount are working perfectly fine. Please help! |