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

bdc

Former Member
0 Likes
617

hi,

what is use of CATT?where we can use it? explain in detail?

if usefull, pls send details,

thanx and regrads,

piya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
596

hi

Use

You use CATT to create and edit automatic test cases.

Procedure

You can access the tool in various ways. The most important are:

Test Organizer

System menu

User menu

Test Organizer

Go to the structure display of a test catalog or plan.

You can now create a new test case or edit an existing one:

edit existing test case:

position the cursor on an automatic test case.

automatic test cases are identified by the execution icon .

Choose .

You go to the test case attribute screen.

create new test case:

Create a new structure node.

Select the Test case radio button in the Insert nodes dialog box, and enter a test case name. Customer names begin with Y, Z or your namespace prefix.

Choose .

You go to the test case attribute screen. Enter a test case short text.

Choose CATT.

You go to the CATT test case editor.

If the test case has no test functions, you are prompted to record them.

If other functions have been put in the test case in extended CATT mode, you are asked whether you want to display the test case in CATT mode, or whether you want to go directly to the extended CATT mode (if you are authorized).

Edit the test case.

You must change the Test Organizer settings in the extended CATT mode test case editor. Go to the test catalog or plan maintenance initial screen and choose Utilities ® Settings. The CATT Expert mode checkbox in the CATT tab must not be selected.

System or User Menu

Go to the CATT initial screen in one of the following ways.

System menu: Choose System ® Services ® CATT ® Record.

User menu: Choose Test Workbench ® CATT.

Choose a test case. You can use the Favorites or the F4 help. You can also enter a test case name directly.

From the initial screen you can choose:

or to go to the test case editor change or display mode respectively.

to record a new test case.

to delete a test case.

to copy a test case.

to run a test case.

Choose to go to the attributes of a test case.

Edit the test case.

FOR MORE DETAILS REFER TO THE LINK BELOW

http://help.sap.com/saphelp_nw04/helpdata/en/74/17f6deecf511d2bdd4080009b4534c/frameset.htm

regards

ravish

plz dont forget to reward points if helpful

5 REPLIES 5
Read only

Former Member
0 Likes
596

Hi,

There will be some procedures in CATT.Using tht we cantest the business process...We can also test when anyone create a new user exit...

rEWArd if UseFul

Read only

Former Member
0 Likes
596

Hi Priya,

Catt is computer aided test tool.Its a tool that can be used to test a business scenario by providing all possible test cases(data) so that if any errors are encountered it can be corrected during the development which inturn improves the quality of the program.

Regards,

Reema

Read only

Former Member
0 Likes
597

hi

Use

You use CATT to create and edit automatic test cases.

Procedure

You can access the tool in various ways. The most important are:

Test Organizer

System menu

User menu

Test Organizer

Go to the structure display of a test catalog or plan.

You can now create a new test case or edit an existing one:

edit existing test case:

position the cursor on an automatic test case.

automatic test cases are identified by the execution icon .

Choose .

You go to the test case attribute screen.

create new test case:

Create a new structure node.

Select the Test case radio button in the Insert nodes dialog box, and enter a test case name. Customer names begin with Y, Z or your namespace prefix.

Choose .

You go to the test case attribute screen. Enter a test case short text.

Choose CATT.

You go to the CATT test case editor.

If the test case has no test functions, you are prompted to record them.

If other functions have been put in the test case in extended CATT mode, you are asked whether you want to display the test case in CATT mode, or whether you want to go directly to the extended CATT mode (if you are authorized).

Edit the test case.

You must change the Test Organizer settings in the extended CATT mode test case editor. Go to the test catalog or plan maintenance initial screen and choose Utilities ® Settings. The CATT Expert mode checkbox in the CATT tab must not be selected.

System or User Menu

Go to the CATT initial screen in one of the following ways.

System menu: Choose System ® Services ® CATT ® Record.

User menu: Choose Test Workbench ® CATT.

Choose a test case. You can use the Favorites or the F4 help. You can also enter a test case name directly.

From the initial screen you can choose:

or to go to the test case editor change or display mode respectively.

to record a new test case.

to delete a test case.

to copy a test case.

to run a test case.

Choose to go to the attributes of a test case.

Edit the test case.

FOR MORE DETAILS REFER TO THE LINK BELOW

http://help.sap.com/saphelp_nw04/helpdata/en/74/17f6deecf511d2bdd4080009b4534c/frameset.htm

regards

ravish

plz dont forget to reward points if helpful

Read only

Former Member
0 Likes
596

Hi,

Refer to the following link:

http://sap-img.com/sap-catt.htm

Hope this helps.

reward if helpful.

regards,

Sipra

Read only

Former Member
0 Likes
596

<b>SAP users use CATT frequently</b> to upload master data or to make changes to master data records. SAP Consultants and Abapers tend to use it for creating test data. The transactions run without user interaction. You can check system messages and test database changes. All tests are logged. The CATT records your keystrokes while performing the actual transaction. You then identify the fields that you wish to change in that view. Then export this data to a spreadsheet to populate with the data required. This is uploaded and executed saving you keying in the data manually.

<b>To perform CATT,</b> it has to be enabled in your production environment (your systems administrator should be able to do this - SCC4). You will also need access to your development system to create the CATT script.

<b>The process of uploading data with a CATT:</b>

<b>Activate CATT in your client</b>

In transaction code <b>SCC4 -</b> click the change button

Double click on the client number

In the Restriction section, tick Allows CATT processes to be started.

<b>Upload data using CATT</b>

<b>1. Create Import variant for the fields you need</b>

Transaction SCAT

Goto Parameters

Create Import Variant

Goto Variant -> Edit

Goto Variant -> Fast entry or F9

Duplicate 01

<b>

2. To change the MRP Group for a list of Material</b>

Assuming that I want to change the MRP Group for a list of Material.

My text files should look something like this:

[Variant ID] [Variant Text] &ZDISGR &ZMATNR

--> Parameter texts MRP group Material

--> Default Values M1 A001

      • Changes to the default values displayed above not effective

#01 M1 A001

#02 '' A002

#03 M1 A003

Note : '' denotes a blank in the field. e.g. Material A002 MRP group will be replaced by a blank.

<b>3. Configure the recorded entry fields to read from the imported text file data</b>

In the CATT : Maintain functions test case Screen

Double click on the Object Name

Double click on the screen number with your desired fields

Park the cursor on the fields

Click Edit -> Details

Fill in the Parameters Name and Field Contents

Finish Save it.

<b>Assign your text file data.</b>

In the CATT : Execute test case Screen

Click External from file and choose your text file

CATT will now read from your text file and update whatever data you have specified.

reward points if it is usefull .....

Girish