course

JS: Automated testing

7 students
Course updated 25 July 2023
<span class="translation_missing" title="translation missing: en.web.courses.show.course_alt, course: JS: Automated testing">Course Alt</span>
$49 per month
for all Hexlet's courses
Sign up
  • In-browser editor for exercises
  • Permanent access to theory
  • Asynchronous learning
Recommended program
profession
Development of front-end components for web applications
10 months
from scratch
Start at any time
profession
Layout with the latest CSS standards
5 months
from scratch
under development
Start at any time
profession
new
Developing web applications with Django
10 months
from scratch
under development
Start at any time

Included in the course

12 lessons (video or text)
10 exercises in the IDE
34 quizzes
Assistance in Discussions on the website
Access to other courses of the our platform

What you'll learn

  • Writing better code with fewer bugs than code without tests
  • Build the architecture of your code better based on how it will be used
  • Write code faster due to automated result check
  • Perform code refactoring more often, ridding it of legacy, thanks to the guarantees that tests give

Description

The market-leading programming processes includes automated testing as a key component. The only trustworthy method for verifying that the code is functional is through tests. They do not eliminate bugs, but they do enable you to maintain a manageable amount of them. Tests provide assurance that changes made to one component of the system would not harm other parts.

This course looks at both general test writing principles and contemporary JavaScript testing tools.

Course program

Estimated time: 14 hours