Software Testing
Showing 25–36 of 107 results
Easy Healthy Tests with Component Harnesses
Component harnesses let you create a supported API for interacting with a component in tests the same way a user will. This talk will show you how you to use the Angular CDK to build your own harnesses for easier, healthier tests in all environments.
Effective C# Unit Testing for Enterprise Applications
This course will help you gain a better understanding of unit testing with good patterns to follow and an understanding of patterns to avoid. You'll see how to avoid patterns that lead to brittle tests that impede refactoring your code.
End-to-end Vue Testing with Cypress 6
Learn how to get started with Cypress, write end-to-end tests, and take advantage of different features to enhance your testing process.
Fundamentals of Java Testing
This course will teach you to write automated tests for your code and how to implement this in Java including Junit, TDD and how to structure your code for testability.
Getting Started with EasyMock 4
Dependencies between application classes make it difficult to write unit tests. EasyMock enables you to focus on the unit-under-test by using mocks. You’ll gain full control over the behavior of dependencies and enhance your unit testing skills.
Getting Started with TestNG 6
Automated tests are key to delivering quality assurance to software. Learn how to write any kind of test - unit, component or user interface, using TestNG - a feature-rich and incredibly popular testing framework.
Getting Started with UI Testing and Appium 1
This course you will teach you how to write UI Test automation in the programming language you like for applications on iOS, Android, Mac, and Windows including UWP, WPF, and Windows Forms applications using the open source tool Appium
ICAgile (ICP-TST): Agile Testing Process
This course will teach you how to create tests by devising a test strategy, as well as explore testing infrastructures and environments used by different testing roles in an Agile distributed environment.
ICAgile (ICP-TST): Getting Started
You know that you need to test, but you’re not sure how. This course will teach you the basics and the essence of software testing to get you started.
ICAgile (ICP-TST): Overview
This is an introduction to the IC-Agile Test certification. This course will teach you the broad outlines of what you can expect in ICAgile Testing.
ICAgile (ICP-TST): Testing Techniques
Agile changes the nature of testing. This course will teach you how it changes, and how to integrated Agile testing into your enteprise.
Improving Unit Tests with Fluent Assertions 5
Waste less time debugging failing tests by improving test failure messages, with the added benefit of making your test code more readable and maintainable, by using the Fluent Assertions library.