Skip to content

A simple tutorial for each one need to know about unit testing as a beginner :☺

Notifications You must be signed in to change notification settings

MustafaAhmed313/Jest-JS-Unit-Testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

What is Unit Testing ?

Software testing method that break your software into pieces that can be tested individually to ensure it's validation.

Unit : is the smallest piece of your code that can be tested individually.

Testing Cycle :

alt text

Famous Testing Frameworks :

Types of Tests :

Integration Test : is a level of software testing where individual units or components of a software application are combined and tested as a group.

End to End Test (E2E) : is a level of software testing used to validate the entire software application from start to finish `(i.e. User End Testing).

Unit Test : is a level of software testing where individual components or units of a software application are tested in isolation.

Index :

Resource: Eng/Osama Elzero


Releases

No releases published

Packages

No packages published