How to write ATF test steps to check for data entry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2023 06:07 AM
I am using an excel file to import a list of records to User table. I there a way to check if all the records are imported using ATF?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2023 06:56 AM
Hi @Siddhartha9 ,
Unfortunately you cannot test this using ATF!!
I haven't come across situation where Import sets are tested using ATF in any of my earlier ATF implementations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2023 02:32 AM
This is not feasible through ATF.
If you import the file manually and then check check with ATF, you van validate the record present in User table.
Regrds
Shaqeel
Regards
Shaqeel
***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
***********************************************************************************************************************
Regards
Shaqeel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2023 02:46 AM
@Shaqeel Can you guide me how you'd validate the records with ATF after importing the file manually?