全国大学生软件测试大赛Web应用大赛训练题功能测试脚本

简介: 全国大学生软件测试大赛Web应用大赛训练题功能测试脚本

全国大学生软件测试大赛Web应用大赛训练题功能测试脚本
在这里插入图片描述

1:findu
driver.get("http://114.215.176.95:60505/FindU/html/index.jsp");
        Thread.sleep(3000);
        //点击“登录”
        driver.findElement(By.xpath("/html/body/header/div[1]/div[2]/ul/li[1]/a[2]")).click();
        Thread.sleep(3000);
        
        //输入用户名和密码,并点击登录  8.33
        driver.findElement(By.xpath("//*[@id=\"UserName\"]")).click();
        driver.findElement(By.xpath("//*[@id=\"UserName\"]")).sendKeys("xhy1@qq.com");
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"PassWord\"]")).click();
        driver.findElement(By.xpath("//*[@id=\"PassWord\"]")).sendKeys("123456");
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"agileits-sign-in-page\"]/div/form/input[3]")).click();
        Thread.sleep(3000);
        
        //点击“浏览所有类别”  10.42
        WebDriverWait wait = new WebDriverWait(driver, 15);
        wait.until(ExpectedConditions.visibilityOfElementLocated(By.xpath("//*[@id=\"large-btns1_s0\"]/div/a")));
        driver.findElement(By.xpath("//*[@id=\"large-btns1_s0\"]/div/a")).click();
        Thread.sleep(3000);
        
//        在“输入您要查找的物品信息”文本框中输入空格,在“所有分类”下拉列表中选择“银行卡”,进行搜索   18.75
        driver.findElement(By.xpath("//*[@id=\"Search\"]")).click();
        driver.findElement(By.xpath("//*[@id=\"Search\"]")).sendKeys(" ");
        Thread.sleep(3000);
        driver.findElement(By.xpath("//*[@id=\"agileinfo_search\"]")).click();
        Thread.sleep(3000);
        driver.findElement(By.xpath("//*[@id=\"agileinfo_search\"]/option[3]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/header/div[2]/div/div[2]/form/button")).click();
        Thread.sleep(4000);
        
        
//        点击页面中的“校园卡”
        driver.findElement(By.xpath("/html/body/div[3]/div/div[1]/ul/li[1]/a")).click();
        Thread.sleep(2000);
        
//        然后依次点击框内的所有内容,最后一个点击“身份证”
        driver.findElement(By.xpath("/html/body/div[3]/div/div[2]/ul/li[2]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[3]/div/div[2]/ul/li[3]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[3]/div/div[2]/ul/li[4]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[3]/div/div[2]/ul/li[5]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[3]/div/div[2]/ul/li[6]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[3]/div/div[2]/ul/li[7]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[3]/div/div[2]/ul/li[8]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[3]/div/div[2]/ul/li[9]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[3]/div/div[2]/ul/li[10]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[3]/div/div[2]/ul/li[11]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[3]/div/div[2]/ul/li[12]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[3]/div/div[2]/ul/li[13]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[3]/div/div[2]/ul/li[14]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[3]/div/div[2]/ul/li[15]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[3]/div/div[2]/ul/li[16]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[3]/div/div[2]/ul/li[17]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[3]/div/div[2]/ul/li[18]/a")).click();
        Thread.sleep(2000);
        
//        点击“有图片的物品”进行查看 
        driver.findElement(By.xpath("//*[@id=\"profile-tab\"]")).click();
        Thread.sleep(3000);
        
//        点击“所有物品”
        driver.findElement(By.xpath("//*[@id=\"home-tab\"]")).click();
        Thread.sleep(3000);
        
//        切换浏览模式
        driver.findElement(By.xpath("//*[@id=\"viewcontrols\"]/a[1]/i")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"viewcontrols\"]/a[2]/i")).click();
        Thread.sleep(3000);
        
//        选择第一个物品并点击进入
        driver.findElement(By.xpath("//*[@id=\"container\"]/ul/a[1]")).click();
        Thread.sleep(3000);
        
//        点击“申领该物品”
        driver.findElement(By.xpath("/html/body/div[3]/div/div/div[2]/div[3]/p/a")).click();
        Thread.sleep(3000);
        
//        填写内容,并点击“提交申请” 
        driver.findElement(By.xpath("/html/body/div[3]/div/div/form/textarea")).click();
        driver.findElement(By.xpath("/html/body/div[3]/div/div/form/textarea")).sendKeys("一张2010 年申请办理的身份证");;
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[3]/div/div/form/div[3]/input[1]")).click();
        driver.findElement(By.xpath("/html/body/div[3]/div/div/form/div[3]/input[1]")).sendKeys("13811112222");;
        Thread.sleep(3000);
        driver.findElement(By.xpath("/html/body/div[3]/div/div/form/div[3]/input[2]")).click();
           Thread.sleep(3000);
        
        
        
//        点击个人图标,并选择“个人中心”
           driver.findElement(By.xpath("/html/body/header/div[1]/div[2]/ul/li[1]/a")).click();
           Thread.sleep(2000);
           driver.findElement(By.xpath("/html/body/header/div[1]/div[2]/ul/li[1]/ul/li[1]/a")).click();
           Thread.sleep(3000);
           
        
        
