Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP with Putty 0.60
#2
Solved: 10 Years, 9 Months, 1 Week ago
Putty Solution:---
After I made the following settings in QTP and used the folowing code it is working well:
1. Go to Test -> Record and Run Settings.
2. Select the Windows Applications tab.
3. Select the "Record and run test on any open Windows-based application" option.
Then used the following code:
Code:
SystemUtil.Run "putty","","H:\",""
Window("PuTTY Configuration").WinList("Saved Sessions").Select "M&M T2"
Window("PuTTY Configuration").WinButton("Load").Click
Window("PuTTY Configuration").WinButton("Open").Click
Window("PuTTY").Type  micShiftDwn  + "F" +  micShiftUp
Window("PuTTY").Type "orever" +  micShiftDwn  + "!" +  micShiftUp
Window("PuTTY").Type  micReturn
'Window("PuTTY").Move 424,33
Window("PuTTY").Type "exit"
Window("PuTTY").Type  micReturn


Note:After executing this code again changed back the settings for executing the other steps in the scenario.
Reply


Messages In This Thread
QTP with Putty 0.60 - by sudha_abap - 10-07-2008, 04:06 PM
RE: QTP with Putty 0.60 - by sudha_abap - 10-22-2008, 03:03 PM

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,653 02-08-2013, 11:10 PM
Last Post: coolguy
Rolleyes QTP typing incorrect Text on PuTTY Window ShrikantBiradar3449 0 2,419 08-24-2012, 10:05 AM
Last Post: ShrikantBiradar3449
Big Grin QTP & Putty aditi 1 6,425 09-03-2009, 11:28 AM
Last Post: basanth27
  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)