Micro Focus QTP (UFT) Forums
Utilizing QTP to test a TCP/FTP/SNA based protocol - 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 Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Utilizing QTP to test a TCP/FTP/SNA based protocol (/Thread-Utilizing-QTP-to-test-a-TCP-FTP-SNA-based-protocol)



Utilizing QTP to test a TCP/FTP/SNA based protocol - pahire - 07-01-2010

Our software application running in IBM AIX Unix supports different connectivity protocols that are TCP-IP/FTP/SNA based.

Would you have sample code to pick up contents from a file and post the request to a TCP/FTP/SNA port on a Unix server and fetch the results returned back?

Any help on one or more of the above is very much appreciated.

Thanks !


RE: Utilizing QTP to test a TCP/FTP/SNA based protocol - surya_7mar - 07-06-2010

Please let us how your file looks like so that we can help you out in fetching the proper details


RE: Utilizing QTP to test a TCP/FTP/SNA based protocol - pahire - 07-07-2010

Attached are typical examples of sample requests for the TCP based protocol. The intention is to automate testing by posting variations of these files to a Server program running at a specific port on a IBM AIX Unix host and then getting back responses in order to analyze the results.


RE: Utilizing QTP to test a TCP/FTP/SNA based protocol - pahire - 07-15-2010

Hello, any thoughts and inputs with regard to what we are trying to achieve?

We are at a point where we need to decide whether QTP will help meet these needs or not? If not, we have to pursue other avenues like simple scripting with python and other utilities to perform comparinson.


RE: Utilizing QTP to test a TCP/FTP/SNA based protocol - sasmitakumari - 07-15-2010

r u using windows command line to post the request from to a TCP/FTP/SNA port on a Unix server?