How to automate data generation for test purposes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2018 10:22 AM
Hi all,
I'm trying to automate the generation of data into different forms, so that we don't have to manually fill out forms and walk through the process during UAT/CAT testing.
I already tried the ATF but it doesn't actually create data that is saved to a table, it just keeps them within the results record. Does anyone have any suggestions or can direct me to some documentation around this?
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2018 09:01 PM
You can do it via FIX script and by other method of exposing scripted REST API.
For sample fix script, you can try to look at this, this is a sample script for generating requests in scoped app, you can modify it per your requirement
Note: Please mark reply as correct / helpful if it answers your question

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2024 07:47 PM
I know I'm super late to the conversation here. But for those who stumble across the question, they may find this useful:
A gentleman named John Roberts created a 'Data Generator' application which is available on the Developer Share to download HERE.
It's straightforward to use and should meet most data creation needs. Sadly it cannot create data on scoped applications.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2025 10:43 PM
You can automate data generation using random data generators like Faker or Mockaroo , which allow you to generate test data programmatically and save it to the database. For SAP, consider using LSMW (Legacy System Migration Workbench) or BAPIs for bulk data entry that persists in tables. For detailed guidance, you can check SAP’s documentation on data migration and integration tools.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2025 10:44 PM
You can automate data generation using random data generators like Faker or Mockaroo, which allow you to generate test data programmatically and save it to the database. For SAP, consider using LSMW (Legacy System Migration Workbench) or BAPIs for bulk data entry that persists in tables. For detailed guidance, you can check SAP’s documentation on data migration and integration tools.