Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi,

Can somebody tell me, is .CSV files is feasible for multiple data inputs
in automation testing ?

How do i use it to provide a multiple inputs to script ?

Regards,
Neeraj
Posted
Comments
Maciej Los 25-May-12 9:08am    
Please, explain a little bit more what you are trying to achieve.
What you mean "mulitple data inputs" - in one file, different data?
Sergey Alexandrovich Kryukov 25-May-12 12:01pm    
Not clear what is "multiple data inputs", but even the explanation would not make this question very sensible. CSV is nothing but a text file with data items delimited with commas and perhaps spaces, arranged in rows. There is nothing feasible or infeasible about it, the only question is convenience (which is of course not too good).
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900