08-07-2008, 04:49 PM
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:-
----
}
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
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
{
public int insert()
{}
public int Rowcount()
{}
---
---
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