//        对红框内的多有项进行点选查看 
        driver.findElement(By.xpath("/html/body/div[2]/ul/li[1]/a")).click();
           Thread.sleep(2000);
           driver.findElement(By.xpath("/html/body/div[2]/ul/li[2]/a")).click();
           Thread.sleep(2000);
           driver.findElement(By.xpath("/html/body/div[2]/ul/li[3]/a")).click();
           Thread.sleep(2000);
           driver.findElement(By.xpath("/html/body/div[2]/ul/li[4]/a")).click();
           Thread.sleep(2000);
           driver.findElement(By.xpath("/html/body/div[2]/ul/li[5]/a")).click();
           Thread.sleep(2000);
           driver.quit();
2:girlbbs
driver.get("http://114.215.176.95:60509/girl-bbs/index.jsp");
        
        driver.findElement(By.xpath("/html/body/table[1]/tbody/tr/td/table/tbody/tr[2]/td/table/tbody/tr[1]/td[2]/a/font")).click();
        Thread.sleep(2000);
        
        driver.findElement(By.xpath("/html/body/table[1]/tbody/tr/td/table/tbody/tr[2]/td/font/form/table/tbody/tr[3]/td/a/font")).click();
        Thread.sleep(2000);
        
        driver.findElement(By.xpath("/html/body/table[1]/tbody/tr/td/table/tbody/tr[2]/td/table/tbody/tr[3]/td[2]/a/font")).click();
        Thread.sleep(2000);
        
        driver.findElement(By.xpath("/html/body/table[1]/tbody/tr/td/table/tbody/tr[2]/td/form/table/tbody/tr[2]/td[2]/input")).sendKeys("81311121");
        Thread.sleep(1000);
        driver.findElement(By.xpath("/html/body/table[1]/tbody/tr/td/table/tbody/tr[2]/td/form/table/tbody/tr[3]/td[2]/input")).sendKeys("11211");
        Thread.sleep(1000);
        driver.findElement(By.xpath("/html/body/table[1]/tbody/tr/td/table/tbody/tr[2]/td/form/table/tbody/tr[4]/td[2]/input")).sendKeys("11211");
        Thread.sleep(1000);
        driver.findElement(By.xpath("/html/body/table[1]/tbody/tr/td/table/tbody/tr[2]/td/form/table/tbody/tr[5]/td[2]/select")).click();
        Thread.sleep(1000);
        driver.findElement(By.xpath("/html/body/table[1]/tbody/tr/td/table/tbody/tr[2]/td/form/table/tbody/tr[5]/td[2]/select/option[2]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/table[1]/tbody/tr/td/table/tbody/tr[2]/td/form/table/tbody/tr[6]/td[2]/input")).sendKeys("2121");
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/table[1]/tbody/tr/td/table/tbody/tr[2]/td/form/table/tbody/tr[7]/td[2]/input")).sendKeys("2121");
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/table[1]/tbody/tr/td/table/tbody/tr[2]/td/form/table/tbody/tr[8]/td[2]/input[1]")).click();
        Thread.sleep(4000);
        
        driver.findElement(By.xpath("/html/body/center[2]/table[1]/tbody/tr/td/table/tbody/tr[2]/td/center/a[1]/font")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/center[2]/table[1]/tbody/tr/td/table/tbody/tr[2]/td/center/a[4]/font")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/center[2]/table[1]/tbody/tr/td/table/tbody/tr[2]/td/center/a[2]/font")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/center[2]/table[1]/tbody/tr/td/table/tbody/tr[2]/td/center/a[3]/font")).click();
        Thread.sleep(2000);
      
        driver.findElement(By.xpath("/html/body/center[2]/form/input[1]")).sendKeys("test");
        Thread.sleep(1500);
        driver.findElement(By.xpath("/html/body/center[2]/form/input[2]")).click();
        Thread.sleep(2000);

        driver.findElement(By.xpath("/html/body/center/center[2]/a[2]")).click();
        Thread.sleep(3000);
       
        driver.findElement(By.xpath("/html/body/center[2]/a[2]")).click();
        Thread.sleep(2000);
        
        driver.findElement(By.xpath("/html/body/table[1]/tbody/tr/td/table/tbody/tr[2]/td/form/table/tbody/tr[1]/td/input")).sendKeys("111");
        Thread.sleep(1500);
        driver.findElement(By.xpath("/html/body/table[1]/tbody/tr/td/table/tbody/tr[2]/td/form/table/tbody/tr[3]/td/textarea")).sendKeys("1111111");
        Thread.sleep(1500);
        driver.findElement(By.xpath("/html/body/table[1]/tbody/tr/td/table/tbody/tr[2]/td/form/table/tbody/tr[4]/td/input")).click();
        Thread.sleep(2000);
        
        driver.findElement(By.xpath("/html/body/center[2]/a[1]")).click();
        Thread.sleep(2000);
