Software Development
Showing 2389–2400 of 2769 results
Test Automation Fundamentals
Test automation is an essential part of an effective software development process. This course will teach you how to release high-quality software using fundamental test automation principles.
Test Automation: The Big Picture
Test automation helps you build delightful, competitive products. This course will teach you how and when to apply test automation, recognize different types of tests, avoid common pitfalls, and get a head start.
Test Driven Development in C# 8
Test Driven Development (TDD) is a powerful approach to build solid and robust software. This course teaches you how to use TDD in C# to test and implement new features in your .NET projects.
Test First Development – Part 1
Test first development techniques and practices with C#, Visual Studio, and NUnit
Test Harnesses in Angular
Join Emma Twersky in this Enterprise NG conference session that discusses test harnesses in Angular.
Test your Bicep code by using Azure Pipelines
Validate and test your Bicep code in your deployment pipeline. You'll use linting, preflight validation, and the what-if operation to validate your Azure changes before you deploy, and you'll test your resources after each deployment.
Test your Bicep code by using GitHub Actions
Validate and test your Bicep code in your deployment workflow. You'll use linting, preflight validation, and the what-if operation to validate your Azure changes before you deploy, and you'll test your resources after each deployment.
Test-driven Development Using React 16
Test-driven Development (TDD) and React work together to create clean, reliable code. This course will teach you the fundamentals of both while giving you essential hands-on experience so that you can quickly implement both in your projects.
Test-driven Development with React
Master test-driven development in React, focusing on writing tests before implementation for better code quality and reliability.
Test-driven Development: The Big Picture
Developing software can be expensive. Surprisingly, much of this cost is found in software maintenance. Come learn about test-driven development, a practice that aims to help reduce these costs as well as enable building of higher quality software.
Testing .NET Code in Visual Studio 2019
Visual Studio 2019 has great support and new features for unit tests. This course will show you how to write and run unit tests in Visual Studio 2019 helping you write rock-solid applications.
Testing .NET Code with xUnit.net 2: Getting Started
xUnit.net is a modern testing framework that is also used by the .NET development team. This course teaches you how to get started writing xUnit.net automated tests to verify your application is working as expected and help prevent costly bugs.