Accelerated Continuous Testing with Test Impact Analysis – Part 4

Essential to TIA’s test selection is the map of dynamic dependencies between test methods and source files of code exercised during their execution. TIA needs dependencies mapped in this form: TestMethod1 dependency1 dependency2 TestMethod2 dependency1 dependency3 TIA can generate such a dependencies-map for managed code execution. Where such dependencies reside in .cs and .vb files,... Read More

12 Comments

The TestContainer Capability

Updating off pre-RTM bits once RTM ships ought to be routine. But if you have not already done so in the case of the .NET Core based Test projects, let me give you a reason to do so. vstest delegates discovery and execution of tests to test-framework-specific adapters. Adapters indicate the kind of test containers... Read More

3 Comments

Multiple URL performance testing support for Azure Web Applications

Performance/load testing of Azure web applications is supported for a while, today we are announcing support for multiple URLs performance testing using Visual Studio web test format. Typically web application includes multiple web pages with headers and query parameters, so currently user has to create multiple test runs in Azure portal for testing each of... Read More

2 Comments