SAPGUI Tutorial
SAPGUI Tutorial
SilkPerformer 9.0
SAPGUI Tutorial
Micro Focus
575 Anton Blvd., Suite 510
Costa Mesa, CA 92626
MICRO FOCUS, the Micro Focus logo, and Micro Focus product names are trademarks or registered trademarks of
Micro Focus IP Development Limited or its subsidiaries or affiliated companies in the United States, United Kingdom,
and other countries.
All other marks are the property of their respective owners.
BORLAND, the Borland logo, and Borland product names are trademarks or registered trademarks of Borland Software
Corporation or its subsidiaries or affiliated companies in the United States, United Kingdom, and other countries.
All other marks are the property of their respective owners.
2012-01-3
Contents
Introduction 1 Setting Up Integration . . . . . . . . . . . . . . 48
Overview . . . . . . . . . . . . . . . . . . . . . 1 Interacting with eCATT from SilkPerformer . . . 52
Client/Server Requirements . . . . . . . . . . . . 5 Interacting with SilkPerformer from eCATT . . . 56
Available Functions . . . . . . . . . . . . . . . . 5 Limitations . . . . . . . . . . . . . . . . . . . . 61
Chapter 1 Index 63
Recording SAPGUI Test Scripts
7
Overview . . . . . . . . . . . . . . . . . . . . . 7
Generating Test Scripts . . . . . . . . . . . . . . 7
Exploring Recorded Scripts . . . . . . . . . . . 17
Chapter 2
Customizing SAPGUI Test
Scripts 21
Overview . . . . . . . . . . . . . . . . . . . . 21
SAPGUI TrueLog Structure . . . . . . . . . . . 22
Customizing Input Parameters . . . . . . . . . 24
Customizing SAPGUI User Input Data . . . . . 27
Analyzing Result Files. . . . . . . . . . . . . . 32
Further Steps for Load Testing . . . . . . . . . 33
Chapter 3
Best Practices for Testing
SAPGUI 35
Prerequisites for SAPGUI Load Tests. . . . . . 35
SAPGUI Client Versions . . . . . . . . . . . . 36
Testing Logon Sequences. . . . . . . . . . . . 36
Customizing Input Data . . . . . . . . . . . . . 38
Prerequisites for Using Test Manager. . . . . . 38
Accessing Low-Level Properties . . . . . . . . 40
Handling Unexpected Windows . . . . . . . . . 42
Known SAP Issues . . . . . . . . . . . . . . . 43
Settings for Large Load Tests . . . . . . . . . . 44
Chapter 4
SAP eCATT Integration With
SilkPerformer 47
Overview . . . . . . . . . . . . . . . . . . . . 47
About this manual This tutorial provides the information you need to record and customize
SAPGUI test scripts.
This chapter contains the following sections:
Section Page
Overview 1
Client/Server Requirements 5
Available Functions 5
Overview
SilkPerformer offers recording and replay support for the load testing and
functional testing of SAP® systems that use the SAPGUI Scripting interface.
SilkPerformer’s unique content verification feature enables you to verify
application functionality even under real-world load conditions—and thereby
intercept application errors that occur only under load.
Test scripts created for functional testing can be reused for load testing purposes,
without requiring any changes.
Together with its outstanding support for the load testing of Web applications,
SilkPerformer supports load and functional testing of SAP R/3 4.6C, SAP R/3
Enterprise (4.7), and mySAP Business Suite (and higher) through SAPGUI
Client 6.2 (and higher) for Windows and HTML, as well as with mySAP
Enterprise Portal.
Note This tutorial offers only a brief overview of the functionality
that is available with SilkPerformer and TrueLog Explorer. Please
see the SilkPerformer Help and the TrueLog Explorer Help for full
details of available functionality.
Scripting In addition to a powerful BDL API for SAP that enables programmers to
effectively customize SAP test scripts, SilkPerformer 9.0 also provides TrueLog
technology for SAP—offering easy visual script analysis and customization.
TrueLogs provide complete visual representation of all actions and results that
are generated by test scripts. Screenshots are captured during test runs and
details regarding all visible GUI controls are logged. Using TrueLog Explorer’s
intuitive point-and-click interface, you can visually customize all user-input data
and create content verification checks for return data. Simply select the input
values that you wish to customize, or the result values that you wish to verify,
and then choose any appropriate parsing, parameterization, or verification
functions. All customization and verification functions are then automatically
generated and inserted into your BDL script. No manual scripting is required.
Functional testing SilkPerformer provides functional and load testing with a single tool. Simply
reuse your scripts as both functional and load testing scripts using the same
script API.
Front-end analysis Using SilkPerformer’s TrueLog On Error functionality for SAP, you can
visually inspect the actions of SAP virtual users and SAP system responses that
result in error conditions. In this way, you can visually analyze error conditions
from the virtual-user perspective (the front-end).
SAP monitoring SilkPerformer offers five Performance Explorer monitors that enable you to
query SAP server-side performance values.
SAP eCATT SAP’s eCATT (Extended Computer Aided Test Tool) facility allows you to create
test scripts in SAP using the scripting language of your choice. eCATT allows
you to use external test tools such as SilkPerformer while utilizing eCATT as a
repository for your test scripts. See “SAP eCATT Integration With
SilkPerformer” for details.
Enabling SAP SAPGUI record/replay technology is based on the SAPGUI Scripting API,
scripting which must be enabled on both the server and client side.
The SAPGUI Scripting API is not available in all SAPGUI client versions;
therefore you must confirm your patch level. Please refer to Enable SAP
Scripting in SilkPerformer Online Help for details.
Checking SAP patch SAPGUI Scripting is not supported by all versions of SAP. Therefore it is
level necessary that you confirm that your installation offers this support. Make sure
that you have the latest SAPGUI patch level.
Procedure To confirm the SAPGUI patch level:
1 Launch the SAPGUI logon window by clicking Start/Programs/SAP
Front End/SAPLogon, and choose the About SAP Logon menu item from
the window menu.
2 The SAPGUI version information dialog box opens and displays the
current patch level.
You can either enable all timers for all control types, or select only those timers
that are of interest to you. Timers are only created for those method calls that
have the optional timer parameter specified.
For a description of these timers, please refer to SAP Results in SilkPerformer
Online Help.
Client/Server Requirements
On the Server
• Required patch level for SAPGUI support must be installed
• Sapgui/user_scripting:
- Profile parameter must be set to True. This can be changed using the
transaction RZ11.
On the Client
• SAPGUI Client 6 or 7
• Latest patch level
• SAPGUI Scripting must be installed and enabled
- To enable SAPGUI Scripting:
o Start the SAPGUI client.
o Open the Options dialog.
o Select the Scripting tab.
o Select Enable Scripting and uncheck the two security check
boxes.
Available Functions
SilkPerformer uses a testing interface called SAPGUI Scripting API, which has
been introduced by SAP for SAPGUI Windows clients.
To record and replay SAPGUI scripts, some pre-requirements must be met. To
prepare your environment for SAP testing, please refer to Checking your SAP
Patch Level and Enable SAP Scripting in SilkPerformer Online Help.
SilkPerformer offers both a low- and high-level API for testing SAP systems.
Please see the SilkPerformer Online Help for a complete list of functions and
function descriptions.
Introduction This chapter explains how to generate a SAPGUI test script by recording a
SAPGUI application and how to analyze a replayed test script via a TryScript
run.
What you will learn This chapter contains the following sections:
Section Page
Overview 7
Generating Test Scripts 7
Exploring Recorded Scripts 17
Overview
SilkPerformer offers record and replay support for the load testing and
functional testing of SAP systems that use the SAPGUI Scripting interface.
This chapter shows you how to generate a test script by recording a SAPGUI
application and then how to analyze the resultant test script by replaying it in a
TryScript run.
On the Advanced Options dialog box, deselect Default codepage and select your
preferred language. Click OK to accept the change.
15 Click the Delete button (trash can icon) to delete the appointment. A
confirmation dialog box opens. Click Yes to confirm deletion of the
appointment.
16 Click Exit (the yellow circular button) to exit the calendar application.
Both recorded and replayed test scripts can be opened in TrueLog Explorer.
TrueLog Explorer supports the visualization of SAPGUI requests and responses
in the same way it supports the visualization of HTTP client requests and HTTP/
HTML server responses. See “Customizing SAPGUI Test Scripts” and the
TrueLog Explorer User Guide for full details regarding TrueLog Explorer.
Executing TryScripts
The default option settings for TryScript runs include live display of data
downloaded during testing and the writing of log and report files.
With TryScript runs, only a single virtual user is run and the stress test option is
enabled so that there is no think-time or delay between transactions.
Procedure To execute a TryScript run:
1 Click Try Script on the SilkPerformer Workflow bar. The Try Script
dialog box opens.
2 To view rendered page transitions during a TryScript run, select the
Animated Run with TrueLog Explorer check box.
3 Click Run.
Note You are not running an actual load test here, only a test run to
see if your script requires debugging.
Exploring TrueLogs
Once you have executed a TryScript run, you can explore the TrueLog that was
generated by the script run by right-clicking the TryScript user and selecting
Explore TrueLog. This launches TrueLog Explorer loaded with the TrueLog
from the recent TryScript run.
Introduction This chapter explains how to customize a SAPGUI load test script based on the
results of a TryScript run.
What you will learn This chapter contains the following sections:
Section Page
Overview 21
SAPGUI TrueLog Structure 22
Customizing Input Parameters 24
Customizing SAPGUI User Input Data 27
Analyzing Result Files 32
Further Steps for Load Testing 33
Overview
Once you’ve recorded a test script and identified session-specific errors through
a TryScript run, use TrueLog Explorer to customize the test script so that it can
handle session-specific strings, for example user IDs, password, and others.
Note TrueLog Explorer is a powerful test script customization tool
that offers much more functionality than is demonstrated in this
tutorial. Refer to the TrueLog Explorer User Guide for details
regarding content verifications, content parsing, comparison of
record/replay TrueLogs, and much more.
Once you’ve generated a load test script with SilkPerformer and executed a
TryScript run, TrueLog Explorer can help you customize the script by:
• Adding content verifications - Using the Add Verifications tool,
you can gain tremendous insight into data that’s downloaded during
load tests—enabling you to verify that the content that is to be sent
by the server is correct. Verifications remain useful after system
deployment for ongoing performance management. Refer to the
TrueLog Explorer User Guide for details.
• Adding parsing functions - TrueLog Explorer allows you to insert
SAPGUI parsing functions visually in Source screengrab view and
on the Controls view tab. Manual code writing isn’t required—
TrueLog Explorer automatically generates parsing functions in
scripts. Refer to the TrueLog Explorer User Guide for details.
• Parameterizing input data - With user data customization you can
make your test scripts more realistic by replacing static recorded
user input data with dynamic, parameterized user data that changes
with each transaction. Manual scripting isn’t required to create such
“data-driven” tests.
For each SAPGUI function call that changes input data, you can verify return
values, parse values, and customize input data. These operations can be
executed from both Source screengrab view, by right-clicking within a control,
and the Controls tree view.
SAPGUI TrueLog Two of the main SAPGUI function types that TrueLog Explorer relies on are:
functions
SapGuiSetActiveWindow - These are top-level API nodes that indicate the
generation of new GUI windows. All actions taken on windows are grouped
below their corresponding SapGuiSetActiveWindow functions.
SapGuiRoundTrip - These are virtual nodes; there are in fact no API calls
called SapGuiRoundTrip that are sent to the server. These nodes are used to
group all client-side actions that occur in the course of each server round-trip.
Both the before and after states of round-trips can be viewed. Multiple round-
trip nodes may be included under each SapGuiSetActiveWindow node.
7 Define a meaningful Name for the new parameter and enter your user
password as the string Value.
4 With the Parameter Wizard you can modify script values in one of two
ways. You can either use an existing parameter that’s defined in the
dclparam or dclrand section of your script, or you can create a new
parameter, based on either a new constant value, a random variable, or
values in a multi-column data file. Once you create a new parameter, that
parameter is added to the existing parameters and becomes available for
further customizations.
Note This example demonstrates the process of creating a parameter
based on a new random variable. Refer to the SilkPerformer User
Guide for complete details regarding the functionality of the
Parameter Wizard.
5 Click the Create new parameter option button and click Next to create a
new parameter.
6 The Create New Parameter dialog box opens. Select the Parameter from
Random Variable option button and click Next.
7 The Random Variable Wizard opens with the Individual strings random
variable type selected. A brief description of the highlighted variable
type displays in the lower window.
8 Click Next.
9 The Name the variable and specify its attributes screen opens. With
SAPGUI applications, all available list box values are pre-loaded with
weight values of 1. Enter a name for the variable in the Name text box
and click Next.
11 Click Finish to modify the BDL form declaration of your test script so
that it uses the random variable for the given form field in place of the
recorded value. The new random variable function displays below in
BDL view.
12 Initiate a TryScript run with the random variable function in your test
script to confirm that your script runs without error.
Note Controls that have been customized display with green
highlighting.
Additional You may find that additional customizations are useful, for example
customizations randomizing username and appointment-time input parameters for load testing
purposes. Customization is possible for nodes that involve changes of text,
combo boxes, check boxes, and option-button controls. Refer to the TrueLog
Explorer User Guide for full details regarding available script customizations.
Note It’s recommended that you not verify or parse values that
occur in the last nodes of round-trips. This is because functions are
scripted after selected API calls. For example, if you verify a
SAPGuiPressButton function that closes the current window, the
Introduction This chapter explains best practices for load testing SAPGUI with
SilkPerformer.
This chapter contains the following sections:
Section Page
Prerequisites for SAPGUI Load Tests 35
SAPGUI Client Versions 36
Testing Logon Sequences 36
Customizing Input Data 38
Prerequisites for Using Test Manager 38
Accessing Low-Level Properties 40
Handling Unexpected Windows 42
Known SAP Issues 43
Settings for Large Load Tests 44
SAPGUI scripting Ensure that SAPGUI scripting is installed on all agents and the controller. Also
ensure that SAPGUI scripting is enabled on the servers.
Test data For data-driven testing, it’s important to use accurate data as input. See
“Customizing Input Data” to learn what should be considered.
Test cases Test cases that are to be tested must be well documented.
Determine if varying input data in input controls will result in the display of
different screens or change the availability of any onscreen controls.
Determining your The most critical measure of an SAP system is the number of dialog steps that
goals can be executed during a specified timeframe, for example 100,000 dialog steps
in an hour).
From the SAPGUI perspective, a dialog step is a transition from one screen to
the next. Certain dialog steps are simple. Others are complex and cause
additional server load. Therefore it is necessary to have a good mix of test
scripts that cover most of the common transactions that are used within
companies.
The dialog steps can be monitored with different ST transactions within SAP.
Our SAP monitor, which uses ST03N, can also be used.
TInit : begin;
TMain : 1;
TEnd : end;
var
gsConnID : string;
dclrand
dcltrans
transaction TInit
begin
// Connecting to SAP
gsConnID := SapGuiOpenConnection(
" /SAP_CODEPAGE=1100 /FULLMENU /H/111.111.111.111/S/3299/H/
222.222.222.222/S/3297/H/cpce801 75 /3",
"SapGuiOpenConnection");
SapGuiSetActiveConnection(gsConnID);
SapGuiSetActiveSession("ses[0]");
// SAP
SapGuiSetActiveWindow("wnd[0]", "SAP", SAPGUI_MATCH_ExactNoCase);
SapGuiWindowResize(175, 28, false, "SapGuiWindowResize");
transaction TMain
var
begin
// start with the SapGuiSetActiveWindow
SapGuiSetActiveWindow("wnd[0]", "SAP Easy Access", SAPGUI_MATCH_
ExactNoCase);
// end the end you need to make sure that the last calls brings you
back to the SAP Easy Access window
// so that the next TMain iteration can successfully call the
SapGuiSetActiveWindow
transaction TEnd
begin
SapGuiPressButton("tbar[0]/btn[15]", "SapGuiPressButton\\btn[15]");
// Log Off
SapGuiSetActiveWindow("wnd[1]", "Log Off", SAPGUI_MATCH_
ExactNoCase);
// Yes
SapGuiPressButton("usr/btnSPOP-OPTION1", "SapGuiPressButton\\Yes");
end TEnd;
Here is a sample script that shows you how your SAP logon sequence should
look:
var
gsConnID : string;
sServer: string;
sUsername : string;
sPassword : string;
sClientNum : string;
sLanguage : string;
dclrand
dcltrans
transaction TInit
begin
AttributeGetString("SAPServer", sServer);
AttributeGetString("SAPUser", sUsername);
AttributeGetString("SAPPass", sPassword);
AttributeGetString("ClientNum", sClientNum);
AttributeGetString("Language", sLanguage);
// Connecting to SAP
gsConnID := SapGuiOpenConnection(sServer, "SapGuiOpenConnection");
SapGuiSetActiveConnection(gsConnID);
SapGuiSetActiveSession("ses[0]");
// SAP
SapGuiSetActiveWindow("wnd[0]", "SAP", SAPGUI_MATCH_ExactNoCase);
SapGuiWindowAction(SAPGUI_WND_MAXIMIZE, "SapGuiWindowAction\\SAPGUI_
WND_MAXIMIZE");
Now you need to define these project attributes via SilkPerformer’s Project
Attributes Configuration dialog.
Defining verification If you are going to upload a functional SAP test to Test Manager you should
loads define a verification workload in your SilkPerformer project. Remember that
when you upload a SilkPerformer project to Test Manager, Test Manager
actually executes the workload of the uploaded project. The verification
workload is designed for one-user script executions. Therefore you need to
change your workload to be a verification workload and specify which script
should be executed by it.
Properties overview Everything in SAP is a component and therefore has the following properties
(ComClass GuiComponent):
• Name - Name of the control.
• Type - Type of the control as text (for example, GuiButton or
GuiTextField).
• TypeAsNumber - All types have internal numbers (for example,
30=GuiLabel, 31=GuiTextField).
• ContainerType - Boolean property that defines if the control is a
container. Containers contain other controls as children (for example, a
toolbar is a container that contains toolbar buttons).
• ID - This is the unique ID of the control.
• Parent - If this control is contained within a container, this will return the
parent control.
SapGuiPressButton("usr/btnPOP-OPTION1");
end;
If there is a situation where different dialog boxes can open and you have to
handle each dialog box individually, you can just verify for the window ID and
// now - check what the window title is and depending on that do some
action
sWindowTitle := SapGuiGetActiveWindowTitle();
if(sWindowTitle = "Some Alert") then
SapGuiPressButton("usr/btnPOP-OPTION1");
end;
if(sWindowTitle = "Some other alert") then
SapGuiPressButton("usr/btnPOP-OPTION2");
end;
end;
Handling windows It’s common to see window titles that contain dynamic values (for example,
that have dynamic “Change Material 1110 – (Finished Product)”) when you execute MM02
titles transactions to change products. In this example, the material number is part of
the window title.
By default, the recorder scripts the following method call when this window
opens:
SapGuiSetActiveWindow(“wnd[0]”, “Change Material 1110 (Finished
Product)”, SAPGUI_MATCH_ExactNoCase);
If you customize your script so that you choose a random material number, then
your script will throw an error as the window title verification will fail. So if
your virtual user, for example, picks material number “1111”, the resulting title
will be “Change Material 1111 (Finished Product)”. This will cause an error as
the verification is performed on the recorded title.
SapGuiSetActiveWindow not only allows you to verify against a constant value,
it also allows you to verify against wildcard expressions and regular
expressions. To solve the above described example problem, you could use the
following change to SapGuiSetActiveWindow:
SapGuiSetActiveWindow(“wnd[0]”, “Change Material *”, SAPGUI_MATCH_
WildCard);
Or, if you don’t want to perform a title verification, you can leave the last two
parameters. They are optional. No verification will then be performed.
Tables with single When there is only one row in a table, the row count is returned as ‘2’
rows (‘rowcount=2’). It seems that there is a second empty row added to these tables.
Tables with more than one row entry return the correct number of rows.
Selecting the second entry in this example would result in an error as the entry is
not valid. Therefore, before selecting an entry, you should confirm that the entry
is not empty.
SAP API calls only The following two method calls have been known to cause problems:
work in first TMain
• SapGuiGridGetRowCount
iteration
• SapGuiGridSelectCell
These methods have been known to fail in the second iteration of TMain, and
also in loops. The internal COM interface may not be up-to-date. To update the
internal COM reference to the control, call the SapGuiGetProperty method. This
method updates the internal COM pointer. You need to call SapGuiGetProperty
on the control just before you see a call that fails in a second iteration. It is
recommended that you use the Name property as every control has this property.
Here is an example:
SapGuiGetProperty(“/usr/somecontrol”, “name”);
SapGuiGridGetRowCount(“/usr/somecontrol”, nCount);
Replay profile settings Make sure that in replay profile settings the Log control information in TrueLog
option is not checked. When this option is turned on during load tests, each
virtual user builds TrueLog with information for all controls on every window in
transactions. Depending on your transactions and the number of controls that are
on-screen, you may experience heavy performance impact with this setting
enabled. Therefore, this option should be turned off during load tests. Only the
Log control information on error option should be selected. This option logs
control information for the current window when errors occur. Ensure that you
turn this option on when running Try-Scripts as you want to have this control
information in Try-Script Trueogs.
Testing login Logon sequences are resource intensive and should not be tested in large load
sequences tests.
Server-side changes When running a large load test you may have to change certain server-side
parameters that allow additional users from other machines connecting to the
servers. Please consult SAP documentation related to the rdisp/rfc_max_own_
used_wp parameter.
Visit the following link for detailed instructions:
http://help.sap.com/saphelp_erp2004/helpdata/en/c3/
ce70a5cf0ab1499bfbf464e6e92de0/frameset.htm
SAP gateways If your SAP environment uses a SAP gateway machine to connect to your SAP
servers, you may run into the problem that your gateway no longer accepts new
connections. This is caused by SAP gateways do not always recognizing when
existing connections are shut down. Sudden aborting of load tests and
ungraceful system shut-downs do not always result in gateway connections to
servers being closed. If too many connections are left open, you may receive a
“cannot open more client connections” error. To resolve this problem, reboot
your gateway service.
Introduction This chapter explains how to make the most of SilkPerformer’s integration with
SAP® eCATT (Extended Computer Aided Test Tool).
This chapter contains the following sections:
Section Page
Overview 47
Setting Up Integration 48
Interacting with eCATT from SilkPerformer 52
Interacting with SilkPerformer from eCATT 56
Limitations 61
Overview
SAP eCATT (Extended Computer Aided Test Tool) has been integrated with
SilkPerformer. SAP’s eCATT facility allows you to create test scripts in SAP
using the scripting language of your choice. eCATT allows you to use external
test tools (i.e., SilkPerformer) while utilizing eCATT as a repository for your test
scripts. eCATT also serves as a basic test management solution for triggering
script executions. Not only can both internal and external scripts be executed
individually, they can also be combined and executed in sequence.
eCATT offers import arguments, a mechanism for calling scripts with special
input values. Scripts can not only receive input values, scripts can also set output
values when they are executed—scripts can be executed in sequence, using
input values derived from the output values of earlier script executions.
Setting Up Integration
This section includes detailed instructions for each of the steps that must be
completed to make use of SilkPerformer’s eCATT integration.
Procedure To configure SilkPerformer’s eCATT integration:
1 On your SAP server, register SilkPerformer as an external tool for
eCATT.
2 On your SAP server, create a new user account.
3 On the client machine where you will be using SilkPerformer in
combination with eCATT, install both SilkPerformer and the SAPGUI
client.
4 If you access your SAP server via a SAP gateway, you must create a
registry key on the client that defines your default SAPGUI connection.
5 Within SilkPerformer system settings, configure SAP eCATT server
connection data.
6 Within SilkPerformer system settings, define a SAP eCATT directory for
extended SilkPerformer test results.
Registering SilkPerformer must be registered in the ECCUST_ET SAP table. This is done
SilkPerformer in by calling the SET_EXTERNAL_TOOL function module, which creates the
eCATT necessary entries in the ECCUST_ET table. You need to method using the
following values for the parameters:
Parameter Value
TOOL_NAME SilkPerformer
PROG_ID SAPeCATTPlugIn.BorlandSPeCATT
TOOL_DESC SilkPerformer for eCATT
TOOL_DATABASE <blank>
TOOL_RUN_DB <blank>
TOOL_NO_PWD ‘X’
TOOL_NO_DB ‘X’
You can call this method using the SE37 transaction. On the first screen, enter
the function module name SET_EXTERNAL_TOOL. Then select Test / Single
Test from the Function Module menu.
In the following window, enter the parameter values as described above and
press the Execute button (F8).
Creating a specific To take advantage of eCATT integration using external tools, a standard user
user account must be generated in your system by your system administrator. This is done by
executing the ECATT_GENERATE_ET_USER program in SE38 (once per
system).
After running the report, the following steps should be executed to activate the
newly created user role:
1 In transaction PFCG, enter role SAP_ECET, and select Change. Ignore
the subsequent warning that appears.
2 Switch to the Authorizations tab and select Change Authorization Data.
3 Place your cursor over the top node of the tree display (SAP_ECET) and
select Authorizations / Generate.
4 Click Back to return to the role maintenance screen.
5 Click Save.
Installing the client On the machine where you plan to use SilkPerformer with the eCATT
software integration, you must first install your SAPGUI client and afterward apply the
SilkPerformer installation. Whenever eCATT initiates the integration between
SilkPerformer and eCATT, SilkPerformer installs a COM object on the agent
that is called by SAP eCATT.
Setting the registry If you are accessing your SAP system via a SAP gateway, you must create a
from behind a SAP registry key for the communication between SilkPerformer and eCATT. eCATT
gateway forwards the connection that is to be used to SilkPerformer, but it is unaware of
gateways. Therefore the connection string that is passed from eCATT cannot be
used if you are behind a gateway.
You have to create a registry key under HKLM\Software\Silk. The key must be a
string value with the name SAPeCATTLogonID; the value must be the SAP
login ID that you use when logging in to your system (i.e., the name of your
SAP connection that you specify in SAPLOGON).
Configuring SAP Connection details for SilkPerformer's communication with SAP eCATT must
eCATT connection be specified in SilkPerformer system settings. There are two options for
connecting to SAP—you can either specify a SAPLOGONID or you can specify
AS Host, RFC Type, and SystemNr settings. With either option you must specify
client, language, username, and password details. Note that when you select a
SAPLOGONID the AS Host, RFC Type, and SystemNr fields are grayed out.
12 Click the OK button once you have completed configuring SAP eCATT
connection settings.
Configuring eCATT To enable the viewing of SilkPerformer result files from within SAPGUI, you
extended results can specify a UNC path to a public file share in which extended SilkPerformer
test results can be stored and accessed by users (e.g., \\fileserver\ecattresults).
SilkPerformer will use the specified directory to store the results of
SilkPerformer test executions initiated via SAP eCATT. Users can easily access
test results by clicking a link in the SAP eCATT GUI.
Procedure To configure eCATT extended results:
1 Select the System command from SilkPerformer’s Settings menu.
2 On the System Settings – Workbench dialog, select the SAPGUI group
icon.
3 Select the eCATT Results tab.
4 Select the Use SAP extended results checkbox.
5 In the SAP extended results directory field, browse to and select the
directory that is to be used for SAP extended results.
The first step prompts you for the SAP server connection that is to be used for
uploading the project:
The second wizard step prompts you for the BlobId and Version:
In the third step you have to define the user type that is to be the primary user
type in the script. As you may have multiple user types configured in your
project, you must define the user type that is to be executed by default when
eCATT executes scripts:
Opening a project The menu entry Open Project from eCATT from the File / SAP eCATT menu
from eCATT allows you to open an existing project from SAP eCATT.
When opening a project, the project is downloaded to a temporary directory and
then imported to SilkPerformer Workbench. A downloaded project is identified
by the BlobId and Version that you define in the Open Project from SAP eCATT
wizard.
The first step in the wizard prompts you for the SAP server connection that is to
be used to download the project:
The second step prompts you for the BlobId and Version of the project that is to
be downloaded.
Now you can make changes to the project. If you want to update the project in
eCATT after you have completed your changes, simply upload the project using
the Upload Project into SAP eCATT command on the SAP eCATT menu.
Defining import/export eCATT offers import arguments, a mechanism for calling scripts with special
arguments input values. Scripts can not only receive input values, scripts can also set output
values when they are executed—scripts can be executed in sequence, using
input values derived from the output values of earlier script executions.
To define import and export arguments, SilkPerformer project attributes are
used. Project attributes that serve as input arguments must have the prefix
SAPIMPORT_. Project attributes that serve as output arguments must have the
prefix SAPEXPORT_.
Note Only project attributes of type string are accepted, since SAP
only allows string data types.
Following is an example that defines two input arguments and one output
argument:
Creating a new Within SAP eCATT (SECATT transaction) you can create a new SilkPerformer
SilkPerformer script script by specifying a test script name (blobID), a version, and SilkPerformer for
eCATT as the external tool, as shown below:
Now click the Create Object button (or press F5). This creates an empty
SilkPerformer script and stores it in the eCATT repository. On the following
screen you must enter all required fields before you can edit the script with
SilkPerformer. Once you have completed all required fields, click the Script
toolbar button. SilkPerformer then opens and downloads the newly created
project in Edit mode (for other available options, please see the next chapter).
Editing/viewing an Within SAP eCATT (SECATT transaction) you can both edit and view an
existing SilkPerformer existing SilkPerformer script by specifying the test script name (blobID) and the
script version, as shown below:
Now you can either click the Display Object (F7) button or the Change Object
(F6) button to view or edit the eCATT script. On the following screen you can
click the Script button to either view or edit the script in SilkPerformer.
If you are only viewing the script, SilkPerformer downloads the project from
SAP eCATT and opens it in Read-Only mode. You can go back to eCATT by
selecting Close Project without Save from the SAP eCATT menu.
If you are opening the script in Edit mode, SilkPerformer downloads the project
from SAP eCATT so that you can modify the script. Once you have completed
your modifications you have three options for returning to SAP eCATT—select
one of the following from the SAP eCATT menu:
• Save Project into SAP eCATT
The project is saved to SAP eCATT and you can continue working in
SAP eCATT.
• Save Project into SAP eCATT and Continue
The project is saved to SAP eCATT, but remains open in SilkPerformer
so that you can perform further modifications.
• Close Project without Save
The project is closed without saving your changes and you can continue
working in SAP eCATT.
Executing a Within SAP eCATT (SECATT transaction) you can execute a SilkPerformer
SilkPerformer script script by specifying a test script name (blobID) and version, as shown below:
Once you have entered these values, click the Execute button (F8) to go to the
execution dialog where you can specify start options for the script:
Depending on the Mode for Ext. Tool selection, the test will either be executed
without SilkPerformer Workbench (Normal), with SilkPerformer Workbench
(With Surface of External Tool), or in the attended debug mode with
SilkPerformer Workbench (Debug Mode).
In With Surface of External Tool mode, SilkPerformer launches and
immediately executes the primary user type. After executing, SilkPerformer
closes.
In Debug mode, SilkPerformer opens the Baseline test dialog and waits for the
user to begin the test. The user can perform some modifications to the project
before the test is actually executed. When the test is finished, the user can use
the Finish and Return Results command on the SAP eCATT menu to report back
the results of the most recently executed test run.
As with other eCATT scripts, SilkPerformer scripts can be executed from other
eCATT scripts and executed in sequence with other scripts.
To do this, create a simple eCATT script that calls an external script using the
REFEXT method. Once you have specified the blobId and version of the script
that you want to execute, double-click the second parameter of REFEXT and
explore the external project (see the example below):
You will see the various scripts that are there-one should be marked is_main.
You will also see all import and export arguments.
Limitations
The following points should be considered when working with SilkPerformer’s
eCATT integration.
Script name length When uploading a SilkPerformer project, you must specify the primary script.
This is the user type that will be executed by default and marked as the main
script within eCATT. The name of the user type is a combination of the BDL
script name, user group, and profile (e.g., a script called test1.bdf that defines a
user group called VUser, and a profile called Profile1, results in an internal
representation of the user type as test1.bdf__VUser__Profile1).
When SAP triggers SilkPerformer to execute a script, SAP specifies the name of
the primary script as shown in the example above, (test1.bdf__VUser__
Profile1).
A bug in the current versions of SAP eCATT truncates such passed values to 32
characters. Though SAP will likely address this issue in future patches, it is quite
possible that you are running a SAP system with this limitation.
The problem with the 32-character limitation is that during execution in normal
mode, SilkPerformer can not find the passed user type because the name has
been truncated. Therefore you will receive an error indicating that the script can
not be found.
To work around this problem, make sure that the combination of script name,
user group, and profile does not exceed 32 characters—28 characters in fact as 4
underscore characters are used to separate the values.
So save your script files with short names, use short names for user groups, and
use short names for profiles.
Default values for During testing efforts with various SAP systems, a problem with default values
arguments in eCATT arguments has been identified. With some older patch levels of SAP
eCATT, default values are not passed to SilkPerformer when running script
executions from external eCATT scripts. If you experience a problem of default
values not being passed for arguments, update your SAP eCATT patches.
Recording in edit- When recording a SAPGUI script in SilkPerformer while in the “edit” mode of
mode an eCATT script triggered from within SAP eCATT, you run into the following
problem: When you begin a new session during recording you actually have two
SAP connections open on your system—the connection that you are recording
on and the connection that is still open from eCATT. Therefore you will see two
SapGuiOpenConnection calls scripted in your script, and the
SapGuiSetActiveConnection contains a connection ID of 1. This is what you
will see in your recorded script:
gsConnID := SapGuiOpenConnection(" ecatt connection",
"SapGuiOpenConnection");
SapGuiOpenConnection(" recorded connection",
"SapGuiOpenConnection");
SapGuiSetActiveConnection("/app/con[1]");
You must remove the first SapGuiOpenConnection entry and change the
SapGuiSetActiveConnection to use the return value of the 2nd
SapGuiOpenConnection. After this modification, the script should look like
this:
gsConnID := SapGuiOpenConnection(" recorded
connection", "SapGuiOpenConnection");
SapGuiSetActiveConnection(gsConnID);
F S
SAP applications
Front-end analysis 2 Customizing test scripts 22
Functional testing 2 TrueLog structure 18
Functions, SAPGUI 5 SAP eCATT 47
Creating a new SilkPerformer script 57
G Creating a user account 49
Defining import/export arguments 55
Generating test scripts 7 Editing/viewing an existing SilkPerformer
script 58
I Executing a SilkPerformer script 59
Installing the client software 49
Interacting with eCATT from SilkPerformer 52
Input data
Interacting with SilkPerformer from eCATT 56
Parameterization 22
Limitations 61
Input data, customization 27
Opening a project from eCATT 54
Input parameter, customizing 24
Registering SilkPerformer in eCATT 48
Setting registry behind a SAP gateway 49
L Setting up integration 48
Uploading a project to eCATT 52
Load test scripts SAP monitoring 2
Customizing 21, 27 SAP patch level, checking 2
Load testing, further steps 33 SAP scripting, enabling 2
SAPGUI applications
O TrueLog structure 22
Settings
Overview Report 32 Profile 3
Recorder 3
Replay 4
P
Parameter Wizard 25, 27
T
Parameters
Creating new 29 Test scripts 27
U
User data
Customization 22, 27
Parameterized 22
User data customization 27
V
Variables, random 29
Verifications
Adding 22