3:myoffice
driver.get("http://114.215.176.95:60503/goodmanage/index.jsp");
        Thread.sleep(2000);
        
//        账号zhangsan密码123456
        driver.findElement(By.xpath("//*[@id=\"userName\"]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"userName\"]")).sendKeys("zhangsan");
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"password\"]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"password\"]")).sendKeys("123456");
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"btnLogin\"]")).click();
        Thread.sleep(2000);
        
        driver.switchTo().frame(driver.findElement(By.xpath("//*[@id=\"leftFrame\"]")));
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"menuTree\"]/div/div[4]/div[1]/span[2]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"menuTree\"]/div/div[4]/div[2]/div/span[2]/a")).click();
        Thread.sleep(4000);
        driver.switchTo().defaultContent();
        Thread.sleep(2000);
        driver.switchTo().frame(driver.findElement(By.xpath("//*[@id=\"mainFrame\"]")));
        driver.findElement(By.xpath("//*[@id=\"productName\"]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"productName\"]")).sendKeys("fgg");
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"productPrice\"]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"productPrice\"]")).sendKeys("100");
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"description\"]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"description\"]")).sendKeys("fggll");
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"productNumber\"]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"productNumber\"]")).sendKeys("1");
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div/table/tbody/tr[2]/td[2]/div/form/table/tbody/tr[5]/td/input[1]")).click();
        Thread.sleep(2000);
        
        driver.switchTo().defaultContent();
        Thread.sleep(2000);
        driver.switchTo().frame(driver.findElement(By.xpath("//*[@id=\"leftFrame\"]")));
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"menuTree\"]/div/div[4]/div[3]/div/span[2]/a")).click();
        Thread.sleep(2000);
        driver.switchTo().defaultContent();
        Thread.sleep(2000);
        driver.switchTo().frame(driver.findElement(By.xpath("//*[@id=\"mainFrame\"]")));
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div/table/tbody/tr[2]/td[2]/div/table/tbody/tr[2]/td/input[1]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div/table/tbody/tr[2]/td[2]/div/table/tbody/tr[2]/td/input[1]")).sendKeys("22");
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div/table/tbody/tr[2]/td[2]/div/table/tbody/tr[2]/td/input[3]")).click();
        Thread.sleep(2000);
        
        driver.switchTo().defaultContent();
        Thread.sleep(2000);
        driver.switchTo().frame(driver.findElement(By.xpath("//*[@id=\"topFrame\"]")));
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"HyperLink3\"]")).click();
        Thread.sleep(2000);
        driver.quit();
4:百度
driver.get("https://www.baidu.com/");
        Thread.sleep(3000);
        
        driver.manage().window().maximize();
        
        driver.findElement(By.xpath("//*[@id=\"kw\"]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"kw\"]")).sendKeys("Web测试");
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"kw\"]")).sendKeys(Keys.ENTER);
        Thread.sleep(3000);
        
        Actions action = new Actions(driver);
        action.moveToElement(driver.findElement(By.xpath("//*[@id=\"u\"]/a[2]"))).release().build().perform();
        driver.findElement(By.xpath("//*[@id=\"u\"]/a[2]")).click();
        WebDriverWait wait = new WebDriverWait(driver,6);
        wait.until(ExpectedConditions.visibilityOfElementLocated(By.cssSelector("#u > div.bdpfmenu > a.setpref")));
        Thread.sleep(2000);
        driver.findElement(By.cssSelector("#u > div.bdpfmenu > a.setpref")).click();
        Thread.sleep(2000);
        
        driver.findElement(By.xpath("//*[@id=\"nr_3\"]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"se-setting-7\"]/a[2]")).click();
        Thread.sleep(2000);
        
        driver.switchTo().alert().accept();
        Thread.sleep(2000);
        
        driver.findElement(By.xpath("//*[@id=\"kw\"]")).sendKeys(Keys.ALT,Keys.HOME);
        Thread.sleep(2000);
        
        driver.close();
        Thread.sleep(2000);
5:抖音
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.interactions.Actions;
import org.openqa.selenium.interactions.ClickAction;

import com.gargoylesoftware.htmlunit.javascript.host.Set;

import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.By;

public class Example {

    // Mooctest Selenium Example


    // <!> Check if selenium-standalone.jar is added to build path.

