? QA Design Gurus: End to End Testing
Showing posts with label End to End Testing. Show all posts
Showing posts with label End to End Testing. Show all posts

Apr 30, 2015

End to End Testing

What is End to End Testing
End-to-end testing is a technique used to test whether the flow of an application right from start to finish is behaving as expected.
It is also called as Gray box testing as it is combination of both White box testing and Black box testing.