QTP not identifying the TextArea and Buttons properly. - 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 not identifying the TextArea and Buttons properly. (/Thread-QTP-not-identifying-the-TextArea-and-Buttons-properly) |
QTP not identifying the TextArea and Buttons properly. - vibhakhushi - 02-22-2011 hello, i have automated AIR application. The script goes like this... Code: Window("VLE").Activate This is the VB Script generated. Although its identifying the TextArea, its identifying the click for the TextArea seperately. Can somebody please explain me why its happening so? When I re-run the same script, it gets hanged at the line Code: "Window("VLE").AirApplication("iLM").AirForm("form").AirTextArea("Password::password").Input "user"" It inputs UserID and password properly. After that QTP hangs. Thanks in advance. Waiting for a reply. |