    public static void test(WebDriver driver) throws InterruptedException {
        // TODO Test script
        // eg:driver.get("https://www.baidu.com/")
        // eg:driver.findElement(By.id("wd"));
//        打开网址
        driver.get("https://www.douyin.com/");
        Thread.sleep(6000);
        
//        关闭登录提示
        driver.findElement(By.xpath("//*[@id=\"login-guide\"]/i")).click();
        Thread.sleep(1500);
        
//        点击主屏幕取消提示窗口 
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[1]/div/div/div/div[2]/div/div[1]/div[2]")).click();
        Thread.sleep(1500);
        
//        点击主屏幕进行暂停
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[1]/div/div/div/div[2]/div/div[1]/div[2]")).click();
        Thread.sleep(1500);
        
//        选择自动播放模式 
//        Actions action = new Actions(driver);
//        action.moveToElement(driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[1]/div/div/div/div[2]/div/div[1]/div[2]/div/div[1]/div[1]/div/div[2]/div[1]/xg-controls/xg-inner-controls/xg-center-grid"))).perform();
//        Thread.sleep(1000);
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[1]/div/div/div/div[2]/div/div[1]/div[2]/div/div[1]/div[1]/div/div[2]/div[1]/xg-controls/xg-inner-controls/xg-right-grid/xg-icon[7]/div/div/button")).click();
        Thread.sleep(2000);
        
//        关闭声音 
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[1]/div/div/div/div[2]/div/div[1]/div[2]/div/div[1]/div[1]/div/div[2]/div[1]/xg-controls/xg-inner-controls/xg-right-grid/xg-icon[3]")).click();
        Thread.sleep(1500);
        
//        点赞,手动登录
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[1]/div/div/div/div[2]/div/div[1]/div[2]/div/div[1]/div[1]/div/div[2]/div[3]/div[2]/div[2]/div/div[1]/div[2]")).click();
        Thread.sleep(8000);
        
//        点击评论 
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[1]/div/div/div/div[2]/div/div[1]/div[2]/div/div[1]/div[1]/div/div[2]/div[3]/div[2]/div[3]")).click();
        Thread.sleep(1500);
        
//        添加表情[呲牙]
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[1]/div/div/div/div[2]/div/div[1]/div[2]/div/div[2]/div[1]/div[3]/div/div/div[2]/div/span[2]")).click();
        Thread.sleep(1500);
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[1]/div/div/div/div[2]/div/div[1]/div[2]/div/div[2]/div[1]/div[3]/div/div/div[3]/div[1]/div/span[17]/img")).click();
        Thread.sleep(1500);
        
//        添加文本“精彩”
        driver.findElement(By.cssSelector("#root > div.windows-os > div:nth-child(2) > div._161467dd88ebd09e4bdde965d497e16c-scss > div > div > div > div.swiper-container.swiper-container-initialized.swiper-container-vertical.swiper-container-autoheight.cf66e969dfb8e3e98298eaa4fbffed08-scss.container > div > div.swiper-slide.efdac201e599ede3484e970a6cbd9b76-scss.swiper-slide-active > div._344d64e1e8f9519151a9d9b713c105f5-scss > div > div.fedc0635517631086a25c96119ea1f7d-scss > div:nth-child(1) > div.c94217b49db9168d7907290fb9b58a75-scss > div > div > div._3fc7b84407d92fee9b3525bd6207ecc6-scss > div")).click();
        Thread.sleep(1500);
        driver.findElement(By.cssSelector("#root > div.windows-os > div:nth-child(2) > div._161467dd88ebd09e4bdde965d497e16c-scss > div > div > div > div.swiper-container.swiper-container-initialized.swiper-container-vertical.swiper-container-autoheight.cf66e969dfb8e3e98298eaa4fbffed08-scss.container > div > div.swiper-slide.efdac201e599ede3484e970a6cbd9b76-scss.swiper-slide-active > div._344d64e1e8f9519151a9d9b713c105f5-scss > div > div.fedc0635517631086a25c96119ea1f7d-scss > div:nth-child(1) > div.c94217b49db9168d7907290fb9b58a75-scss > div > div > div._3fc7b84407d92fee9b3525bd6207ecc6-scss > div > div > div.DraftEditor-editorContainer > div > div > div > div")).sendKeys("精彩");
        Thread.sleep(1500);
        
//        点击发送
//        //*[@id="root"]/div[1]/div[2]/div[1]/div/div/div/div[2]/div/div[2]/div[2]/div/div[2]/div[1]/div[3]/div/div/div[2]/div/span[3]/svg/path
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[1]/div/div/div/div[2]/div/div[1]/div[2]/div/div[2]/div[1]/div[3]/div/div/div[2]/div/span[3]")).click();
        Thread.sleep(1500);
        driver.findElement(By.cssSelector("#root > div.windows-os > div:nth-child(2) > div._161467dd88ebd09e4bdde965d497e16c-scss > div > div > div > div.swiper-container.swiper-container-initialized.swiper-container-vertical.swiper-container-autoheight.cf66e969dfb8e3e98298eaa4fbffed08-scss.container > div > div.swiper-slide.swiper-slide-active.efdac201e599ede3484e970a6cbd9b76-scss > div._344d64e1e8f9519151a9d9b713c105f5-scss > div > div.fedc0635517631086a25c96119ea1f7d-scss > div:nth-child(1) > div._5fe60b6e60b030257d9f73a142a25003-scss > svg")).click();
        Thread.sleep(3000);
        
//        点击下一个
        driver.findElement(By.cssSelector("#root > div.windows-os > div:nth-child(2) > div._161467dd88ebd09e4bdde965d497e16c-scss > div > div > div > div.swiper-container.swiper-container-initialized.swiper-container-vertical.swiper-container-autoheight.cf66e969dfb8e3e98298eaa4fbffed08-scss.container > div > div.swiper-slide.swiper-slide-active.efdac201e599ede3484e970a6cbd9b76-scss > div._344d64e1e8f9519151a9d9b713c105f5-scss > div > div._6b30df93879834f73e6edc1289c8a3cb-scss.playerContainer.a2f7d80ebe5c71e43f85b4def618d62a-scss > div._721fe39b93f5d24f13df807c5d5f2833-scss.slider-video > div > div.videoContainer.xgplayer-container-inactive > div.fc298bb699bde7f9f34051fdfab4d7cd-scss > div.xgplayer-playswitch > div > div > div.xgplayer-playswitch-next")).click();
        Thread.sleep(2000);
        
//        对左侧菜单下半部分的所有控件进行点击操作(即直播下的所有控件)
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[2]/div/div[1]/div/div/div[5]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[2]/div/div[1]/div/div/div[7]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[2]/div/div[1]/div/div/div[9]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[2]/div/div[1]/div/div/div[10]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[2]/div/div[1]/div/div/div[11]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[2]/div/div[1]/div/div/div[12]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[2]/div/div[1]/div/div/div[13]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[2]/div/div[1]/div/div/div[14]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[2]/div/div[1]/div/div/div[15]/a")).click();
        Thread.sleep(2000);
        
//        点击首页
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[2]/div/div[1]/div/div/div[1]/a")).click();
        Thread.sleep(2000);
        
//        点击进入第一个视频
        String handle1 = driver.getWindowHandle();
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div[1]/div[2]/ul/li[1]/div/a[1]")).click();
        Thread.sleep(2000);
        
//        点击主屏幕修改视频状态
        java.util.Set<String> handles = driver.getWindowHandles();
        for(String handle : handles){
            if(!handle.equals(handle1)){
                    driver.switchTo().window(handle);
                    System.out.println(handle);
                    break;
                }
        }
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div/div[1]/div[1]/div[1]/div/div[1]/div[2]/div[3]/div")).click();
        Thread.sleep(2000);
        
//        修改自动播放状态 
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div/div[1]/div[1]/div[1]/div/div[1]/div[2]/div[2]/xg-controls/xg-inner-controls/xg-right-grid/xg-icon[7]/div/div/button")).click();
        Thread.sleep(2000);
        
//        点击头像
        String handle2 = driver.getWindowHandle();
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div/div[2]/div/div[1]/div[1]/a/div/img")).click();
        Thread.sleep(2000);
        
//        点击关注
        handles = driver.getWindowHandles();
        for(String handle : handles){
            if(!handle.equals(handle1)&&!handle.equals(handle2)){
                    driver.switchTo().window(handle);
                    System.out.println(handle);
                    break;
                }
        }
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[2]/div/div[2]/div[1]/div[3]/button")).click();
        Thread.sleep(2000);
        
//        点击抖音图标
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[1]/div/header/div[1]/a")).click();
        Thread.sleep(2000);
        
//        在文本框中输入“央视”
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[1]/div/header/div[2]/div/div[1]/div/div[2]/div/form/input[1]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[1]/div/header/div[2]/div/div[1]/div/div[2]/div/form/input[1]")).sendKeys("央视");
        Thread.sleep(2000);
        String handle3 = driver.getWindowHandle();
        
        
//        点击搜索
        driver.findElement(By.xpath("//*[@id=\"root\"]/div[1]/div[1]/div/header/div[2]/div/div[1]/div/div[2]/div/button")).click();
        Thread.sleep(2000);
        java.util.Set<String> handles = driver.getWindowHandles();
        for(String handle : handles){
//            if(!handle.equals(handle1)&&!handle.equals(handle2)&&!handle.equals(handle3)){
                if(!handle.equals(handle3)){
                    driver.switchTo().window(handle);
                    System.out.println(handle);
                    break;
                }
        }
        Thread.sleep(2000);
        
//        筛选“最新发布”、“一周内”
        driver.findElement(By.xpath("//*[@id=\"root\"]/div/div[2]/div/div[2]/div[1]/div/div[2]/span[2]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"root\"]/div/div[2]/div/div[2]/div[1]/div/div[3]/span[3]")).click();
        Thread.sleep(2000);
//        点击第三个视频的文本进入视频详情页
        String handle4 = driver.getWindowHandle();
        driver.findElement(By.xpath("//*[@id=\"root\"]/div/div[2]/div/div[2]/div[2]/ul/li[3]/div/a[1]")).click();
        Thread.sleep(2000);
        handles = driver.getWindowHandles();
        for(String handle : handles){
//            if(!handle.equals(handle1)&&!handle.equals(handle2)&&!handle.equals(handle3)&&!handle.equals(handle4)){
                if(!handle.equals(handle3)&&!handle.equals(handle4)){
                    driver.switchTo().window(handle);
                    System.out.println(handle);
                    break;
                }
        }
        Thread.sleep(4000);
        System.out.println("1111");
//        点击跳转到右侧第二个视频
        driver.findElement(By.cssSelector("._7a161db40dc91a5e9612ebc02b3c05b2-scss > div:nth-child(1) > div:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)")).click();
        Thread.sleep(2000);
        
//        点击抖音
        driver.findElement(By.xpath("/html/body/div[1]/div[1]/div[1]/div/header/div[1]/a")).click();
        Thread.sleep(2000);
        
//        点击关注
        driver.findElement(By.cssSelector("div._45271e7d56555c56f364c35418b5aa47-scss:nth-child(1)")).click();
        Thread.sleep(2000);
        
//        点击头像查看作者视频
        driver.findElement(By.cssSelector(".a244f53718e15ba220bcbf9215ce966e-scss > div:nth-child(1) > img:nth-child(1)")).click();
        Thread.sleep(2000);
        
//        点击进入详情
        driver.findElement(By.cssSelector("svg._97a0d9ff8c695b459d00db736a368fec-scss:nth-child(2)")).click();
        Thread.sleep(2000);
        driver.findElement(By.cssSelector("a.xgplayer-icon")).click();
        Thread.sleep(2000);
        
        driver.quit();
        
    }

