Geeks Talk

Prepare for your Next Interview




Putty screen login and password script

This is a discussion on Putty screen login and password script within the Quality Center forums, part of the Software Testing category; Hi all, could you correct me this script if any wrong: here i am opening a putty screen and entering login and password and quiting. Systemutil.run("c:\putty.exe") ...


Go Back   Geeks Talk > Software Testing > Quality Center

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 04-24-2007
Junior Member
 
Join Date: Feb 2007
Location: bangalore
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
dnarsingarao is on a distinguished road
Putty screen login and password script

Hi all, could you correct me this script if any wrong: here i am opening a putty screen and entering login and password and quiting. Systemutil.run("c:\putty.exe")
with window("regexpwndtitle:=putty configuration")
.activate
.winedit("nativeclass:=edit","attached text:=host &name (or ip address)").type "10.0.100.99"
.winedit("nativeclass:=edit","attached text:=&port").type "23"
.winradiobutton("nativeclass:=button","text:=&telnet").set
.winbutton("text:=&open").click
end with
with window("nativeclass:=putty")
.type "maint"
.type micreturn
.type "alaska17"
.type micreturn
.type "exit"
.type micreturn
end in the above script if record it then it's working fine, but in descriptive it's not executing. Please correct me that script if any thing wrong in that. Thanks in advance.

Last edited by Lokesh M : 04-24-2007 at 02:25 AM.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-29-2007
Junior Member
 
Join Date: Apr 2006
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
kkkandula is on a distinguished road
Re: Putty screen login and password script

first try to create a window variable i.e., set w=window("Title:=xxxxx")
I think some problem with accessing properties of corresponding objects

Last edited by kkkandula : 05-29-2007 at 05:46 AM.
Reply With Quote
Reply

  Geeks Talk > Software Testing > Quality Center


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Getting error - Login failed on server side Geek_Guest ASP.NET 2 06-03-2007 03:27 PM
I need to check the Login function Geek_Guest SilkTest 0 04-16-2007 09:14 AM
AMUST 1-Login Premium Pack JobHelper Geeks Lounge 0 03-04-2007 10:11 AM
Sticky Password: intelligent form filler and password manager that works with web for JobHelper Geeks Lounge 0 01-04-2007 02:11 PM
Login to sample flight application in QTP JobHelper QTP 2 12-30-2006 06:38 AM


All times are GMT -4. The time now is 12:30 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved