Software Development
Showing 2293–2304 of 2653 results
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 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.
Testing and Debugging Ansible Automation
Struggling to troubleshoot errors with Ansible automation? Got a playbook that fails, but have no idea why? In this course, you'll unlock effective tools and efficient methods for troubleshooting Ansible automation.
Testing Apollo 3
Just like any other application, Apollo applications need to be tested. This course teaches you how to properly test your full-stack Apollo application.
Testing Complex Interfaces and Visualizations
Testing real user interfaces is hard. It's fairly easy to unit test the low-level details. Integration tests can cover a couple more layers. But it can be very hard to test that those details add up to something useful: an actual feature.
Testing Go Applications
In this course, you'll get an overview of Go's testing landscape and learn how to test and profile your own applications.
Testing in Go
Automated testing is a critical part of modern software development. This course will teach you how to test your Go applications to ensure they are both correct and performant.
Testing in React 18
This course will teach you techniques for automated testing of React applications. Each technique will include a discussion of the applicability of that technique and how it compares to other available options.
Testing Next.js Applications with Cypress
Learn to test Next.js applications using Cypress, focusing on end-to-end testing techniques for modern web applications.