Getting Restarted With Software Testing: Part 2
dev.to·1d·
Discuss: DEV
🧪Testing
Preview
Report Post

Define different types of testing

We follow different types of testing approach to deliver high quality product to the customer which will be free from any bugs or defects. And it is classified into functional testing and non-functional testing.

Functional Testing

Functional testing talks about the behavior of the application and how the features should work in the application. It is categorized into different types.

Smoke Testing

Sanity Testing

Regression Testing

Retesting Testing

Ad-hoc Testing

Exploratory Testing

User Interface Testing(UI)

End To End Testing

1. Smoke Testing

Smoke testing is performed by developer and the QA team and it is used to check the basic functionalities of the software after every release. Smoke testing is do…

Similar Posts

Loading similar posts...