What is End-to-End Testing?

End-to-end testing, also known as E2E testing, is a methodology used for ensuring that applications behave as expected and that the flow of data is maintained for all kinds of user tasks and processes. This type of testing approach starts from the end …


This content originally appeared on DEV Community and was authored by Ravgeet Dhillon

End-to-end testing, also known as E2E testing, is a methodology used for ensuring that applications behave as expected and that the flow of data is maintained for all kinds of user tasks and processes. This type of testing approach starts from the end user’s perspective and simulates a real-world scenario. For example, on a sign-up form, you can expect a user to perform one or more of these actions:

  • Enter a blank email and password
  • Enter a valid email and password
  • Enter an invalid email and password
  • Click a sign-up button

You can use end-to-end testing to verify that all these actions work as a user might expect.

End-to-end testing may sound comprehensive, but there are many other testing methods that you should use with it to create a robust continuous integration practice.

Read the full blog on CircleCI.

Thanks for reading 💜

I publish a monthly newsletter in which I share personal stories, things that I am working on, what is happening in the world of tech, and some interesting dev-related posts which I come across while surfing the web.

Connect with me through TwitterLinkedInGithub or send me an Email.

Ravgeet, Full Stack Developer and Technical Content Writer


This content originally appeared on DEV Community and was authored by Ravgeet Dhillon


Print Share Comment Cite Upload Translate Updates
APA

Ravgeet Dhillon | Sciencx (2022-07-06T11:01:05+00:00) What is End-to-End Testing?. Retrieved from https://www.scien.cx/2022/07/06/what-is-end-to-end-testing/

MLA
" » What is End-to-End Testing?." Ravgeet Dhillon | Sciencx - Wednesday July 6, 2022, https://www.scien.cx/2022/07/06/what-is-end-to-end-testing/
HARVARD
Ravgeet Dhillon | Sciencx Wednesday July 6, 2022 » What is End-to-End Testing?., viewed ,<https://www.scien.cx/2022/07/06/what-is-end-to-end-testing/>
VANCOUVER
Ravgeet Dhillon | Sciencx - » What is End-to-End Testing?. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/07/06/what-is-end-to-end-testing/
CHICAGO
" » What is End-to-End Testing?." Ravgeet Dhillon | Sciencx - Accessed . https://www.scien.cx/2022/07/06/what-is-end-to-end-testing/
IEEE
" » What is End-to-End Testing?." Ravgeet Dhillon | Sciencx [Online]. Available: https://www.scien.cx/2022/07/06/what-is-end-to-end-testing/. [Accessed: ]
rf:citation
» What is End-to-End Testing? | Ravgeet Dhillon | Sciencx | https://www.scien.cx/2022/07/06/what-is-end-to-end-testing/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.