- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Jmeter server error while perform load testing on SAP application
Load testing is performed to see volume of traffic your website or an application can handle. Apache Jmeter is an open source, free, java based and configurable tool to perform performance and load testing. You can download Jmeter from the following link:
Now to test SAP application using Jmeter, you need to follow below steps for recording:
- First it to right click on the thread group and you need to choose “Add → Logic controller → Recording Controller”. This will store the recording in the new node named Recording controller.
- Next step is to right click on “WorkBench”, choose “Add → Non-test elements → HTTP Proxy server”
- Next is to right click on the “HTTP Proxy Server” node as shown below and choose “Add → Listener → View Results Tree”. This will make listener store every information and response. This information is required at later stage.
- Next is to you need to click on the resulting proxy server node and make a note of the Port number (typically “8080”). You have to ensure that you select “Use recording controller” as the value for “Target Controller” as below.
- In the settings for your browser, set JMeter as proxy by entering the values for the server address “127.0.0.1” and port “8080”
Please refer this link to know more about recording script in Apache JMeter:
- Related Articles
- Load placed on server to perform encryption in SAP Secure Network Connection
- Error while connecting to SAP server from Java application: java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path
- SAP UI5 application throws an error while using Tree map
- Error while posting a sales order in SAP from .net application
- Error while creating a PO in SAP system from a .NET application
- Error Failed to load resource in SAPUI5 application
- Error while using enter "!" on selection screen in SAP.
- Using SAP JCO to connect SAP server to JAVA application
- Getting error while extracting data from SAP
- Error while connection SAP HANA with .NET
- Error in JavaServer Faces JSF application in SAP NWDS
- Getting error message while using SAP Scripting Tool
- Error while using LOOP…..WHERE in SAP ABAP
- Using SSIS to load data from SQL Server to SAP BW
- Getting error- Hard-coded logon parameters not allowed when using a Destination Configuration while connecting to SAP server dynamically

Advertisements