Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP not identifying the TextArea and Buttons properly.
#1
hello, i have automated AIR application. The script goes like this...

Code:
Window("VLE").Activate [color=#00BFFF]Window("VLE").Click 375,170 Window("ViLE").AirApplication("iLM").AirForm("form").AirTextArea("User ID::username").SelectText 0,0 Window("VLE").Type "user"[/color] Window("VLE").Click 384,201 Window("VLE").AirApplication("iLM").AirForm("form").AirTextArea("User ID::username").Input "user" Window("VLE").AirApplication("iLM").AirForm("form").AirTextArea("Password::password").SelectText 0,0 Window("VLE").Type "user" Window("VLE").Click 382,279 Window("VLE").AirApplication("iLM").AirForm("form").AirTextArea("Password::password").Input "user" Window("VLE").AirApplication("iLM").AirButton("Login").Click Window("VLE").Click 956,35

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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  QTP is not identifying table with column names property but its identifing with index Anuradha B 1 3,545 02-12-2015, 04:00 PM
Last Post: Kirill
  QTP is not identifying Parent objects it self then how can we automate swapna.9n9 0 2,361 12-11-2014, 04:32 PM
Last Post: swapna.9n9
  QTP identifying WebList as WebEdit and an Element passion77 3 9,243 01-27-2014, 10:21 PM
Last Post: supputuri
  QTP is not identifying the objects in .net application. qtpexpert 0 3,048 03-12-2013, 12:59 PM
Last Post: qtpexpert
  QTP- identifying same objects with same properties sumalatha 8 29,436 08-07-2012, 04:25 PM
Last Post: abhishekjain_87

Forum Jump:


Users browsing this thread: 1 Guest(s)