Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Software testing

I am interested in testing my software and I do not know exactly were to start. Could you please share your experience and what tools do you use to test your software. Any answers are welcome!

Tagged:

Answers

  • Options

    The two most common tools are Remoting to Device from the Unity IDE (which lets you run inside the IDE for convenience) and Remote Debugging (to the hololens over wifi) from Visual Studio, which lets you debug the app running in the UWP sandbox (which is different under the covers than running in Unity). There are no good automated testing tools for unity apps, as far as I know. The graphics debugger and profiling tool are also really handy. Unfortunately, there isn't a lot of documentation about using these well: https://developer.microsoft.com/en-us/windows/mixed-reality/using_visual_studio#profiling

    Good luck!

    James Ashley
    VS 2017 v5.3.3, Unity 2017.3.0f3, MRTK 2017.1.2, W10 17063
    Microsoft MVP, Freelance HoloLens/MR Developer
    www.imaginativeuniversal.com

Sign In or Register to comment.