Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP typing incorrect Text on PuTTY Window
#1
Not Solved Rolleyes 
Hi,

I am automating Backend flow and need to deal with 'PuTTY.exe'(a window application).

Find below link for reference:
http://en.wikipedia.org/wiki/PuTTY

I am using below code to type a string on PuTTY window:
Window("PuTTY").Type "Hi this is shrikant"

It is working fine most of the time but sometime it is typing wrong text(few small characters in capital or vice versa) as below:
"Hi this IS SHRIKANT"

While execution I am using below vbs to disable auto lock of my machine:

set wsc = CreateObject("WScript.Shell")
Do While True
WScript.Sleep (6000*10)
wsc.SendKeys ("{NUMLOCK}")
Loop

Attched the screenshots for reference.
   
Please help me to find why it is typing incorrectly.Has anyone faced this kind of issue on other applications while typing a text string on any object?
Sad
Thanks in advance for your help!
Shrikant
Reply


Messages In This Thread
QTP typing incorrect Text on PuTTY Window - by ShrikantBiradar3449 - 08-24-2012, 10:05 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  System Reboots when Terminal emulator is configured for QTP 11 to automate putty mahesh 3 6,650 02-08-2013, 11:10 PM
Last Post: coolguy
Big Grin QTP & Putty aditi 1 6,425 09-03-2009, 11:28 AM
Last Post: basanth27
  QTP with Putty 0.60 sudha_abap 1 3,822 10-22-2008, 03:03 PM
Last Post: sudha_abap
  Putty automation with QTP9.5 Issues rjobs 2 5,989 09-23-2008, 06:01 AM
Last Post: rjobs

Forum Jump:


Users browsing this thread: 1 Guest(s)