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
>
Automated unit testing basics
> Structure of unit test
Chapter 2
Structure of unit test
In this chapter, let’s look at the structure of the unit test.
Watch video
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus