Mostrando las entradas con la etiqueta eCATT. Mostrar todas las entradas
// // 1 comentario

Manual crear SAP eCatt

Nota de Redacción: el siguiente artículo fue publicado en el año 2012, las capturas de pantalla que poseía inicialmente han sido dadas de baja por las fuentes de dichas imágenes. Se mantiene el artículo publicado a fines informativos. Si usted necesita ayuda sobre eCatts, le rogamos usar nuestro foro de Ayuda SAP a fin de obtener material actualizado.

Artículo re-editado el 05/08/2018


SAP eCATT Manual Paso a Paso

Citaré a continuación el manual, con su respectiva fuente... y explicaré porqué "copio y pego" el manual.
Antes de ejecutar / crear una configuración de prueba necesario para crear secuencias de comandos de prueba. En muchos casos es útil crear un contenedor de datos de prueba y / o un contenedor de datos del sistema pero no se utilizará en este ejemplo. 

Código de transacción: SECATT

Paso 1: Crear secuencias de comandos de prueba
Leer más ...
// //

SAP eCATT

¿ Qué es un eCatt ?

La sigla "eCATT" significa "extended Computer Aided Test Tool" que en castellano sería algo como "Herramienta Extendida de prueba asistida por ordenador". Es una herramienta compleja para realizar simulaciones o prueba en SAP. Automatiza y prueba diferentes escenarios de negocio (dentro del ERP SAP).

Cada prueba que se ha ejecutado va a generar un registro detallado que le dará el proceso de prueba y los resultados. Si la prueba tiene éxito sin errores de registro, podemos decir que el escenario de negocios en SAP asignada es correcta. Si los resultados de la prueba muestra un error entonces el problema puede ser analizado mediante el registro de errores, estilo log, con un detalle increible sobre dónde falló el proceso, y donde debemos los consultores "atacar" para solventar los problemas que haya encontrado la herramienta de simulación.
Leer más ...
// // 1 comentario

Manual SAP eCatt

Cuando participé de aquel proyecto de Upgrade, decidimos usar eCatts como herramientas de simulación para pruebas por lotes. La verdad que era algo totalmente nuevo para la mayoría del equipo, pero no nos costó nada entender el funcionamiento de esta potente herramienta. Si bien se necesitan conocimientos técnicos para darle un uso avanzado, tranquilamente se pueden generar ecatts con conocimientos básicos de abap, paciencia y muchas ganas de aprender.
Leer más ...
// //

Extended Computer Aided Test Tool

eCATT –Extended Computer Aided Test Tool

Introduction to eCATT.

The Extended Computer Aided Test Tool is a new automated testing tool that allows you to create automated functional test cases for the majority of applications running in the SAP GUI for Windows and SAP GUI for Java environments. Like other test tools, it works by making a recording of an application, which you can then parameterize and replay with differing sets of input values. You can test the behavior of the application by reading and testing the values returned by the application .
eCATT is available from Release 6.20 of the SAP Web Application Server, and is an integral part of the mySAP Technology underlying SAP R/3 Enterprise Release 4.7.
Designed as a successor to the existing CATT, it allows a user to record and replay any application running under SAP GUI for Java or SAP GUI for Windows. Furthermore, because it is embedded within the SAP application server, it has access to other interfaces, such as function modules, BAPIs, or the SAP database (so that users can perform checks), and the ABAP runtime, which lets users write ABAP routines into test cases.


With SAP eCATT, users are also able to test business processes that cross system boundaries. Each command in a test script can have a separate destination so, within one script, a user can call a transaction in mySAP Customer Relationship Management, and also check table entries in an SAP R/3 system. Within a script, logical names are used to refer to target systems. These logical names are mapped to actual RFC destinations in a separate object called a system data container, which is, effectively, a description of the company’s system landscape. Thus by linking a different system data container with a script, a user can execute it in a completely different system landscape without having to alter the script coding at all. The only prerequisite is that all the logical system names that the script uses are defined in the relevant system data container.
Because of the wide variety of applications that may need to be tested, eCATT does not have a single "one-size-fits-all” way of recording and replaying applications. Instead, there are various drivers that encompass the following kinds of scenarios:

• Table operations– interacting with the SAP database
• Function modules and BAPIs
• ABAP
• Transactions and reports
• Applications running outside the SAP GUI for Windows or Java environments

For the last of these scenarios, eCATT offers an interface that third-party tool manufacturers can implement to integrate their tools with eCATT.
You can migrate test cases from Computer Aided Test Tool (CATT) to take advantage of the better features of eCATT.
eCATT is also integrated with the Object Navigator (SE80).

Features
Using eCATT we can:

• Test transactions, reports, and scenarios
• Call BAPIs and function modules
• Test remote systems
• Check authorizations (user profiles)
• Test updates (database, applications, GUI)
• Test the effect of changes to customizing settings
• Check system messages

Constraints
eCATT runs in a system based on SAP Web Application Server 6.20 or higher. However, you can use this system to test systems with Release 4.6C or higher.

In my forth coming weblog’s I will be going through the following topics :

1. Creating Test Scripts .
2. Creating Test Data Containers .
3. Understanding System Data Containers .
4. Executing Test Configurations .
5. Understanding Logs .


I will also demonstrate the use of eCATT with following applications:

• Testing a Standard SAP Business Scenario .
• Testing a Web Dynpro Application .
• Migrating Test Cases from CATT to eCATT

Sumeet Kaul is presently working for HCL Technologies Ltd, as a NetWeaver Consultant.

Reblogged from SDN SAP blogs.

Leer más ...