Completed
You're not wasting time on automated tests. you're wasting time on initial manual testing
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Stop Wasting Time Not Writing Tests
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 How many of you test your applications?
- 3 Repetitive
- 4 Slow
- 5 Error prone due to human memory capacity
- 6 Automated testing
- 7 How is it better than manual testing?
- 8 The application is too
- 9 Small applications tend to grow
- 10 Never separate the application and tests
- 11 You're not wasting time on automated tests. you're wasting time on initial manual testing
- 12 Testing API's
- 13 Testing large forms
- 14 Shouldn't QA engineers handle the testing phase?
- 15 Test Driven Development
- 16 KNOW THE OUTPUTS FOR GIVEN INPUTS
- 17 Improve your specification through
- 18 How to start writing tests?
- 19 Writing tests is a discipline of it's own
- 20 Developer: I want to start writing tests
- 21 TRY A DIFFERENT APPROACH
- 22 Make tests part of your development cycle
- 23 Kick out manual testing!