    public static void main(String[] args) {
        // Run main function to test your script.
        WebDriver driver = new ChromeDriver();
        try { test(driver); } 
        catch(Exception e) { e.printStackTrace(); }
        finally { driver.quit(); }
    }

}
6:美团
driver.get("https://nj.meituan.com/");
        Thread.sleep(3000);
        
        driver.findElement(By.xpath("//*[@id=\"main\"]/header/div[1]/div/div/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"react\"]/div/div[2]/p/a[9]")).click();
        
        driver.manage().window().maximize();
        
        String handle1 = driver.getWindowHandle();
        System.out.println(handle1);
        Thread.sleep(1000);
        
//        WebDriverWait wait = new WebDriverWait(driver, 12);
//        wait.until(ExpectedConditions.invisibilityOfElementLocated(By.cssSelector("#banner-slider > div.slider-content.clearfix > div:nth-child(1) > a > div")));
//        WebElement element = driver.findElement(By.cssSelector("#banner-slider > div.slider-content.clearfix > div:nth-child(1) > a > div"));
//        JavascriptExecutor jExecutor1 = (JavascriptExecutor)driver;
//        jExecutor1.executeScript("document.getElementsByClassName(\"slider-img-div\")[0].click()");
        
        driver.findElement(By.xpath("//*[@id=\"banner-slider\"]/div[1]/div[1]/a")).click();
        Thread.sleep(2000);
        
        java.util.Set<String> handles = driver.getWindowHandles();
        for(String handle : handles){
            if(!handle.equals(handle1)){
                driver.switchTo().window(handle);
                System.out.println(handle);
                break;
            }
        }
        Thread.sleep(3000);
        
        driver.findElement(By.className("growth-entry")).click();
        Thread.sleep(2000);
        
        driver.findElement(By.xpath("//*[@id=\"login-email\"]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"login-email\"]")).sendKeys("13107385576");
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"login-password\"]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"login-password\"]")).sendKeys("A15973875459");
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"user-agreement-wrap-text-circle\"]/i")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"J-normal-form\"]/div[5]/input[5]")).click();
        Thread.sleep(3000);
        
        JavascriptExecutor jExecutor = (JavascriptExecutor)driver;
        jExecutor.executeScript("document.getElementsByClassName(\"dp-input\")[0].removeAttribute(\"readonly\")");
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"search-header-placeholder\"]/div/div/div[2]/div[1]/div[1]/input")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"search-header-placeholder\"]/div/div/div[2]/div[1]/div[1]/input")).clear();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"search-header-placeholder\"]/div/div/div[2]/div[1]/div[1]/input")).sendKeys("2022-7-4");
        Thread.sleep(2000);
        jExecutor.executeScript("document.getElementsByClassName(\"dp-input\")[3].removeAttribute(\"readonly\")");
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"search-header-placeholder\"]/div/div/div[2]/div[2]/div[1]/input")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"search-header-placeholder\"]/div/div/div[2]/div[2]/div[1]/input")).clear();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"search-header-placeholder\"]/div/div/div[2]/div[2]/div[1]/input")).sendKeys("2022-7-6");
        Thread.sleep(2000);
        
        driver.findElement(By.xpath("//*[@id=\"app\"]/section/section/div[2]/div[1]/div[1]/div[2]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"app\"]/section/section/div[2]/div[2]/div/div[3]/span[3]/a/label")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"app\"]/section/section/div[2]/div[3]/div/div[4]/span")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"app\"]/section/section/div[2]/div[3]/div/div[3]/span[8]/a/label")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"app\"]/section/section/div[2]/div[4]/div/div[2]/a")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"app\"]/section/section/div[2]/div[2]/div/div[3]/span[3]/a/label")).click();
        Thread.sleep(2000);
