Testing and What to Test in Vue.js 3
In the previous chapter, you learned the nitty-gritty details of the steps involved in dockerizing your Vue.js 3 project. In addition, you learned about the best practices and industry standards to dockerize an enterprise Vue.js 3 web application.
In this chapter, you will explore the concept of software testing. You will learn what to test from an array of available components and methods. In addition, you will learn about best practices and industry standards related to testing libraries and how to integrate them with Vue.js 3.
We will cover the following key topics in this chapter:
- Overview of testing
- Testing in software engineering
- What to test
- Testing a basic Vue.js 3 app
- Component testing in Vue.js 3