0 votes
in Testing by
What is the purpose of the end-to-end testing?

1 Answer

0 votes
by
End-to-end testing is a testing strategy to execute tests that cover every possible flow of an application from its start to finish. The objective of performing end-to-end tests is to discover software dependencies and to assert that the correct input is getting passed between various software modules and sub-systems.

Related questions

0 votes
asked May 26, 2019 in Testing by rajeshsharma
+1 vote
asked Jun 23, 2019 in Testing by SakshiSharma
...