2007 Mar 26 2:13 PM
Hai Experts,
In ABAP Unit, we have to know tha actual and expected values.How can it be possible in real time business problems.
please clarify,
FAROOK
2007 Mar 26 2:18 PM
You know, when I was learning ABAP Unit I asked the same question, and really have yet to find the answer. For me, ABAP unit is more about making sure that certain sections of code work to completion, so a lot of the assertions are for checking the sy-subrc value and reporting messages to the log. I have not found any value in check for certain values for other data.
Regards,
RIch Heilman
2007 Mar 26 2:18 PM
You know, when I was learning ABAP Unit I asked the same question, and really have yet to find the answer. For me, ABAP unit is more about making sure that certain sections of code work to completion, so a lot of the assertions are for checking the sy-subrc value and reporting messages to the log. I have not found any value in check for certain values for other data.
Regards,
RIch Heilman
2007 Mar 26 2:33 PM
Hai Heilman,
Is it possible to compare two tables,or in other words can we test the values of a table?
And what is your view about abap units?will it help for testing the real time applications?
Thanx in advance,
FAROOK
2007 Mar 26 2:42 PM
2007 Mar 26 2:50 PM
Hai Heilman,
If possible and when time permits, Pls give me some idea about how to Test the values of a table.
Thanx in Advance,
FAROOK.
2007 Mar 26 2:59 PM