Application Development and Automation 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: 
Read only

TDD :Need help in Writing Testable Code, Test Isolation and Dependency Lookup

former_member594288
Participant
0 Likes
994

Hi,

Can you please explain about how to identify and create unit tests and how to write testable code, test isolation. I did not find the suitable pages to explain about above topics.

Regards,

Ravi

1 ACCEPTED SOLUTION
Read only

ClausB
Active Participant
900

This is a huge topic, which cannot be explained quickly in a forum. I can recommend the following openSAP course:

https://open.sap.com/courses/wtc1

Otherwise search in the SAP Blogs

https://community.sap.com/search/?ct=blog&q=Unit+test

Hi,

Can you please explain about how to identify and create unit tests and how to write testable code, test isolation. I did not find the suitable pages to explain about above topics.

Regards,

Ravi

2 REPLIES 2
Read only

ClausB
Active Participant
901

This is a huge topic, which cannot be explained quickly in a forum. I can recommend the following openSAP course:

https://open.sap.com/courses/wtc1

Otherwise search in the SAP Blogs

https://community.sap.com/search/?ct=blog&q=Unit+test

Read only

matt
Active Contributor
900

https://open.sap.com/courses/wtc1 recommends two books. I don't remember the details, but one is about writing unit tests for legacy systems, and the other is about unit test common situations/problems. They're general programming books, but apply to ABAP unit testing.