QTP Identification - 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: QTP Identification (/Thread-QTP-Identification) |
QTP Identification - shobhana - 07-18-2008 Hi, I am currently working in Oracle 12i EBS. I have a problem with QTP. When i record and replay at the first time it recogonizes the object and does the corresponding action. But if i run the same script second time i am getting an error "Object not Found" . But from the repository if we say highlight , it correctly indentify in application. At this time if we add the object again into the repository and run the script it executes successfully but for once. So we need to add that particluar object everytime when we run the script. Can anybody provide me the solution . RE: QTP Identification - vamshiram - 07-18-2008 Hi verify the object test and runtime properties.... just check any varience in the properties if it is simple select the unique property of the objects and write the discrpitive prg for the object ....... Vamshi RE: QTP Identification - shobhana - 07-19-2008 Thanks for your help.I will try it.. |