How to write ATF test steps to check for data entry

Siddhartha9
Tera Contributor

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?

3 REPLIES 3

Community Alums
Not applicable

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.

 

Shaqeel
Mega Sage

@Siddhartha9 

 

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

@Shaqeel Can you guide me how you'd validate the records with ATF after importing the file manually?