javascript - How to test an email confirmation loop -


i want create automated test following production environment: 1. fill out signup form. 2. wait , fetch confirmation email (from gmail account). 3. open confirmation link in email. 4. delete account.

so far have been doing browser scripting using phantomjs. but, won't allow me use node module log in email.

is there tool allow arbitrary code execution (in language) , headless browser scripting? script should run in automated testing environment.

you use selenium web driver: http://docs.seleniumhq.org/projects/webdriver/

this allows script want. know sure can use c# drive tests, if recall correctly other languages supported


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -