cancel
Showing results for 
Search instead for 
Did you mean: 

UNIT TESTING

Former Member
0 Kudos

Hi

Can any body tell that about unit testing and how is it done in FICO plz tell me in breif

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Unit testing is the testing of the Business process if they are running ok in the system or not . These Business process could be like Post GL entry , Post Vendor Invoice, Post Customer Invoice , Post Vendor payment etc

How these can be done

Prepare all the FI business process of the Company as mentioned above . Each Business process then can be tested in SAP using development or quality server . For each of the Business process there is traction code . You need to run these transaction code and see if you are able to enter the required data and able to save the same. Once you save it , now you see that data is coming in the report also.

Regds

Rajiv

sikindar_a
Active Contributor
0 Kudos

1/ Unit Testing - To check the config is correct and validate all infotypes, subtypes, drop down and others

Former Member
0 Kudos

Hi

Unit Testing :

- Testing in Development server

- Testing relates to respective area and not includes with others (like other modules / tcodes)

- Say testing of payment related settings...raise an invoice in FI and clear it

- No integration of other tcodes

- Done before moving to Quality server

VVR