how to use django-userena to test forgot password link

79 Views Asked by At

I am new to django-userena and working on a test case to automate "forgot password" link that gets sent to the email id and don't really know where to start?

I use selenium to automate all of my django tests, however, selenium does not seem to help "Forgot Password" link test and that's when i was told to use django-userena, being new to this, am not able to figure out a way to get started on this

any pointers would be appreciated!

1

There are 1 best solutions below

1
Jamie Rees On

I would start with the documentation and read through that: Here and Here