Relative Content

Tag Archive for windowstestingautomationcommand-line-interface

automate testing of a windows exe that does not have any Web interface or API

How to automate testing of a windows application “testapp.exe” that can take some input parameters and prints the output.
Example:
a. testapp.exe -V (prints the current version)
b. testapp.exe -ping ip (pings the ip address and gives result)
c. testapp.exe (connect to this ip using ssh and prints running linux version)
d. …
Want to use this approach to automate testing to make sure all the requirements for testapp.exe are met.

automate testing of a windows exe that does not have any Web interface or API

How to automate testing of a windows application “testapp.exe” that can take some input parameters and prints the output.
Example:
a. testapp.exe -V (prints the current version)
b. testapp.exe -ping ip (pings the ip address and gives result)
c. testapp.exe (connect to this ip using ssh and prints running linux version)
d. …
Want to use this approach to automate testing to make sure all the requirements for testapp.exe are met.

automate testing of a windows exe that does not have any Web interface or API

How to automate testing of a windows application “testapp.exe” that can take some input parameters and prints the output.
Example:
a. testapp.exe -V (prints the current version)
b. testapp.exe -ping ip (pings the ip address and gives result)
c. testapp.exe (connect to this ip using ssh and prints running linux version)
d. …
Want to use this approach to automate testing to make sure all the requirements for testapp.exe are met.