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: 

ABAP Unit usage for Complex code pages

0 Kudos

Hi Experts,

I am looking for your expert opinion on efficient use of ABAP Unit in Complex code developments.

I have following queries :

1. Does ABAP Unit helps to get better results than the manual ABAP unit test results?

2. What are the benefits and limitations you found if you have used ABAP unit for your project?

3. If you have used ABAP unit for your requirements, please help me with some complex examples

Regards,

Ganesh

2 REPLIES 2

matt
Active Contributor

Go to OpenSAP and do the online course on TDD. It will teach you much about ABAP Unit Testing and why it is a good idea.

There are many blogs about ways of implementing ABAP Unit Tests in various scenarios. Why not search for them.

Sandra_Rossi
Active Contributor
0 Kudos

As you are a beginner, you'd better ask for some simple examples!

Not that it's not only ABAP: automated Unit Tests are widely used by almost all programming languages.