Hi folks,
I've done a lot of testing in my time, but it's been mainly been the old fashioned, manual, way....and that works well. Looking into unit testing, specifically test driven development, more closely now and find that the documentation is either patchy (Selenium) or non existent (XUnit, MSTest)....well, so far as I cannot find it (yet?)
When I looked for documentation for XUnit I found this comment by Brad Wilson on 29/05/2019 that "The API documentation is contained in the XML doc comments (which ship with the library). They are surfaced via Intellisense." at thisXUnit issue . So the authors/contributors have no intention of producing any kind of meaningful documentation or reference material. And I'm guessing this is the same across each of these tools. I'm not so concerned about Selenium which has been around a long time, has a lot of backup and a proper forum. However neither XUnit nor MSTest seem to.
So, I have two questions. Please bear in mind that I am no hobbyist...I do this for a job and keep things simple (especially for the complex work)....and I program both classic .NET and Core, typically MVC data with UI and integration projects.
- Would it be better to use MSTest than XUnit?
- Can anyone point me in the direction of something approaching a reference for one or the other?
Kind regards, Paul