We'll be glad to discuss, please drop us an email.
View our other online Live Classes here.
🗓
February 24, 2023
13:00—17:00 UTC
13:00—17:00 UTC
2023-02-24T13:00:00Z
Abstract
Creating fully automated tests for React requires three things: tools, discipline, and learning the techniques. There are some really good tools and the fact you're interested in this workshop shows you have motivation and discipline to make use of them. In this workshop you will learn the techniques needed to write effective automated tests to get quick feedback as the code evolves.
Creating fully automated tests for React requires three things: tools, discipline, and learning the techniques. There are some really good tools and the fact you're interested in this workshop shows you have motivation and discipline to make use of them. In this workshop you will learn the techniques needed to write effective automated tests to get quick feedback as the code evolves.
Instructor

Venkat Subramaniam
Dr. Venkat Subramaniam is an award-winning author, founder of Agile Developer, Inc., creator of agilelearner.com, co-founder of the devdotnext software conference, and an instructional professor at the University of Houston.

Venkat Subramaniam
Dr. Venkat Subramaniam is an award-winning author, founder of Agile Developer, Inc., creator of agilelearner.com, co-founder of the devdotnext software conference, and an instructional professor at the University of Houston.
He has trained and mentored thousands of software developers in the US, Canada, Europe, and Asia, and is a regularly-invited speaker at several international conferences. Venkat helps his clients effectively apply and succeed with sustainable agile practices on their software projects.
Venkat is a (co)author of multiple technical books, including the 2007 Jolt Productivity award winning book Practices of an Agile Developer. You can find a list of his books at agiledeveloper.com. You can reach him by email at venkats@agiledeveloper.com or on twitter at @venkat_s.
Topics Covered
- Effective testing and mocking techniques
- Structuring code for ease of testing
- Testing components and events
- Creating stub and mocks for service calls
- Measuring code coverage
What will you learn?
- Test drive your code
- Create effective automated tests
- Use appropriate tools for testing and mocking
- Get fast feedback when code changes
- Measure test coverage
Who is this for?
Frontend developers using React and keenly interested in writing automated tests
Frontend developers using React and keenly interested in writing automated tests
Things you need to attend?
- Your favorite editor or IDE
- nodejs
- Git Client