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!
I would start with the documentation and read through that: Here and Here