I need to do the following things a.Create a telnet object in test script 1 b.Store the telnet object reference for further use c.In test script 2 retrieve the telnet object reference I tried doing this using pickle. . But pickle is not allowing to store telnet object as such
Is there any work around for this...
Is there any work around for this...