Java Multilist issue - 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: Java Multilist issue (/Thread-Java-Multilist-issue) |
Java Multilist issue - Raj - 08-07-2008 Hi All, I'm no table to recognize java multilist using qtp9.2. Because application code they extented the javamultilist for user defined class and added some extra functionalities. i want to access those methods ex:- ---- Code: class TestList extends multilist application multilist has number of rows and columns but i'm not able to retrive the rows, if i identify the object through gui spy it's displaying that userdefined class(TestList) but i'm not able to access the TestList class methods In VB script is there any option to create object for TestList class and access those methods(insert(),Rowcount()) , if yes please explain Thanks, Raj |