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: 

eCATT Objects

Former Member
0 Kudos

Hi Experts,

kindly tell me what r eCATT objects n why it is being used?

4 REPLIES 4

Former Member
0 Kudos

hi,

eCATT- An Introduction

/people/sumeet.kaul/blog/2005/07/26/ecatt-an-introduction

Creating Test Scripts

/people/sumeet.kaul/blog/2005/08/10/ecatt-creating-test-scripts

eCATT Logs

/people/sapna.modi/blog/2006/04/18/ecatt-logs-part-vi

eCATT Scripts Creation – TCD Mode

/people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation-150-tcd-mode-part-ii

Creation of Test Data Container

/people/sumeet.kaul/blog/2005/08/24/ecatt-creation-of-test-data-container

eCATT Scripts Creation - SAPGUI Mode

/people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation--sapgui-mode-part-iii

Integrating ECATT & MERCURY QTP Part -1

/people/community.user/blog/2007/01/02/integrating-ecatt-mercury-qtp-part-1

Using eCatt to Test Web Dynpro ABAP

/people/thomas.jung/blog/2006/03/21/using-ecatt-to-test-web-dynpro-abap

and

-command reference

http://help.sap.com/saphelp_nw04/helpdata/en/c6/3c333b40389c46e10000000a114084/content.htm

/people/sapna.modi/blog/2006/04/10/ecatt--an-introduction-part-i

http://prasadbabu.blogspot.com

https://www.sdn.sap.com/sdn/developerareas/was.sdn?page=test_tool_integration_for_sap_e-catt.htm

http://help.sap.com/saphelp_nw04/helpdata/en/1b/e81c3b84e65e7be10000000a11402f/frameset.htm

http://www.erpgenie.com/ecatt/index.htm

amit_khare
Active Contributor
0 Kudos

Refer the links -

Regards,

Amit

Reward all helpful replies.

Former Member
0 Kudos

Hi,

ECATT is automated testing tool developed by sap for functional testing.

go through the following links....

[original link is broken]

http://www.sapdevelopment.co.uk/testing/ecatt.htm

***do rewards if usefull

vijay

Former Member
0 Kudos

In SAP

eCATT objects are

1. Test Configuration

2.Test Scrtipt

3. Test Data container

4. System Data container.

You can view these objects by going thru transaction SECATT.

We use this transaction to automate the testing of particular transaction or sequence of transactions.

The role of each object in testing is as follows.

System data container contains set of RFC connections to the systems in System landscape so that Testing can be done any defined system thru RFC.

Test data container is set of input data to be passed to the transaction during execution. This is done parameterising various fields in the transaction.

Test script is the place where you record sequence of steps to be followed during execution of transacion. This is some thing like BDC recording. After recording you can parameterise desired fields to give them different values.

Test configuration is the place where you link Test script , Test data container, and system data container.

This works as follows.

Suppose if we want to test the particular transaction with specific steps and with different data and in different systems. Here Test script contains specific steps to be followed, Test data container will have different sets of data and System data container will have set of systems. By linking all 3 objects you can test same transaction with different data and in different systems.

I hope this will give you brief idea.

Regards,

Venkat