email integration - Mail Notificaiton using Selenium -


i have doubt ... can use mails in automation(selenium).for ex, submitting form , can use selenium
- send email - verify whether email has been received recepient , can process through selenium

i have read should not automate gmail per aggreement.i not sure .

can 1 suggest regarding this. thanks.

it's possible. can use java mail api achieve this.

otherwise use public email systems mailinator. using api, can fetch email content. please read api docs more info.

similar question asked before.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -