Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot identify Windows (Putty) object in QTP - Error
#3
Not Solved
Hi Kharini,

Try with the below code...
and use Systemutil.Run "C:\putty.exe
Code:
'Establish a  Telnet session
Systemutil.Run "C:\putty.exe"
window("PuTTY Configuration").WinEdit("Host Name (or IP address)").Set ftp_server
window("PuTTY Configuration").WinRadioButton("Telnet").Set
window("PuTTY Configuration").WinButton("Open").Click
'Logon To the server
window("PuTTY").Type login
window("PuTTY").Type vbcrlf
window("PuTTY").Type pwd
window("PuTTY").Type vbcrlf


Regards,
Venkat.Batchu
Reply


Messages In This Thread
RE: Cannot identify Windows (Putty) object in QTP - Error - by venkatbatchu - 08-30-2010, 11:35 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to identify an error page occurring in server in between the qtp run. aswini 1 2,134 05-04-2017, 03:52 PM
Last Post: Ankur
  Cannot identify the object "Webtable" korunu 1 2,865 06-29-2016, 05:28 PM
Last Post: Ankesh
  Cannot identify the object "Webtable" korunu 0 2,136 05-11-2016, 12:02 AM
Last Post: korunu
  Intermitent "Object not visible" error erodpr 5 4,407 01-14-2016, 10:55 AM
Last Post: vinod123
  QTP "Cannot identify the object" richardpaulhall_2 3 14,342 08-20-2015, 11:46 PM
Last Post: ADITI1992

Forum Jump:


Users browsing this thread: 1 Guest(s)