Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create UniversalWindowApp test application #27

Closed
Roemer opened this issue Oct 19, 2016 · 9 comments
Closed

Create UniversalWindowApp test application #27

Roemer opened this issue Oct 19, 2016 · 9 comments

Comments

@Roemer
Copy link
Member

Roemer commented Oct 19, 2016

Since they should be fully supported, should we add such an application?

@Portikus
Copy link

Portikus commented Aug 4, 2017

What about this topic? Is it possible to write tests for UWP apps? Would be very nice :)

@Roemer
Copy link
Member Author

Roemer commented Aug 4, 2017

Yes it should be possible. This issue is just a note that there is no test UWP app in FlaUI itself.

@Portikus
Copy link

Portikus commented Aug 7, 2017

Ah ok.
I will try to write some UI tests for UWP.
But anyway it would be very nice if there were an UWP testapplication.

@Roemer
Copy link
Member Author

Roemer commented Aug 7, 2017

Feel free to create a small application (even when it only has a few simple controls) and create a PR for it.

@godrose
Copy link

godrose commented Dec 20, 2017

@Roemer
How do I launch a UWP App using the FlaUI library?
What path should I provide to Application.Launch method?

@Roemer
Copy link
Member Author

Roemer commented Dec 20, 2017

See https://github.com/Roemer/FlaUI/blob/master/src/FlaUI.Core.UITests/CalculatorTests.cs
Application.LaunchStoreApp("Microsoft.WindowsCalculator_8wekyb3d8bbwe!App");

@godrose
Copy link

godrose commented Dec 20, 2017

@Roemer Will check. Thanks!

@godrose
Copy link

godrose commented Dec 25, 2017

@Roemer Excellent job.
If I might recommend that you should add a short How-To as to the correct app Id to be supplied to the LaunchStoreApp method. It took me a while to figure out what exactly I should put there

@Roemer
Copy link
Member Author

Roemer commented Sep 25, 2022

Probably won't happen anytime soon and there are now plenty of UWP apps in Windows that can be used for testing.

@Roemer Roemer closed this as not planned Won't fix, can't repro, duplicate, stale Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants