CATT Vs eCATT

Hi frens,
what is the difference between CATT n eCATT.
I know that eCATT is the extended form of CATT.
Apart from that what is the difference between these tow tools.

CATT could only be used with the R/3 system.
ECATT  which is available with SAP Web Application Server 6.20,covers the automatic testing in
SAPGUI for Windows and SAP GUI for Java.
For other GUIs and Applications, eCATT provides an interface for external tools. This allows companies
to perform automated tests from an SAP system in a complete IT solution landscape across system
boundaries. These new options enable complete automation of solution landscapes under standard
Windows and Web-based user interfaces- resulting in low-cost operation of an IT Solution.

Similar Messages

  • I want to learn CATT and eCATT

    Hi,
    Can any one help me in knowing the scope of CATT and eCATT. The advantages , the way it need to be used.

    CATT eCATT is a great tool for creating automated tests in SAP and I know of many people that also use the tool for batch jobs.  eCATT uses a record and playback method thats allows your to record your actions in SAP and then parameterize values, add logic and then replay them.  As far as training I'm in the same boat with you Nagaraju.  Our company is also looking for some form of eCATT training or consultation but these types of resources seem to be sparse in North America.  The eCATT online documentation is going to be your greatest resource, here is the link: http://help.sap.com/saphelp_erp2004/helpdata/en/aa/1d493b5cdf6716e10000000a11402f/frameset.htm
    Just remember, if you are using verison 6.20 of the Web Application Server instead of version 6.40 you will not be able to use some of the features described in this documentation however much has remained the same between versions.

  • CATT and Ecatt scritps

    Hi all,
        I know that to create CATT and eCATT scripts , we need to have  "eCATT and CATT allowed" in the t-code SCC4.
    But once we create the eCATT and CATT scripts, is it safe to run the scripts after we change the settings in SCC4 to
    "eCATT and CATT not allowed".
    Thanks.

    No, the client setting will have to remain as allowed for you to just run the scripts. I normally create scripts in DEV and then transport them PRD.

  • Catt and ecatt

    hi experts,
    can anybody send me the example of catt or ecatt for test the report
    how can we test the report plz send me the example of testing a report
    rewards can be given if useful
    plz help
    my email id: [email protected]

    SAP CATT - Computer Aided Test Tool
    Just sharing my experiences with CATT (although, I have not used this feature in the last 2 years or so !).
    Simply, any one in SAP can use this tool as long as you can access to the tcode. I used CATT atleast in 3 different SAP modules. Typically, in SAP projects, CATT execution is a favorite task for "technical" associates. When the technical resources are either not available immediately or their plate is full with other important tasks, functional associates can simply jump into this activity, since there is no coding or programming involved. This tool has been a great gift from SAP since I am a functional person and could not do coding ! I can remember at least 30 or 40 occassions where I used CATT to get this and that done.
    Below find few examples:
    1. Created multiple sales orders (excess of 200) in a matter of minutes for the purpose of end user training
    2. Created multiple purchase ordes (excess of 200) in a matter of minutes for the purpose of end user training
    3. Created Deliveries for the sales orders in a matter of minutes for the purpose of end user training
    4. Created config. entires, if the volume of records is large. I remember once I entered 900 records.
    5. Extensively used in preparing the transactional data for the purpose of archiving. It worked impeccably.
    6. Loading of master data (example: material groups)
    Note: Upon execution of CATT, it is very possible that some records will fail, which have to be addressed manually. SAP really needs to further enhance this area of CATT because, there is no easy way of identifying the failed ones, it has to be done manually. One workaround is simply download the result into an Excel and using sort feature of Excel, identify the failed ones and deal with them manually.
    CATT stands 4 Computer Aided Testing Tool
    Although CATT is meant for as a testing tools, many SAP users have now use CATT frequently to upload vendors master data and make changes to other master record.
    SAP Consultant and Abapers tends to used it for creating test data.
    With CATT, you don't have to create any ABAP upload programs and this save on development time. However, you still have to spend time on data mapping into the spreadsheet format.
    The transactions run without user interaction. You can check system messages and test database changes. All tests are logged.
    What CATT does is record you performing the actual transaction once.
    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.
    To perform CATT, 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.
    User Guide for Data Upload
    The use of CATT is for bulk uploading of data. Although CATT is primarily a testing tool, it can be used for the mass upload of data. The way CATT works is like a real user actually inputting on the SAP screen. You prepare a set of data that are required to be input into the system and execute what you called a Test Case and CATT will do the boring task of keying for you.
    Over-all procedure
    The over-all procedure to upload data using CATT is as follows:
    · Creation of the CATT test case & recording the sample data input.
    · Download of the source file template.
    · Modification of the source file.
    · Upload of the data from the source file.
    Details of each step are provided in the following paragraphs.
    Detailed Procedure
    Creation of the CATT test case:
    Creation of the test case is completed as follows:
    · Execute Transaction SCAT
    · Name the test case. Test case name must start with “Z”. It is also good practise to include the transaction code in
    the test case name (e.g. Z_IE01_UPLOAD for the upload of equipment)
    · Click the “Record” button.
    · Enter the transaction code (e.g. IE01)
    · Continue recording the transaction. Ensure data is entered into every field that is to be used during the upload.
    · Save the test case.
    Download the source file template
    Download of source file template is conducted in two stages as follows:
    · Creation of import parameters:
    · Within transaction SCAT, Double Click on the TCD line in the “Maintain Functions” screen.
    · Click the Field List button (Field list is displayed).
    · For every field that you wish to upload data, double click in the Column New field contents (This creates an
    import parameter).
    · In the Maintain Import Parameter Pop-Up:
    · Delete the default value if not required.
    · Press Enter
    · The New field contents column now contains the character & followed by the field name (e.g. &EQART). This
    is the name of the import parameter.
    · Repeat this for every field (in every screen) to be uploaded.
    · Back out and save the CATT test case
    · Download of source file template:
    · Use the path GOTO -> Variants -> Export Default
    · Select path and file name (e.g. C:TEMPZ_IE01_UPLOAD.TXT)
    · Click Transfer
    Modify the source file
    The downloaded source file template is now populated with the data that is to be uploaded. This is completed as follows:
    · Using Excel, open the tab-delimited text file.
    · Do not change any of the entries that already exist.
    1st row contains the field names.
    2nd row contains the field descriptions.
    3rd row displays the default values which are set in the test case.
    4th row contains a warning that changing the default values in the spreadsheet has no effect on the actual default values.
    · The data to be uploaded can be entered in the spreadsheet from row 4 onwards (delete the 4th row warning &
    replace with data for upload).
    · Save the file as a Text file (Tab delimited).
    Upload data from the source file
    Uploading the data is completed as follows:
    · Execute the CATT test case
    · In the Execute screen:
    · Set processing mode to Errors or Background (your choice).
    · Set variants to External from file.
    · Click the Choose button and select the file to be uploaded.
    · If uploading to another client, click the Remote execution button and select the RFC connection to the required client.
    · If uploading to the current client, click the execute button.
    Also, refer the links....
    http://www.sap-img.com/sap-catt.htm
    http://sap.ittoolbox.com/documents/popular-q-and-a/catt-procedure-1795
    http://www.thespot4sap.com/Articles/CATT.asp
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCATTOL/BCCATTOL.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCATTOL/CACATTOL.pdf
    REward if useful.

  • Chain in CATT and eCATT

    Hi! Experts,
    I have created one CATT test script which execute 2 transaction codes. One transaction code will post an invoice document, one tranasction code will display a document. It is very easy to chain the two transaction together so that transaction 2 will display the document posted in transaction 1 (click on "chain", select source field, select target field. then a chain will be formed).
    However, I found it very complicated to perform the same function for eCATT test scripts. I have to build one test script to post the invoice document, one test script to display a document, one test script which reference to these two test scripts.
    Are there any easy way to build the chain in SECATT (as easy as using transaction code SCEM to build the chain for CATT test scripts) ?

    Hi!
    I have built similar scenario using CATT then migrate to eCATT cause I am more familar with CATT then eCATT. In eCATT, I still have no idea how to pull the information out from the ActiveX object e.g. document overview screen in FB03 in SAP 4.7 which can only be captured in eCATT, not in CATT. My company is using WAS 6.2, NOT 6.4.
    In this scenario, I would suggest building 5 scripts.
    Script 1 : Create Vendor Master (Export Parameter : Vendor No)
    Script 2 : Create Invoice Document (Import Parameter : Vendor No....; Export Parameter : Document No., Fiscal Year and Company Code)
    Script 3 : Display Invoice Document (Import Parameter : Document No., Fiscal Year and Company Code)
    Script 4 : REF Script 2 and REF Script 3 (select all Import and Export Parameter in both REF scripts as import and export parameter of Script 4. Make sure the Export Parameter of Script 4 are : Document No., Fiscal Year and Company Code so that the document no created in REF Script 2 can pass to REF Script 3). In this way, you can reuse Script 3 for other purpose e.g. display a GL Document instead of Invoice document.
    Script 5 : REF Script 1 and REF Script 4 (select all Import and Export Parameter in both REF scripts as import and export parameter of Script 5. Make sure the Export Parameters in Script 5 are : Vendor No., Document No., Fiscal Year and Company Code)
    Hope this help.

  • Difference between CATT and ECATT

    Hello all
    Can you tell me what are the differences between cATT and ECATT.
    Thanks
    Tharani

    Hello Tharani,
    eCATT (extended CATT) is the successor to CATT. It's available since basis 6.20 and is extended by new functionality.
    Article from SAPInfo: https://websmp105.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700004274932004E
    If you want to have specific information I'd propose to post your questions regarding CATT in the "ABAP Programming Forum".
    Regards
    Juergen

  • Can anybody give me the difference between Catt and Ecatt

    Hi gurus,
    Can any body give me the difference between catt and ecatt.

    Hi,
    I think this is new technology in sap.
    I know little bit of this can u go through this.
    eCATT (extended Computer Aided Test Tool)
    What is eCATT?
    eCATT is an SAP Testing Tool used to automate & test business scenarios in R/3. Each test generates a detailed log that documents the test process and results. If the testing is smooth without any errors, this means that the business scenarios mapped in R/3 are correct. If the test results in error then the problem can be analyzed using the error log that is generated. 
    eCATT enables automatic testing in SAP GUI for Windows and SAP GUI for Java.
    Features of eCATT:
    Following functions can be performed using eCATT:
    Test transactions, reports and scenarios.
    Call BAPIs and function modules.
    Test remote systems.
    Check authorizations (user profiles).
    Test updates (database, applications, GUI).
    Set up customizing tables.
    Test the effect of changes to customizing settings.
    Perform load testing.
    Check system messages.
    Integrated with Test Workbench, so allows proper management of scripts using SCAT transaction.
    Supports CATT migration to eCATT.
    All eCATT Objects are Repository Objects. Therefore one can take advantage of Standard SAP Transport Tools.
    eCATT Objects can easily download & upload in XML with XSD format.
    There can be several versions of Test Scripts, which allows different implementations with different releases.
    The separation of Test Scripts, Test Data & System Data allows for a considerable degree of reuse.
    Why eCATT?
    CATT is no longer supported by SAP for the creation of new developments. Hence all the test scripts developed in CATT are now need to migrate/Update to eCATT. Comparative to manual testing, the following are advantages of using eCATT:
    Due to automation, testing time is reduced to a large extent.
    Due to automation, less manpower is required for testing. This helps financially.
    Due to automation, manual errors are reduced to large extent. Hence results in error free testing. This helps, as no further problems will occur while the usage of R/3 system by end users and hence increases the efficiency.
    Proved to be extremely useful in implementation projects.
    In regression testing, automated test scripts are an ideal method of quickly detecting errors. Automatic test logs make it easy to reproduce test results, enabling fast analysis and planning of further activities, leading to cost savings for the customer.
    Differences between CATT and eCATT?
    Till date, CATT could only be used with the R/3 system. eCATT (which is available with SAP Web Application Server 6.20) covers the automatic testing in SAPGUI for Windows and SAP GUI for Java. For other GUIs and Applications, eCATT provides an interface for external tools. This allows companies to perform automated tests from an SAP system in a complete IT solution landscape across system boundaries. These new options enable complete automation of solution landscapes under standard Windows and Web-based user interfaces- resulting in low-cost operation of an IT Solution.
    eCATT (extended Computer Aided Test Tool)
    eCATT requisites
    Web Application Server (WAS) 6.20 or more.
    SAPGUI 6.20 or more.
    R/3 4.6C or more. (Target system must have sufficient support package level (Details available in SAP Note 519858) or SAP R/3 Enterprise Release 4.7).
    Before creating Test Scripts using eCATT, some system settings need to be done: 
    Maintain table T000.
    1.      Go to transaction SM31
    2.      Enter T000 and chose MAINTAIN.
    3.      In the Change View “Clients”: Overview screen, select the relevant client and choose “Details”
    4.      In the “CATT and eCATT Restrictions” field, select “CATT and eCATT allowed”.
    5.      Click on SAVE. 
    Enabling scripting at the Front-end
    1.      On any SAP GUI screen, choose “Customizing of Local Layout”.
    2.      Choose Options
    3.      Choose “Scripting Tab”
    4.      Select “Enable Scripting”
    5.      Click Apply and then OK. 
    Enabling Scripting on the Application Server
    1.      Go to transaction RZ11.
    2.      On the Maintain Profile Parameters screen, enter sapgui/user_scripting.
    3.       Choose Display.
    4.      If the Current Value is not set to TRUE, then click on Change Value:
    5.      Enter TRUE in the “New Value”.
    6.      Click on SAVE.
    eCATT is an SAP Testing Tool used to automate & test business scenarios in R/3. Each test generates a detailed log that documents the test process and results. If the testing is smooth without any errors, this means that the business scenarios mapped in R/3 are correct. If the test results in error then the problem can be analyzed using the error log that is generated. 
    eCATT enables automatic testing in SAP GUI for Windows and SAP GUI for Java.
    Features of eCATT:
    Following functions can be performed using eCATT:
    Test transactions, reports and scenarios.
    Call BAPIs and function modules.
    Test remote systems.
    Check authorizations (user profiles).
    Test updates (database, applications, GUI).
    Set up customizing tables.
    Test the effect of changes to customizing settings.
    Perform load testing.
    Check system messages.
    Integrated with Test Workbench, so allows proper management of scripts using SCAT transaction.
    Supports CATT migration to eCATT.
    All eCATT Objects are Repository Objects. Therefore one can take advantage of Standard SAP Transport Tools.
    eCATT Objects can easily download & upload in XML with XSD format.
    There can be several versions of Test Scripts, which allows different implementations with different releases.
    The separation of Test Scripts, Test Data & System Data allows for a considerable degree of reuse.
    Why eCATT?
    CATT is no longer supported by SAP for the creation of new developments. Hence all the test scripts developed in CATT are now need to migrate/Update to eCATT. Comparative to manual testing, the following are advantages of using eCATT:
    Due to automation, testing time is reduced to a large extent.
    Due to automation, less manpower is required for testing. This helps financially.
    Due to automation, manual errors are reduced to large extent. Hence results in error free testing. This helps, as no further problems will occur while the usage of R/3 system by end users and hence increases the efficiency.
    Proved to be extremely useful in implementation projects.
    In regression testing, automated test scripts are an ideal method of quickly detecting errors. Automatic test logs make it easy to reproduce test results, enabling fast analysis and planning of further activities, leading to cost savings for the customer.
    Reward points if it is helpful.
    Rgds,
    P.Nag

  • What is CATT and ECATT?

    what is the meaning of CATT and what is the purpose of CATT?
    what is the meaning of ECATT and  what is the purpose of ECATT?

    hi Kumar,
    take a look sap help
    http://help.sap.com/saphelp_nw70/helpdata/en/d7/e21017408e11d1896b0000e8322d00/frameset.htm
    ..Computer Aided Test Tool (CATT) to create test cases ..
    http://help.sap.com/saphelp_nw70/helpdata/en/1b/e81c3b84e65e7be10000000a11402f/frameset.htm
    extended Computer Aided Test Tool (eCATT) to create and execute functional tests for software. The primary aim is the automatic testing of SAP business processes
    hope this helps.
    you can use radio button to reward - choose star - if you think the answer helps

  • Stress Testing - eCATT, CATT, etc

    Hi All,
    I have a situation where I would like to run a number of queries for different scenarios.  Ideally, I'd like to record, reuse and automate (ie. CATT, eCATT) the use of these scenarios.  Has anyone tried to do this using the standard test tools provided thru BASIS?  If so, how did you do it?  Is there perhaps another way to do this within SAP?
    Cheers,
    Robert Zovic

    You can easily use CATT and eCATT for queries if you run them through the RSRT. SAP uses CATT and eCATT for many years and while I don't have that much experience with creating CATTs I found it very useful when a colleague of mine created dozens of CATTS to check my most prominent transactions after each and every new development to see if I destroyed some old functionality.
    I don't think the RSRT is able to fill any return parameters so I don't think you can check if the results are unchanged. But you should be able to have hundreds of queries run in a row.
    Best regards
       Dirk

  • Creation of BC set for ECATT

    Hello,
    I have created a ECATT for master data uploading. This created a request number. Now when I am trying to create a BC set using tcode SCPR3 and attaching the above created request it is giving me the following error:-
    Message Number: S_CUS_IMG_ACTIVITY230
    Diagnosis
    Logical object ECAT is a lockable (TADIR-mandatory) object.
    System Response
    Lockable objects cannot be included in BC sets because, during the activation process, an entry would have to be written in the catalog of repository objects (table TADIR). However, this is not possible with BC sets.
    Procedure
    The object cannot be used in BC sets.
    Kindly guide me as to how do i resolve this error and attach my Ecatt request in the BC set.
    Narendra
    Creation of BC set for ECATT

    Hi,
    Check if this process helps u.
    Procedure
    Aassign existing preconfiguration, transactions or rReports
    1.      Go to the structure element to which you want to assign preconfiguration, in the project structure.
    2.      Choose BC Set, CATT, eCATT Test Configuration, Transaction, Program or Add-On Transport Request, in the Type column.
    3.      If it is not a process step, enter a component from the possible entries help in the Component field.
    4.      Make an entry in the Object column, or choose from the possible entries help for the Object field.
    5.      Save your entries.
    Assign IMG objects
    1.      Go to the structure element in the reference structure to which you want to assign an IMG object.
    2.      Choose IMG Object in the Type field.
    3.      If it is not a process step, enter a component from the possible entries help in the Component field.
    4.      Call the possible entries help for the Object field. You go to the Implementation Guide (IMG) of the selected component system.
    5.      Choose one or more IMG object nodes and choose Select.
    6.      Choose Copy Selected Nodes.
    You have now assigned an IMG object to a structure element.The system goes back to the Configuration tab and fills in the Object and Description columns.
    Create and assign preconfiguration
    1.      Go to the structure element to which you want to assign preconfiguration, in the project structure.
    2.      Choose a Type.
    3.      To create a new BC Set, CATT or eCATT test configuration from the Configuration tab, enter a name in the Object field and choose Create.
    4.      You go to one of the following transactions, depending on the object type:
         BC Set: BC Set Maintenance
         eCATT Test Configuration: Test Configuration (eCATT tool)
         CATT: Change test case.
    5.      Enter the data required to create a new BC Set, eCATT test configuration or CATT.
    regards
    Gokul

  • Creating a CATT file

    when i create a varible on the "Maintain input values" page it only works for the fields which display as default for the user. So if i create a field for something  which only displays in the drop down menu i get an error saying that its not on this page. e.g District in fk03

    hi,
    when you are recording the transaction, you should manually go to that field and change something, only then it would recognise the field.
    Basically CATT or ECATT recognises only those which u have changed.
    Also in CATT there is an option where you can go screen by screen and give the parameters.
    Regards,
    Narayani

  • Steps in ECATT

    HI,
    I am totally new to the eCATT field.
    My main concern is to upload data from external file. How do I do that? If i receive the feedback by steps how to upload, it will be really great. And also like to know the below:
    1. What are the advantages in eCATT compared to CATT?
    2. I got an error while executing test data. (SV900 this entry already exist - How can I resolve this error). I couldn't process further as I don't have an idea what to do?
    Thanks in advance for any help provided.
    Karthick

    Hello Karthick,
    1. Uploading data from external file -
    1a. For uploading data, for Web AS 6.20, recommended way is to use SCAT transaction.
    1b. You can also record the required transaction using SECATT for which data will be uploaded. And then load this data from external file to the variants. Execute this automated script for all those variants.
    2. Advantages in eCATT compared to CATT -
    2a. eCATT is enhanced successor of CATT available from Web AS 6.20 & more.
    2b. CATT won't be no longer supported by SAP so one is forced to use eCATT.
    2c - eCATT is purely functional tool. Very easy to use. No programming knowledge is mandatory for using eCATT.
    -CATT involves more of programming knowledge.
    3. The error you are getting is due to repeatability of data while execution. The transaction needs unique data for every run it seems. Correct the data and try to execute again. You can try with different sets of data for different behavior of transactions. Analysis can be done from the eCATT log. This will help in understanding of input data to be given to the automated script.
    PS If the answer helps you, do reward points to everyone responding.
    Regards

  • Parameterization  in ecatt

    hi,
    Is Parameterization  require in ecatt ? when we transfer catt to ecatt .
    supriya.

    Hi
    Parameterization in eCATT
    By Venkat
    In eCATT script we can pass 3 types of parameters.
    Import
    Export
    Local variables 
    Import Parameters: Import Parameters are input values to the test script. These variables are the local to the script i.e. Import Parameters can access only in eCATT script editor but not in ABAP…ENDABAP block. These are version independent. 
    Export Parameters: Out put result values after executing the script are caught in Export Parameters. These variables are the local to the script i.e. Export Parameters can access only in eCATT script editor but not in ABAP…ENDABAP block. These are version independent. 
    Local Variables: Local Variables are used in both eCATT script editor and ABAP…ENDABAP block. These are version dependent i.e. local variables defined in one version is not automatically defined in other version. 
    After the recording has been done for the particular transaction without parameterization, we need to check whether the recording is error free or not. Once it is confirmed error free then we go for parameterization of required fields. Usually we go for parameterization for reusability of eCATT script. Different set of data can be passed via parameters and recorded script can be used again and again. 
    Parameterization in TCD mode: 
    Fields having mode ‘S’ (Set) under each dynpro of command interface contains some values entered during the recording. These are the values need to be parameterized as Import, Export or Local as shown below. 
    Replace the value ‘P’ in VALIN with I_MBRSH parameter. 
    And now double click on the parameter I_MBRSH then the following screen will appears. 
    Select Local and click ‘YES’. 
    The output result of transaction is assigned to Export parameters. These are very useful in chaining of transactions where the output of transaction is input to another transaction. 
    In this mode, last dynpro of the dynpro list just before the MSG node in the command interface contains the output messages as shown below.  
    Here we have to change the mode ‘O’ (Field output) to mode ‘G’ (Get) and assign Export parameter in VALIN as shown below. 
    Parameterization in SAPGUI mode: 
    Now double click on each step of command interface of SAPGUI command from the test script editor. In this case, first double click on “ME01_200_STEP_2”. Then you will get following screen. 
    Now replace value of material number T-BW06-02 with parameter. Here, T-BW06-02 is replaced with I_MATNR. 
    Now double click on I_MATNR then you will get pop-up box as shown. 
    Click ‘YES’. The entry appears in Parameter list and provides parameter reference. 
    The output result of the transaction in this mode can be captured using MESSAGE….ENDMESSAGE node. 
    Click the Pattern button from the application tool bar and select MESSAGE…ENDMESSAGE option as shown. 
    And click ‘OK’.
    Now the following screen appears. 
    Now place the command interface between MESSAGE….ENDMESSAGE command to capture the export parameter. 
    Here, the material number is captured in parameter1 (MSGV1). Now we can assign this value to export parameter as shown below. 
    if found useful award points.

  • HI about CATT Scripts

    HI Thanks for every one who gave me the reponse to my previous thread. Now i can run both CATT and ECATT scripts.
    But can any one clearly tell me the differences or advantages of ECATT scripts over CATT Scripts.

    Hi Sreekanth,
    I obsereved the follwing differences btw CATT and eCATT
    1. By using CATT you can test transaction in  R/3 system. Where as by using  eCATT you can test SAPGUI for Windows and SAP GUI for Java (As it works with SAP Web Application Server 6.20)
    2. In eCATT you can write any ABAP login you want, and you can also call RFC,BAPI in the script itself.
    3. By using eCATT you can test the web interfaces as well
    4. Using eCATT you can have the functionality of other testing tools in the market. like QTP.
    5. eCATT provides an interface for external tools. This allows companies to perform automated tests from an SAP system in a complete IT solution landscape across system boundaries. These new options enable complete automation of solution landscapes under standard Windows and Web-based user interfaces- resulting in low-cost operation of an IT Solution.
    i think we can consider the above all points as advanteages over CATT tool.
    hope this helps. Rewars if it help.
    -Manjula P

  • E-CATT documentation and I-Tutors for Test Workbench in SOLMAN

    Hi!
    I looking for suitable documentation for e-CATT (e.g. how to build and integrate automatic e-CATT scenarios).
    I need this functionality in connection with SAP Solution Manager's Test Workbench.
    Any helpful information will be appreciated.
    Thank you!
    regards
    Thom

    Hi,
    Please follow my and sapna blogs which will help you to integrate ECATT scripts with solman.
    creating ecatt scripts -series by sapna
    eCATT Articles On SAP SDN  - Series Of 8 Weblogs
    Migrating catt to ecatt
    /people/community.user/blog/2007/02/05/create-and-migrate-catt-to-ecatt-part-1
    Perform Testing with Solution manager
    /people/community.user/blog/2006/12/07/organize-and-perform-testing-using-solution-manager
    Go through above blogs which will show how to integrate any script with solman and generate test plans to manage testing.
    Please reward points for thes same.

