Here is a concise yet in-depth explanation on emulating SAP user client interfaces for emulating user load needed for performance testing and measurement.ABAP User Interfaces
The classic version of SAP R/3 involves having SAPGUI "thick client" program installed on user computers. This communicates with the SAP web server using RFC (Remote Function Call) protocol via standard TCP/IP sockets.
Each user maintains a unique and separate session with the database.
user-facing technologies: Web Dynpro, Java Dynpro, Adobe Forms, HTMLB, BSP, JSP
Business Server Pages (BSP), like Microsoft's ASP (Active Server Pages) and JSP (Java Server Pages), dynamically (at run-time) replaces markup tags in HTML with values associated with variables.
SAP's Documentation for SAP Getting Started with Netweaver 2004s, 2004, and 6.30.
|
Functional Testing
SAP's Extended Computer Aided Test Tool (eCATT) is used to modify and import customer-specific master data into an SAP system. It's access from Transaction code SECATT or Menu path Tools > ABAP Workbench > Test > Test Workbench > Test Tools > Extended CATT.
SAP's Best Practices Installation Assistant automates system configuration steps by activating a project that performs the installation based on text files, takes a fraction of the time instead of manually clicking through roles.
|
Consulting organizations offering services in SAP testing include:
Symmetry |
Communications Drivers
RPC (Remote Function Call) protocol
|
No comments:
Post a Comment