Showing 16525–16536 of 18767 results
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 your Dynamics 365 implementation
If you don't test a solution, you won't know if it's working, what might be wrong with it, if it meets the requirements as written, or if it meets the needs of the users. Testing is essential in building any kind of system that includes business applications with Dynamics 365.
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 with React
Master test-driven development (TDD) principles using React, focusing on building reliable and maintainable applications through testing strategies.
Test-driven Development with React
Understand the principles of test-driven development (TDD) using React, focusing on writing effective tests for components.
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.