Python 通过邮件发送测试报告 示例

项目目录结构如下:

Python 通过邮件发送测试报告 示例_第1张图片

StarEnd.py:

Python 通过邮件发送测试报告 示例_第2张图片

affiliate_login.py:

Python 通过邮件发送测试报告 示例_第3张图片

test_affiliatelogin.py:

Python 通过邮件发送测试报告 示例_第4张图片

send_newreport.py:

Python 通过邮件发送测试报告 示例_第5张图片

Python 通过邮件发送测试报告 示例_第6张图片

Python 通过邮件发送测试报告 示例_第7张图片

Python 通过邮件发送测试报告 示例_第8张图片

RunTest.py:

Python 通过邮件发送测试报告 示例_第9张图片


运行后测试结果保存在当前项目目录的Test_Report目录下:

Python 通过邮件发送测试报告 示例_第10张图片

Python 通过邮件发送测试报告 示例_第11张图片


并且测试结果会通过指定发送者邮箱发送到指定收件者邮箱:

Python 通过邮件发送测试报告 示例_第12张图片

你可能感兴趣的:(Python,3.x&自动化测试)