RE: end to end testing
what is end to end testing?
I am new to testing and want to know about different types of testing.
Similar to system testing, end-to-end testing involves testing of a complete application environment in a situation that mimics real-world use, such as interacting with a database, using network communications, or interacting with other hardware, applications, or systems if appropriate. It is performed by QA teams.
Hope it helps.