How to use selenium automated testing in django projects

38 views
Skip to first unread message

Vikneswaran S J

unread,
Feb 27, 2016, 8:23:05 AM2/27/16
to Django users
I need to use selenium automated testing for django application with input from excel sheet. How to use use this feature? any idea?

Dan Tagg

unread,
Feb 27, 2016, 3:45:42 PM2/27/16
to django...@googlegroups.com

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" <vickyr...@gmail.com> 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 django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
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/0868a7b8-652a-40c5-b80f-d56159ad15af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Derek

unread,
Feb 29, 2016, 1:35:56 AM2/29/16
to Django users
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.
Reply all
Reply to author
Forward
0 new messages