Enabling RBS Performance Testing with LoadRunner

Use the C# mini application method to perform load testing of RBS in SAP Mobile Platform with LoadRunner.

  1. Call SAP.Mobile.Application.GetInstance(USER_IDENTIFIER, USER_DATA_DIRECTORY); to distinguish multiple clients on a single host.
  2. Call ConnectionProfile .SetProperty("databaseFile", USER_DATA_DIRECTORY + "\\database.udb"); to separate the database files for each client.
  3. Configure DatabaseFile before calling SampleDB.SetApplication(app);
  4. Use ConnectionProfile.save() to avoid contention.
  5. Use app.UnregisterApplication(TIMEOUT); to block the invocation before DeleteDatabase for a successful cleanup.
Related concepts
Performance Considerations for Replication
Performance Considerations for Messaging
Improve Synchronization Performance by Reducing the Log Record Size
LoadRunner Extension for SAP Mobile Platform
Related tasks
Enabling MBS Performance Testing with LoadRunner
Related reference
Performance Considerations for Relay Server and Outbound Enabler