descriptive programming - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: descriptive programming (/Thread-descriptive-programming--919) |
descriptive programming - Rekha - 08-13-2008 Hi, can any one tell me why the following programme shows general run error. I do not have any programming back ground or scripting knowledge. I am fond of programming..so learning descriptive programming on my own help me pl.... Code: 'Retrieve Child Object Properties RE: descriptive programming - somisays - 08-14-2008 Dear Rekha, I Would Recommend you to read the following article. https://www.learnqtp.com/descriptive-programming-simplified/ Do you what exactly this code is doing ? RE: descriptive programming - Rekha - 08-14-2008 The script is to retrieve the child objects' (web edit) properties(name) of a web page (KSMC:ACCPAY:Account Groupin) to an excel sheet. It says general run error and stopped at 15 line shown below Code: Set objc1=browser("name:=KSMC:ACCPAY:Account Group").Page("name:=KSMC:ACCPAY:Account Group").ChildObjects(objc) |