‎2007 Aug 21 6:24 AM
Hi Guys!
Can u pls explain what is mean by
1. Manual Testing
2. Unit Testing
3. Integration Testing w.r.t abap programs
Thanks in Advance.
‎2007 Aug 21 9:46 AM
Hi rahul ,
Manual testing is done by developers while doing development
Unit testing is done by Techincal lead after which it is loaded in Qauality system .
After that there may Integration testing in Quality systems wher there may bugs n defect .This is done Quaity tetsing team
This is flow .
‎2007 Aug 22 9:16 AM
Hi Mahesh!
Well, thanks for your information but i am concerned about the differences b'tween the Manual Unit & Quality Testing in Brief.
what is Manual, quality, unit etc.
‎2007 Aug 22 9:29 AM
Hello Rahul
Let's assume you have to develop a user-exit (e.g. function module exit, SMOD/CMOD) for a given transaction. Having finished the development you can <i>manually </i>test this function module based on the specified input/output given to you by the process consultant.
However, instead of manually testing the exit you should automate the testing using either eCATT (>= 6.20) or ABAP Unit Tests (available >= 6.40).
When your <i>function unit tests</i> are successful the process consultant can do the <i>integration testing</i> by executing the transaction which passes the user-exit. The user-exit is not tested stand-alone but in its transactional context.
These tests should be automated again using eCATT.
Regards
Uwe