How can i import the test data from excel spreadsheet in to a testcase while using ATF feature.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2018 11:07 PM
How can i import the test data from excel spreadsheet in to a testcase while using ATF feature.
Do we have any approach on how to import the test data from excel sheet into a test cases in ATF?
Please do reply if anyone know about this question.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2018 09:49 PM
If you want to import test cases then make sure that you have "com.snc.test_mgmt" plugin activated in your instance.
Navigate to Test Management > Test Suites
Steps to Follow:
1)Create a Test Site with required name.
2)In your Excel(that you have prepared for your required table) add test suite field and give sys_id of a test suite that you created.
3)Navigate to System Import Sets > Load Data and import the excel by selecting the required "Import Set Table".
4)create a transform map to match the required fields by giving source table and Target table as required tables. Make sure you have to match the excel fields to the proper fields in the table.
5) click transform from the related link.
Thanks,
Ravi.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2019 02:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2019 02:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2020 05:47 AM
Did you come up with a good solution for this? I would just like to get some data into an array for testing purposes, from a spreadsheet. This import solution would require creation of a new table and wouldn't be very flexible from test to test as every situation might require different fields on import.
In my use case I have three spreadsheets outlining the format of a very large ascii file which is white-space delimited. I'd like to develop an automated test that validates spaces / constant values / field values when the output file is created, to test the parsing routines for this. So I would need 3 import maps and three tables to track the data?
Any insight you can share would be appreciated!