Click here to Skip to main content
15,868,107 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 

19 Oct 2018 by Sean Rand
Getting the most from your test runner
8 May 2016 by Anton Angelov
Learn how to use the Behaviours Design Pattern to increase the flexibility of your automated tests' API. Create tests the same way you build LEGO.The post Behaviours Design Pattern in Automated Testing appeared first on Automate The Planet.
30 Oct 2016 by Anton Angelov
Learn how to extend the tests’ execution workflow running additional code on various points of the workflow. Configure SpecFlow hooks' execution order.
27 Jan 2018 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.
18 Sep 2016 by Anton Angelov
Learn how to improve automated testing troubleshooting through the introduction of meaningful exceptions' messages on tests' failure. The third version of the utility will utilize the Decorator Design Pattern.
9 Oct 2019 by Zebedee Mason
Visual C++ tests are created from Gherkin DSL feature files using a Python 2.7 script
9 Feb 2017 by Sean Rand
Let's get moving in Selenium and start Automation Testing in this Selenium Series.
23 Jul 2017 by Praveenkj79
This article describes how to test your .NET core API using MS Test.
16 Mar 2017 by Sean Rand
Testing using Chrome, Internet Explorer, Edge, and Firefox!