Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Re : Unit Testing

Former Member
0 Likes
629

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
598

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.

5 REPLIES 5
Read only

Former Member
0 Likes
598

Hi Praveen

Hope this is helpful.

[Link|]

One more link

[Help|http://help.sap.com/saphelp_nw04s/helpdata/en/b1/d2934258a5ca6ae10000000a155106/content.htm]

Thanks

Kalyan B

Read only

Former Member
0 Likes
599

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.

Read only

Former Member
0 Likes
598
Read only

Former Member
0 Likes
598

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.