Re: How to use selenium automated testing in django projects

2016-02-28 Thread Derek
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

Re: How to use selenium automated testing in django projects

2016-02-27 Thread Dan Tagg
Harry Percival is very good http://www.obeythetestinggoat.com Not sure if he covers Excel Dan On 27 Feb 2016 13:22, "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 recei

How to use selenium automated testing in django projects

2016-02-27 Thread Vikneswaran S J
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