Skip to content

Commit

Permalink
Updated readme file to correct the guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Chathuranga Jayasinghe committed Aug 28, 2022
1 parent adca38b commit 23b4f83
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a Java Mevan project with the dependencies:
- TestNG
- Appium Java Client

This solutions has one test which opens the Windows Notepad application and run few tests on it. Before running this solution there few other dependencies you are required to fullfill. Which are:
This solution has one test which opens the Windows Notepad application and run few tests on it. Before running this solution there few other dependencies you are required to fulfill. Which are:

1. Download and install the WinApp Driver application from here under releases: https://github.com/Microsoft/WinAppDriver
2. Download and install Windows SDK from here. When installing make sure you pick “Windows SDK signing tools for desktop apps” & “Windows SDK for UWP Managed apps” options in the installation process: https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/
Expand All @@ -14,7 +14,7 @@ This solutions has one test which opens the Windows Notepad application and run

Once you are done with the above steps you are good to try this sample project on your machine..

To run the code, open the project with IntelliJ (or any other preffered IDE) & locate the test files under the pakage "src/test/java/NotepadTest" You can simply run the test files from there
The TestBase of the sample framework is located under "src/test/java/Framework/TestBase.class". To run the code, open the project with IntelliJ (or any other preferred IDE) & locate the test files under the package "src/test/java/Tests/NotepadTest.class". You can simply run the test files from there

A descriptive explanation about the code base can be found on Medium.com: https://schathurangaj.medium.com/automating-windows-apps-using-winapp-driver-with-java-ffc7756c3ce6

Expand Down

0 comments on commit 23b4f83

Please sign in to comment.