Effective Team Management with VSTS and TFS by Chaminda Chandrasekara & Sanjaya Yapa
Author:Chaminda Chandrasekara & Sanjaya Yapa
Language: eng
Format: epub
Publisher: Apress, Berkeley, CA
Testing the Work
Testing plays an important role in software development and you may want to use Test Driven Development (TDD) as well. Regardless of which process you use, testing is a key aspect of software development and should be done thoroughly to ensure your team delivers a quality project/product.
Your team can use unit tests to start development testing, aided by VSTS/TFS, which will provide code coverage. Your team can then integrate the unit tests with continuous integration builds (we discuss this later in the chapter) to automate the process as well as to help publish code coverage results the team can view ( https://docs.microsoft.com/en-us/vsts/build-release/tasks/test/publish-code-coverage-results ). The extension in Visual Studio Marketplace comes with a dashboard widget for code coverage with a build ( https://marketplace.visualstudio.com/items?itemName=shanebdavis.code-coverage-dashboard-widgets ). We discuss dashboards later in this chapter.
It is possible to create test plans and test suites to organize the test cases your team develops related to backlog items. Your team can create static test suites, requirement-based test suites, and query-based test suites to organize the test plans. You can find a lot of useful information on this at https://docs.microsoft.com/en-us/vsts/manual-test/reference-qa . Your team can track test status as explained here: https://docs.microsoft.com/en-us/vsts/manual-test/getting-started/track-test-status . When a test plan is executed, you can view the outcome graphically in the Test Runs tab of VSTS/TFS, as shown in Figure 3-8.
Figure 3-8Test outcome
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
NET | C & C++ Windows Programming |
SQL Server | VBA |
Visual Basic |
Deep Learning with Python by François Chollet(12593)
Hello! Python by Anthony Briggs(9928)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9804)
The Mikado Method by Ola Ellnestam Daniel Brolund(9787)
Dependency Injection in .NET by Mark Seemann(9348)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8310)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7772)
Grails in Action by Glen Smith Peter Ledbrook(7705)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7567)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(7185)
Microservices with Go by Alexander Shuiskov(6949)
Practical Design Patterns for Java Developers by Miroslav Wengner(6866)
Test Automation Engineering Handbook by Manikandan Sambamurthy(6811)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6425)
Angular Projects - Third Edition by Aristeidis Bampakos(6228)
The Art of Crafting User Stories by The Art of Crafting User Stories(5744)
NetSuite for Consultants - Second Edition by Peter Ries(5672)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(5488)
Kotlin in Action by Dmitry Jemerov(5074)
