Answer Posted / radha
Unit testing is done in bit and pieces. Like e.g. in SD
standard order cycle; we do have 1-create order, then 2-
delivery, then 3-transfer order, then 4-PGI and then 5-
Invoice. So we will be testing 1,2,3,4 and 5 seperately
alone one by one using test cases and test data. We will
not be looking and checking/testing any integration between
order and delivery; delivery and TO; TO and PGI and then
invoice.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Can a transparent table exist in the data dictionary but not in the database physically?
Explain the sequences of event block?
What is the role of ‘refresh’ in internal table?
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
What are system fields for secondary lists?
What is the difference between leave transaction and call transaction?
Explain what is sequence of event triggered in report?
What are the uses of secondary indexes?
Can you create an internal table dynamically?(at run time)
Define database layer? : abap data dictionary
What are function modules?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
Explain the advantages and disadvantages of abap query tool?
What is the function of a domain?
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?