7:医疗管理系统
driver.get("http://114.215.176.95:60511/Graduate/login.jsp");
        Thread.sleep(2000);
        
        //11 16
        driver.findElement(By.xpath("/html/body/div[2]/div/div/form/div/div[2]/div[1]/div/input")).sendKeys("adda");
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[2]/div/div/form/div/div[2]/div[2]/div/input")).sendKeys("123");;
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[2]/div/div/form/div/div[2]/div[3]/label[2]/input")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[2]/div/div/form/div/div[3]/input")).click();
        Thread.sleep(3000);

        //22 20
        //添加科室
        driver.findElement(By.xpath("/html/body/div[2]/ul[1]/li[1]/a")).click();
        Thread.sleep(2000);
//        //切换iframe
        driver.switchTo().frame(driver.findElement(By.xpath("/html/body/div[3]/iframe")));
        
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[1]/div[2]/input")).click();
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[1]/div[2]/input")).sendKeys("250");
        //编号
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[2]/div[2]/input")).click();
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[2]/div[2]/input")).sendKeys("心血管科");
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[3]/div[2]/textarea")).click();
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[3]/div[2]/textarea")).sendKeys("治疗心血管疾病");
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[4]/div[2]/button")).click();
        Thread.sleep(2000);
        
        //33 16
        driver.switchTo().defaultContent();
        driver.findElement(By.xpath("/html/body/div[2]/ul[1]/li[2]/a")).click();
        Thread.sleep(2000);
        driver.switchTo().frame(driver.findElement(By.xpath("/html/body/div[3]/iframe")));
        driver.findElement(By.xpath("//*[@id=\"s_istop\"]")).click();
        Thread.sleep(2000);
        //选编号
        driver.findElement(By.xpath("//*[@id=\"s_istop\"]/option[1]")).click();      
        Thread.sleep(2000);
        //编号
        driver.findElement(By.xpath("//*[@id=\"keywords\"]")).click();
        driver.findElement(By.xpath("//*[@id=\"keywords\"]")).sendKeys("131");
        Thread.sleep(2000);
        //搜索
        driver.findElement(By.xpath("/html/body/div/div[2]/a")).click();
        Thread.sleep(2000);
        
        //44
        //修改
        driver.findElement(By.xpath("/html/body/div/table/tbody/tr[2]/td[4]/div/a[1]/span")).click();
        Thread.sleep(2000);
