Skip to content

anilj1/go-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go Testing

These are some jottings and practice + reference code written during the "Go unit, integration, and functional testing" course which I did on Udemy.

Types of Unit Testing

In general, there are three types of unit testing performed in Go. They are:

  • Unit testing
  • Intergation testing
  • Functional testing

Hierarchy of Unit Testing

The hierarchy of unit testing is shown below. Depending on the scope of the unit testing, they increase in the order of details and the coverage of the functionality.

Placement of Unit Testing

Fig shows logical scope and placement of various unit testing performed from the perspective of system architecture.

dominating_sets_example2

About

Go unit, integration, and functional testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages