Advertisement

selenium3.141+java通过QQ邮箱实现邮件自动化发送

阅读量:

经过一整天的查阅资料与编写代码,最终完成了程序的编写并成功运行,但目前仅实现了自动化操作,尚未达到自动化测试的标准,因为缺少断言机制,无法判断结果是否符合预期,后续将逐步学习如何应用断言功能。

复制代码
    package selenium3;
    import org.openqa.selenium.By;
    import org.openqa.selenium.WebDriver;
    import org.openqa.selenium.chrome.ChromeDriver;
    import org.openqa.selenium.firefox.FirefoxDriver;
    import org.openqa.selenium.ie.InternetExplorerDriver;
    
    import com.CopyOfTestDama;
    public class test003 {
    	public static void main(String[] args) throws InterruptedException {
    		System.setProperty("webdriver.chrome.driver","C:\ Program Files (x86)\ Google\ Chrome\ Appl

全部评论 (0)

还没有任何评论哟~