This is an interesting article by @DanCast that attempts to answer a long-standing question: What does "Senior" entail in the role of “Senior” Software Engineer? A must read for any
This is the last post of the series regarding TestContext. The other posts of this series include:
On Unit Testing:
* Why is Unit Testing so Important?
* TDD in a Nutshell.
* More on Unit
TestContext consolidates the support of Data Driven Unit Tests via mstest by allowing access to the datasource (e.g., database table), associated with the present code under test. This post describes this very
TestContext is particularly important in the context of ASP.NET web application as it provides an instance of Page object as TestContext.RequestPage. It is a reference System.Web.UI.Page object instantiated
TestContext class is equipped with two public methods: BeginTimer and EndTimer, which allow measuring the execution time of an individual unit test. In this way, time required to execute code under test can