Automated unit testing basics
1.
Introduction
What is automated unit testing?
Why are we writing unit tests?
What is good unit test?
Other types of automated testing
System Under Test (SUT)
2.
Structure of unit test
Structure
3.
Setup techniques
Simple test data
Data driven test
Fake test dependency
Mock dependency
4.
Verification techniques
Result verification
State verification
Interaction verification
5.
Test driven or test oriented
Test driven development
Test oriented development
SOLID Principles
What is SOLID principles?
Single Responsibility Principle
Open-Closed Principle
Liskov Substitution Principle
Interface Segregation Principle
Dependency Inversion Principle
© Copyright 2021, Kodebot.
Kodebot
> Tutorials
Tutorials
Automated unit testing basics
SOLID Principles
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus