Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following automated test class validates the "Calculator" Windows native application, using several methods (i.e. Tests) for validating each arithmetic operation. 


Info
titlePlease note

This example is taken from the public github repo and can be found here: https://github.com/Microsoft/WinAppDriver/tree/master/Samples/Java/CalculatorTest. The repo also provides examples for other languages.


WinAppDriver must be running in the destination machine (i.e. the one having Windows and the "Calculator" application), or Appium Desktop.

...