Unity Test Tools, why so difficult?

I’m trying to figure out how to make it work. The documentation is slim to say the least on this important topic.

The small amount of tutorials I found make reference to options not even present when I open the tool. I don’t see the Unit Test Runner, just the Integration Test runner. (version 5.3.1f1)

How to add a test? How to run it?

Integration Test runner allows you to add a test, but I was unable to find how to write the actual test.

Looking at other questions on the topic, seems like the support for this is really low as well.

HELP!!!

It looks like it doesn’t work right on version 5. The proper menus show on version 4.

The Unity Test Tools are actually a really great system and easy to use. Remember, that the official tutorials and blog posts are port of the documentation, too.

https://unity3d.com/learn/tutorials/modules/beginner/live-training-archive/test-tools

http://blogs.unity3d.com/2013/12/18/unity-test-tools-released/

https://bitbucket.org/Unity-Technologies/unitytesttools/wiki/Home

http://blogs.unity3d.com/2014/05/21/unit-testing-part-1-unit-tests-by-the-book/

http://blogs.unity3d.com/2014/07/28/unit-testing-at-the-speed-of-light-with-unity-test-tools/

http://blogs.unity3d.com/2014/06/03/unit-testing-part-2-unit-testing-monobehaviours/