Click here to Skip to main content
15,881,089 members
Everything / MSTest

MSTest

MSTest

Great Reads

by Anton Angelov
If you need to rerun Failed Tests (MSTest), you can download the application that I wrote. Examples how to use it and code snippets.
by Anton Angelov
Use SpecFlow to define automated acceptance tests from business-readable specifications. Learn how to write understandable UI tests within 10 minutes.The post Getting Started with SpecFlow in 10 Minutes appeared first on Automate The Planet.
by Anton Angelov
Explore the usage of Specification-based Test Design Techniques to enhance your unit tests. Practical examples how to use boundary values and partitions.
by Anton Angelov
Find some advanced WebDriver tips and tricks how to use the framework for changing user agent or dealing with SSL certificates.The post 10 Advanced WebDriver Tips and Tricks Part 2 appeared first on Automate The Planet.

Latest Articles

by Zijian
From MsTest to xUnit
by Zebedee Mason
Visual C++ tests are created from Gherkin DSL feature files using a Python 2.7 script
by Sean Rand
Getting the most from your test runner
by Anton Angelov
Through the help of interfaces, extension methods and partial classes, 3 page objects variations are presented that lead to more maintainable code.

All Articles

Sort by Score

MSTest 

16 Apr 2015 by kingddd
Introducing a new tool to transform trx (mstest results file) into HTML report
31 May 2014 by Corey Brand
Roll your own configurable test doubles
24 Nov 2023 by Zijian
From MsTest to xUnit
1 Apr 2015 by vikramsagar
Fixing third party DLL dependent unit tests with Xcopy