We are doing end to end testing for our project. What is end to end testing? All of us asked that question when SS informed us that it is part of the testing that we need to do. After much confusion, our managers stepped in and explained to us.
It is a testing that we do to the whole process flow, instead of testing by targets and functionality. We test from the beginning to the end of a process, using the same data input to see if the output is correct. It might involve other module as well but not necessarily so.
We got a better idea after the explanation. But the thing I dislike most is to do the test script for it!