Maybe you are looking for

  • Error while partitioning and creating boot camp

    hi i tried to create a bootcamp partition but i get the Error "The disk cannot be partitioned because some files cannot be moved", and it suggests to ... "Back up the disk and use disk utility to format it as a single OS Extended volume. Restore your

  • REG :ALV BLOCK DISPLAY

    i have an existing report which displays the output in blocks. for this they have used ALV . they have used macros to build fieldcatalog for each block. the following is the macro for the field catalog. DEFINE m_alv_fieldcat.   clear e_alv_fieldcat.

  • How do you change the size of display in Firefox, I get Hotmail too small and Flikr too big

    I get the font size too small on Hotmail when viewing through Firefox. The screen size and font size is too big when viewing Flickr through Firefox. I am sure it is a simple question of adjusting zoom and I have seen it change while I am online. I ju

  • Problem integrating Discussion and announcement using AD users in spaces.

    I had successfully customized Discussion and announcement Services in webcenter spaces using the default authenticator user WEBLOGIC. And it was working fine. I was able to post and configure announcement and also able to create forums and threads in

  • 3905 End-Point Maximum Reach Number error message

    Dears, I am Hisham Fawzy, I have an issue about that 3905 End-point, it can't be able to transfer internally & externally and this message appear when pressing Transfer button " Maximum Reach Number". I believe that firmware issue but i need to confi