Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Connect QTP 10.0 with Unix
#1
Solved: 10 Years, 8 Months, 3 Weeks ago
Hello,

I am working with QTP 10.0 and i want to ask you if is it possible to connect with Unix and how do I get that?

Thanks and regards.

phabloxar.
Reply
#2
Solved: 10 Years, 8 Months, 3 Weeks ago
I already solved it partly!!!
I am only looking to resolve how to write the user account and password when open putty.

To execute y open putty:
Code:
SystemUtil.run "C:\PuTTY\putty.exe","","",""
With window("regexpwndtitle:=putty configuration")
      .activate
      .winedit("nativeclass:=edit","attached text:=Host.*").type &servername or IP
      .winedit("nativeclass:=edit","attached text:=&Port").type &portnumber
      .winradiobutton("nativeclass:=button","text:=&SSH").set
      .winbutton("text:=&open").click
End with


phabloxar.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Need script to connect remote machine stalinvanama 1 1,458 09-27-2018, 08:12 PM
Last Post: stalinvanama
  Try to connect oracle server through UFT.Getting Ora6413 error siteshag 0 1,660 08-20-2014, 05:26 PM
Last Post: siteshag
MyBB Downloading files from Unix server elango87 0 3,190 12-13-2012, 06:25 PM
Last Post: elango87
  How to read a unix flat file from a unix server using QTP vinayjames.b05 3 9,298 06-18-2012, 11:12 PM
Last Post: gunaseakaran
  How to Interact Unix through QTP Hema 4 16,483 03-10-2011, 11:47 AM
Last Post: KVK

Forum Jump:


Users browsing this thread: 1 Guest(s)