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

Testing Methods

Former Member
0 Likes
777

Hi All,

Can we white box testing in SAP, are there tools available for white box testing.

Thanks,

Thirumal

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
730

Hi,

Debugging is the best White Box Testing methods provided

by SAP.

Thanks,

GSR.

5 REPLIES 5
Read only

Former Member
0 Likes
731

Hi,

Debugging is the best White Box Testing methods provided

by SAP.

Thanks,

GSR.

Read only

Former Member
0 Likes
730

Hi,

yes, we can do white box testing in SAP.

regrs.

Rakesh

Read only

0 Likes
730

debugging EPC( Error Program Check ) , SQL TRACE(ST05), RTA( Run Time Analysis ) are the various tools for white box testing

Regards,

Santosh

Read only

Former Member
0 Likes
730

Hi,

debugging the code, and looking the code with abap debugger at each and every point is similar to white box testing.

Regards

vijay

Read only

Former Member
0 Likes
730

Hi,

The flow of the program can be checked in SAP by debugging the program. SAP provided us with many tools to test the porgrams.

1. <b>Debugger</b>http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm

2. <b>Run Time Analyser</b>

http://help.sap.com/saphelp_47x200/helpdata/en/c6/617cafe68c11d2b2ab080009b43351/content.htm

3. <b>SQL trace</b>

http://help.sap.com/saphelp_47x200/helpdata/en/d1/801f7c454211d189710000e8322d00/content.htm

4. <b>CATT</b> - Computer Aided Testing Too

http://help.sap.com/saphelp_47x200/helpdata/en/b3/410b37233f7c6fe10000009b38f936/frameset.htm

5. <b>Test Workbench</b>

http://help.sap.com/saphelp_47x200/helpdata/en/a8/157235d0fa8742e10000009b38f889/frameset.htm

6. Coverage Analyser

http://help.sap.com/saphelp_47x200/helpdata/en/c7/af9a79061a11d4b3d4080009b43351/content.htm

7. Runtime Monitor

http://help.sap.com/saphelp_47x200/helpdata/en/b5/fa121cc15911d5993d00508b6b8b11/content.htm

8. Memory Inspector

http://help.sap.com/saphelp_47x200/helpdata/en/a2/e5fc84cc87964cb2c29f584152d74e/content.htm

9. ECATT - Extended Computer Aided testing tool.

http://help.sap.com/saphelp_47x200/helpdata/en/20/e81c3b84e65e7be10000000a11402f/frameset.htm

I hope you find the links helpful....

Regards,

Vara