Projectreunion: Question: What are the plans for the future of testing Windows apps?

Created on 9 Nov 2020  路  3Comments  路  Source: microsoft/ProjectReunion

Testing of UWP apps is an area that has been overlooked in the past. Tooling support for testing is lacking in many areas and little attention has been paid.

  • Are plans being made to ensure that all apps built using Project Reunion are fully testable?
  • Will all APIs be mockable?
  • Will MSTest Fakes support be added for all APIs?
  • Will new project and item templates include options for including tests?
  • Will work be done to ensure that work done with testing tools supports Windows apps in future?
  • What else is being considered for software testing as part of this project?

I'm aware of #227 but this question is aimed at the broader situation, not just UI testing.

X-Ref: https://github.com/microsoft/microsoft-ui-xaml/issues/3584

area-Developer tools

Most helpful comment

Really good questions, and this isn't an area we've thought deeply about yet. Let's begin by seeing if we can get some more discussion on this issue (and then turn it into one).

All 3 comments

Really good questions, and this isn't an area we've thought deeply about yet. Let's begin by seeing if we can get some more discussion on this issue (and then turn it into one).

Thanks for raising this @mrlacey, good questions. Personally I have often avoided writing tests for UWP code because:

  1. Tests are slow to launch (likely related to #55)
  2. My TDD tools (NCrunch in particular) do not support running UWP projects

@rgwood These are great examples of why this needs to be addressed.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alphahorse picture alphahorse  路  4Comments

FrayxRulez picture FrayxRulez  路  7Comments

jonwis picture jonwis  路  4Comments

OmarJay1 picture OmarJay1  路  6Comments

mrlacey picture mrlacey  路  4Comments