I would separate out the two kinds of testing; one test to check the form functionality (and you do not have to use Selenium for this, btw); and one test to simulate how the Excel file is processed once it is loaded. For testing Excel, we use pre-created sheets with known, fixed data and test that each type/combo is processed correctly.
On Saturday, 27 February 2016 15:23:05 UTC+2, Vikneswaran S J wrote: > > I need to use selenium automated testing for django application with input > from excel sheet. How to use use this feature? any idea? > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/089ffd20-9ff1-42f9-ba5e-947792f52e3f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