//        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[3]/div[2]/textarea")).clear();
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[3]/div[2]/textarea")).sendKeys("666医生");
        Thread.sleep(2000);
        //提交
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[4]/div[2]/button")).click();
        Thread.sleep(2000);
        
        //55
        driver.switchTo().defaultContent();
        Thread.sleep(1000);
        //医生管理
        driver.findElement(By.xpath("/html/body/div[2]/h2[2]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div[2]/ul[2]/li[1]/a")).click();
        //添加医生
        driver.switchTo().frame(driver.findElement(By.xpath("/html/body/div[3]/iframe")));
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[1]/div[2]/input")).click();
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[1]/div[2]/input")).sendKeys("973");
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[3]/div[2]/input")).click();
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[3]/div[2]/input")).sendKeys("吴有已");
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[4]/div[2]/input")).click();
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[4]/div[2]/input")).sendKeys("170034");
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[5]/div[2]/select")).click();
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[5]/div[2]/select/option[64]")).click();
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[6]/div[2]/textarea")).click();
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[6]/div[2]/textarea")).sendKeys("专治耳鼻喉");
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[7]/div[2]/input")).click();
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[7]/div[2]/input")).sendKeys("主治");
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[8]/div[2]/input")).click();
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[8]/div[2]/input")).sendKeys("16798431223");
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[9]/div[2]/input")).click();
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[9]/div[2]/input")).sendKeys("278865447@qq.com");
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[10]/button")).click();
        Thread.sleep(2000);
        
        //66
        driver.switchTo().defaultContent();
        driver.findElement(By.xpath("/html/body/div[2]/ul[2]/li[2]/a")).click();
        Thread.sleep(2000);
        
        driver.switchTo().frame(driver.findElement(By.xpath("/html/body/div[3]/iframe")));
        driver.findElement(By.xpath("/html/body/div/select")).click();
        driver.findElement(By.xpath("/html/body/div/select/option[3]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div/input")).click();
        driver.findElement(By.xpath("/html/body/div/input")).sendKeys("1235");
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div/a")).click();
        
        //77
        //修改
        driver.findElement(By.xpath("/html/body/table/tbody/tr[2]/td[7]/div/a[1]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[4]/div[2]/textarea")).clear();
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[4]/div[2]/textarea")).sendKeys("副主任医生");
        Thread.sleep(2000);
        driver.findElement(By.xpath("/html/body/div/div[2]/form/div[8]/button")).click();//提交
        Thread.sleep(2000);
        
        //88
        //退出
        driver.switchTo().defaultContent();
        Thread.sleep(1000);
        driver.findElement(By.xpath("/html/body/div[1]/div[2]/a[2]")).click();
        Thread.sleep(2000);
8:中国铁路
driver.get("https://kyfw.12306.cn/otn/leftTicket/init?linktypeid");
        Thread.sleep(3000);

        driver.findElement(By.xpath("//*[@id=\"fromStationText\"]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"ul_list1\"]/li[21]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"toStationText\"]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"ul_list1\"]/li[2]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"date_icon_1\"]")).click();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"train_date\"]")).clear();
        Thread.sleep(2000);
        driver.findElement(By.xpath("//*[@id=\"train_date\"]")).sendKeys("2021-10-28");
        Thread.sleep(2000);
        
        driver.findElement(By.xpath("//*[@id=\"query_ticket\"]")).click();
        Thread.sleep(2000);
        
        driver.close();
