![]() |
QTP is not adding object to local repository - 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: QTP is not adding object to local repository (/Thread-QTP-is-not-adding-object-to-local-repository) |
QTP is not adding object to local repository - harish_qtp - 06-20-2012 Hi, I am working on automation for a Java applet.I am creating shared object repositories for different forms in application. For example: Login.tsr,MainPage.tsr . But there are two JavaEdit fields with same Name here.Once is present in login form,learnt and stored in Login.tsr, the other one which qtp is able to detect but not able to add to the Local repository(It is just disabling that option). How to solve this issue? Thanks in advance RE: QTP is not adding object to local repository - harish_qtp - 06-21-2012 Hi, I solved the issue myself.I opened new Test and added the the duplicate(the other object with same name and type) object to local repository.Then renamed that object.Exported it as another shared OR.In my original test imported that SOR and associated with my action.Now I have both the objects available with different names. Thank you all. |