How to get the information from Activity Coverage

Two things here:

  • I would suggest an upgrade to the latest version of Studio and activity packages; as mentioned above, the Testing capabilities are part of the Studio Pro profile which is equal to the Community Edition (you just sometimes have to switch to the Studio Pro profile in Studio settings)

  • I gave it a try by doing this:

    • I opened a normal project
    • I right clicked one XAML in my project Panel as per our docs and chose Create Test Case
      image
    • I then simply Clicked on the Debug button to run the debugging session on the test case XAML file; this is the result:
    • when I then go back to my Main.xaml file and click the green button to show the coverage, I get this:

      I hope it helps :slight_smile:
2 Likes