目录
相关文章
|
9天前
|
Web App开发 IDE JavaScript
Selenium IDE:Web自动化测试的得力助手
Selenium IDE:Web自动化测试的利器。作为开源工具,Selenium IDE支持录制与回放用户操作,适用于Chrome、Firefox等多浏览器,简化了测试流程,提升了效率,降低了自动化测试的门槛。它还支持导出多种编程语言的脚本,便于测试集成与复用。
60 19
Selenium IDE:Web自动化测试的得力助手
|
11天前
|
Web App开发 IDE 测试技术
Selenium:强大的 Web 自动化测试工具
Selenium 是一款强大的 Web 自动化测试工具,包括 Selenium IDE、WebDriver 和 Grid 三大组件,支持多种编程语言和跨平台操作。它能有效提高测试效率,解决跨浏览器兼容性问题,进行性能测试和数据驱动测试,尽管存在学习曲线较陡、不稳定等缺点,但其优势明显,是自动化测试领域的首选工具。
89 17
Selenium:强大的 Web 自动化测试工具
|
10天前
|
Web App开发 IDE JavaScript
Selenium IDE:Web自动化测试的得力助手
Selenium IDE是开源的Web自动化测试工具,适用于Chrome、Firefox等多款浏览器。它提供简单的录制与回放功能,用户可通过录制浏览器操作自动生成测试脚本,支持导出为多种编程语言,便于非专业测试人员快速上手,有效提升测试效率与质量。
77 6
Selenium IDE:Web自动化测试的得力助手
|
28天前
|
监控 安全 测试技术
如何在实际项目中应用Python Web开发的安全测试知识?
如何在实际项目中应用Python Web开发的安全测试知识?
28 4
|
1月前
|
Web App开发 测试技术 数据安全/隐私保护
自动化测试的魔法:使用Python进行Web应用测试
【10月更文挑战第32天】本文将带你走进自动化测试的世界,通过Python和Selenium库的力量,展示如何轻松对Web应用进行自动化测试。我们将一起探索编写简单而强大的测试脚本的秘诀,并理解如何利用这些脚本来确保我们的软件质量。无论你是测试新手还是希望提升自动化测试技能的开发者,这篇文章都将为你打开一扇门,让你看到自动化测试不仅可行,而且充满乐趣。
|
3天前
|
监控 JavaScript 测试技术
postman接口测试工具详解
Postman是一个功能强大且易于使用的API测试工具。通过详细的介绍和实际示例,本文展示了Postman在API测试中的各种应用。无论是简单的请求发送,还是复杂的自动化测试和持续集成,Postman都提供了丰富的功能来满足用户的需求。希望本文能帮助您更好地理解和使用Postman,提高API测试的效率和质量。
27 11
|
1月前
|
JSON Java 测试技术
SpringCloud2023实战之接口服务测试工具SpringBootTest
SpringBootTest同时集成了JUnit Jupiter、AssertJ、Hamcrest测试辅助库,使得更容易编写但愿测试代码。
60 3
|
2月前
|
JSON 算法 数据可视化
测试专项笔记(一): 通过算法能力接口返回的检测结果完成相关指标的计算(目标检测)
这篇文章是关于如何通过算法接口返回的目标检测结果来计算性能指标的笔记。它涵盖了任务描述、指标分析(包括TP、FP、FN、TN、精准率和召回率),接口处理,数据集处理,以及如何使用实用工具进行文件操作和数据可视化。文章还提供了一些Python代码示例,用于处理图像文件、转换数据格式以及计算目标检测的性能指标。
74 0
测试专项笔记(一): 通过算法能力接口返回的检测结果完成相关指标的计算(目标检测)
|
3月前
|
移动开发 JSON Java
Jmeter实现WebSocket协议的接口测试方法
WebSocket协议是HTML5的一种新协议,实现了浏览器与服务器之间的全双工通信。通过简单的握手动作,双方可直接传输数据。其优势包括极小的头部开销和服务器推送功能。使用JMeter进行WebSocket接口和性能测试时,需安装特定插件并配置相关参数,如服务器地址、端口号等,还可通过CSV文件实现参数化,以满足不同测试需求。
262 7
Jmeter实现WebSocket协议的接口测试方法
|
3月前
|
JSON 移动开发 监控
快速上手|HTTP 接口功能自动化测试
HTTP接口功能测试对于确保Web应用和H5应用的数据正确性至关重要。这类测试主要针对后台HTTP接口,通过构造不同参数输入值并获取JSON格式的输出结果来进行验证。HTTP协议基于TCP连接,包括请求与响应模式。请求由请求行、消息报头和请求正文组成,响应则包含状态行、消息报头及响应正文。常用的请求方法有GET、POST等,而响应状态码如2xx代表成功。测试过程使用Python语言和pycurl模块调用接口,并通过断言机制比对实际与预期结果,确保功能正确性。
271 3
快速上手|HTTP 接口功能自动化测试
下一篇
DataWorks