QTP with Putty 0.60 - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others) +--- Thread: QTP with Putty 0.60 (/Thread-QTP-with-Putty-0-60) |
QTP with Putty 0.60 - sudha_abap - 10-07-2008 Hi, We were using FTP and Telnet previously to update the records in SAP. Now we are using FTP and PUTTY. We were using a vbs function previously the same is not working for PUTTY. Now I tried to record it with QTP. But it is not recognizing the screen. So I used the following commands in the script: Code: SystemUtil.Run "putty.exe","-load ""M&M T2""","H:\","" It is just showing the screen for inputting the password. But it is not identifying the object window. Could anybody please suggest how to code for this. If you have solution you can even mail me to sudha_abap@sify.com Thaks and regards, Sudhakara Reddy.A RE: QTP with Putty 0.60 - sudha_abap - 10-22-2008 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:\","" Note:After executing this code again changed back the settings for executing the other steps in the scenario. |