Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deniskrav4enko/pythonscript
Automation QA test
https://github.com/deniskrav4enko/pythonscript
automation delete gmail python27 qa selenium sendmail
Last synced: about 1 month ago
JSON representation
Automation QA test
- Host: GitHub
- URL: https://github.com/deniskrav4enko/pythonscript
- Owner: DenisKrav4enko
- Created: 2020-08-27T14:34:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T14:53:37.000Z (about 4 years ago)
- Last Synced: 2024-10-12T09:20:11.853Z (about 1 month ago)
- Topics: automation, delete, gmail, python27, qa, selenium, sendmail
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python 2.7 + Selenium
My first script
The task:
1. Login to email.
2. Send to myself on this email 15 mails with 10 random numbers and letters in topic and in body of message.
3. Check that mails is sending.
4. Grub text of messages from main page of email and save it to dict. The key of dict is topic and value is text of message.
5. Recived information send to yourself in one mail with next text:
"Received mail on theme {key} with message: {value}. It
contains {sum of letters in mail} letters and {sum of numbers in mail} numbers".
Attention - values must be recived from dict! Not from memory! All messages must be in this format.
6. Delete all mails besides last recived mail.Use Python 2.7 and Selenium