cancel
Showing results for 
Search instead for 
Did you mean: 

unit testing for dynpro applications

Former Member
0 Kudos

Hello,

How do you do unit testing for applications created in Dynpro for Portal? Could I still use JUnit? Or should it be JLin? Or is there other tools out there?

regards,

arnold

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The JUnit open source framework is the standard API/tool for constructing and executing unit tests. The JUnit toolset is an excellent API for testing client-side Java applications

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9ef1967a-0901-0010-6c86-ed225189...

http://www50.sap.com/businessmaps/6D1236712F84462F941FDE131A66126C.htm

Former Member
0 Kudos

Hello Kanwalpreet,

Thanks for the reply. Can I use JUnit for Java Dynpro applications?

regards,

arnold

Former Member
0 Kudos

Hello Kanwalpreet,

Thanks for the reply. It seems that it records every step of a dynpro project. Is this supposed to be the best practice in doing a unit test in a dynpro project? Or is this a functional test?

regards,

arnold

Former Member
0 Kudos

certainly yes.....recordin n replayin d test scripts r a very good way of testing dynpro applications developed in SAP NetWeaver Developer studio ...you can gain access to a complete test environment, which includes the Test Workbench, by importing the test scripts into eCATT.

Former Member
0 Kudos

Great. Thanks Kanwalpreet.

regards,

arnold

Answers (0)