‎2009 Feb 06 7:00 AM
Hi guru's,
I want to test my report coding through unit test...
I don't know how to do unit test...
Can any one tell me pls...
Thanks & Best Regards,
Praveen.
‎2009 Feb 06 7:03 AM
Unit testing is normal testing of your code. Please explain the scenario of testing for ur report so that type of data can be suggested.
To do a step by step, do debugging.
‎2009 Feb 06 7:02 AM
‎2009 Feb 06 7:03 AM
hi,
Check this links they might be informative...
http://help.sap.com/saphelp_erp2005/helpdata/en/13/7694424560c66ae10000000a155106/frameset.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/c4/7c1440a1c32402e10000000a1550b0/frameset.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/09/391540bf1af72ee10000000a1550b0/frameset.htm
Thanks
Sharath
‎2009 Feb 06 7:03 AM
Unit testing is normal testing of your code. Please explain the scenario of testing for ur report so that type of data can be suggested.
To do a step by step, do debugging.
‎2009 Feb 06 7:04 AM
Hi,
Check the link
http://help.sap.com/saphelp_nw2004s/helpdata/en/84/1f624f4505144199e3d570cf7a9225/frameset.htm
Hope this helps
Regards
Nidhi
‎2009 Feb 06 7:13 AM
Hi ,
Once you have developed an application-specific business object you should performan unit test to make sure they support the desired functionality.
For this as a part of the Functional Specification itself an Unit Test Plan will be provided.This contains all possisble scenarios whcih the applcation should pass and the expected results.
It is required that you supply values to the program depending on the different scenarios as mentioned in the unit Test Plan and compare the results you get form the progarm and the ones that are mentioned in the Unit Test Plan.
Any deviation between these results you can check with the Functional Owner and if required identify and change your code as per the requirement.
Regards,
Radhika.