Software Testing
Showing 85–96 of 107 results
Testing NgRx
In this Enterprise NG conference session, Cecelia Martinez walks through testing NgRx.
Testing React 16 Applications with Jest 26
Jest is one of the best tools available for testing React applications. This course will teach you basic and intermediate Jest testing techniques, including running tests, snapshot testing, testing React components, and module mocking.
Testing React 16 Components
This course will teach you how to create testable React components and how to implement tests for those components that are effective, fast, and reliable.
Testing Rust 2021 Applications
This course will teach you how to ensure software reliability in Rust. Master unit and integration tests, leverage effective mocking, and utilize Rust's built-in tools. Learn to craft code that stands the test of time with best testing practices.
Testing Vue 2 Components with Jest 26
Vue applications are powerful and easy to build, but for a large project or a big team, a testing solution is needed. This course will teach you to test Vue components with Jest, ensuring that they, and your whole application, function correctly.
Testing with EF Core 2
When creating an application that uses EF Core you’ll quickly wonder how you can test your code. In this course you’ll learn about strategies that can help with testing your code by using in-memory database providers like InMemory and SQLite.
Theory of Software Testing
This Free Online Course Includes: 4-5 Hours of Learning CPD Accreditation Final Assessment
Unit Testing an ASP.NET Core MVC Web Application
Unit testing your ASP.NET Core MVC web application helps with improving its reliability. This course will teach you the ins and outs of unit testing with xUnit in detail.
Unit Testing an ASP.NET Core Web API
Unit testing your ASP.NET Core Web API helps with improving its reliability. This course will teach you the ins and outs of unit testing with xUnit in detail.
Unit Testing C Code in CLion 2020
Writing unit tests is a big part of being a good software developer. This course will teach you how to use unit tests to improve existing C code with the CLion IDE.
Unit Testing Fundamentals
Learn unit testing basics and best practices and understand the core concepts, terminology, and techniques. This course will teach you unit testing fundamentals to get started writing good unit tests.
Unit Testing in ASP.NET Core Blazor
Unit testing ensures that all code meets quality standards before it's deployed. This course will teach you how to unit test Blazor Applications using bUnit.