Use the C#
mini
application method to perform load testing of RBS in SAP Mobile Platform with LoadRunner.
- Call SAP.Mobile.Application.GetInstance(USER_IDENTIFIER,
USER_DATA_DIRECTORY); to distinguish multiple clients on a single host.
- Call ConnectionProfile .SetProperty("databaseFile", USER_DATA_DIRECTORY +
"\\database.udb"); to separate the database files for each client.
- Configure DatabaseFile before calling
SampleDB.SetApplication(app);
- Use ConnectionProfile.save() to avoid contention.
- Use app.UnregisterApplication(TIMEOUT); to block the invocation
before DeleteDatabase for a successful cleanup.