Application Development 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: 

what is unit testing and how to do it for smart forms

Former Member
0 Kudos

hi,

plz tell what is unit testing and how to do it for smart forms

4 REPLIES 4

Former Member
0 Kudos

hi,

Refer to the link.

Regards

Sumit Agarwal

Former Member
0 Kudos

Hi

Testing a object may involve all or most of the following steps.

Step 1) Code walk through by lead. He would look at your code and si=uggest changes if any.

Step 2) Unit testing by yourself(According to the test cases )

step 3) Initial testing by third person.

Step 4) Final Testing by the third person.

Step 5) Testing by QA team .

Step 6) Testing by the user.

Unit Testing is a term normally used by testers and found in Software Engineering text books :). It means you have a small unit or say, a MODULE, a part of a huge project that needs to be tested. In a scenario of a big running project, the developers carry out unit testing on each module of the huge Project and the Integrate all the modules and test it as one.

Unit testing needs Test Cases and Test Data.

Go through the link given below :

With Regards

Nikunj Shah

former_member182485
Active Contributor
0 Kudos

Simply design all the possible positive and negative cases and expected result in these cases then test and note down the result

This is what you can do at the level of unit testing

Smart form is not an exception

Just start from the selection screen validation (if any) go till the display of your form think all possible cases and expected result.

Regards

Bikas

Former Member
0 Kudos

Hi,

Unit testing covers checking the BW Report Numbers as per the respective R/3 pertaining to a specific R/3 scenario i.e. Estimated Sales in a given Year, all this data comes from SD in R/3, stored in 1 Info cube in BW.

Thanks,

Khushbu.