Micro Focus QTP (UFT) Forums
testing command line tools - 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: testing command line tools (/Thread-testing-command-line-tools)



testing command line tools - sreedharchinna - 01-12-2010

Can we use QTP to test command line tool, different switches for command line tool, and collect results from command line.. (both windows and linux)


RE: testing command line tools - rdemers25 - 01-12-2010

Well you can run applications from command line. If you are wanting to see what is on the screen based on the switches would be the problem. You can't see what is on the screen directly. An idea to go around this is to do the command line w/ the switches and send it to a file, and make sure the information in the file is correct.


RE: testing command line tools - sreedharchinna - 01-13-2010

This application is completely command based, can we put a wait until the application returns some value from QTP?


RE: testing command line tools - rdemers25 - 01-13-2010

I not sure what you are trying to do. You can run command line commands. If you are waiting for something to happen with the app you can check somethings (like that the command window closes, a file being created).

So I think I need more information to be able to answer what you are trying to do.