DEV Community

Discussion on: Different types of testing explained

Collapse
 
priteshusadadiya profile image
Pritesh Usadadiya • Edited

Awesome article @thejessleigh

Here are my 2 cents :)

Regression testing and smoke testing both can be done with Automation or with Manual or both (it really depends on whether the team has implemented Automated tests or whether they are doing Manually testing only)

In the products that i have worked for,usually both gets done (Automation and Manual)

Acceptance testing

Acceptance testing gets done after end-to-end development.
Here we can consider E2ED as end-to-end development of a feature or end-to-end development for a release (combination of all features)

As you have stated on your article, it really depends on the team and what kind of workflows they have created.