91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何使用Selenium自動化測試SAP CRM WebClient UI

發布時間:2021-12-18 10:52:15 來源:億速云 閱讀:179 作者:小新 欄目:開發技術

這篇文章主要介紹了如何使用Selenium自動化測試SAP CRM WebClient UI,具有一定借鑒價值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。

package com.xc.crm.test;
 
import static org.junit.Assert.*;
 
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
 
import org.openqa.selenium.By;
import org.openqa.selenium.NoSuchElementException;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.ie.InternetExplorerDriver;
import org.openqa.selenium.remote.DesiredCapabilities;
import org.openqa.selenium.support.ui.ExpectedCondition;
import org.openqa.selenium.support.ui.WebDriverWait;
 
public class CRMTest
{
       private WebDriver myDriver;
       private String crmURL;
      
       private String mainWindowHandle;
       private String popupWindowHandle;
 
       @Before
       public void setUp() throws Exception
       {
//     System.setProperty("webdriver.ie.driver","C:\\xiechuan\\30_Software\\02_Selenium\\IEDriverServer_x64_2.26.2\\IEDriverServer.exe");
//            DesiredCapabilities ieCapabilities = DesiredCapabilities.internetExplorer();
//     ieCapabilities.setCapability(InternetExplorerDriver.INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS,true);
//            myDriver = new InternetExplorerDriver(ieCapabilities);
 
              myDriver = new FirefoxDriver();
             
              crmURL = "https://ldcijerry.corp:44354/sap/bc/bsp/sap/crm_ui_start/default.htm";
             
       }
 
       @After
       public void tearDown() throws Exception
       {
       }
 
       @Test
       public void test() throws InterruptedException
       {
              System.out.println("--- Test Start ---");
             
              // This is for initial the tab in browser
             
              // myDriver.navigate().to("http://www.soso.com/");
             
              // Thread.sleep(5000);
             
              myDriver.navigate().to(crmURL);
              System.out.println("In Testing: Open CRM Logon page");
             
              Thread.sleep(15000);
             
 
             
              myDriver.findElement(By.id("sap-user")).clear();
              myDriver.findElement(By.id("sap-password")).clear();
             
              myDriver.findElement(By.id("sap-user")).sendKeys("XIE");
              myDriver.findElement(By.id("sap-password")).sendKeys("Xc12");
             
              myDriver.findElement(By.cssSelector("span.urBtnCntTxt")).click();
              System.out.println("In Testing: Logon on CRM");
             
              Thread.sleep(15000);
 
              myDriver.findElement(By.id("SERVICEPRO")).click();
              System.out.println("In Testing: Click Service Professional");
             
              Thread.sleep(30000);
             
              myDriver.switchTo().frame("CRMApplicationFrame");
              Thread.sleep(10000);
              myDriver.switchTo().frame("WorkAreaFrame1");
              Thread.sleep(10000);
              System.out.println("In Testing: Switched to CRMApplicationFrame-WorkAreaFrame1");
            
              // Create service order
              // AG3
              // myDriver.findElement(By.id("C5_W18_V19_SRV-ORD-DC")).click();
              // QD3
              myDriver.findElement(By.id("C5_W19_V20_SRV-ORD-DC")).click();
              System.out.println("In Testing: Click to create Service Order");
              Thread.sleep(20000);
                    
              // AG3
             // myDriver.findElement(By.id("C31_W109_V112_V113_btrefobjmain_struct.ib_ibase-btn")).click();
              // QD3
              myDriver.findElement(By.id("C32_W114_V117_V118_btrefobjmain_struct.ib_ibase-btn")).click();
              System.out.println("In Testing: Click value help to search IBase");
             
             
              mainWindowHandle = myDriver.getWindowHandle();
              System.out.println("In Testing: " + "Main Window: " + mainWindowHandle + " / " + myDriver.getTitle());
             
              Thread.sleep(10000);
             
              for (String myHandle : myDriver.getWindowHandles())
              {
                     System.out.println("In Testing: " + "Current Handle: " + myHandle);
                     if(!myHandle.equals(mainWindowHandle))
                     {
                           popupWindowHandle = myHandle;
                           myDriver.switchTo().window(popupWindowHandle);
                           System.out.println("In Testing: " + "Popup Window: " + myDriver.getWindowHandle() + " / " + myDriver.getTitle());
                           break;
                     }
              }
             
              myDriver.switchTo().frame("WorkAreaFrame1");
              System.out.println("In Testing: Switched to pop-up WorkAreaFrame1");
             
              Thread.sleep(20000);
             
              // Enter IBase ID
              // AG3
             // myDriver.findElement(By.id("C36_W133_V135_V136_V141_search_parameters[1].VALUE1")).clear();
              // myDriver.findElement(By.id("C36_W133_V135_V136_V141_search_parameters[1].VALUE1")).sendKeys("4448");
              // QD3
              myDriver.findElement(By.id("C37_W137_V139_V140_V145_search_parameters[1].VALUE1")).clear();
              myDriver.findElement(By.id("C37_W137_V139_V140_V145_search_parameters[1].VALUE1")).sendKeys("12");
              System.out.println("In Testing: Pop-up search parameter entered");
             
              // Click search button
              // AG3
              // myDriver.findElement(By.id("C36_W133_V135_Searchbtn")).click();
              // QD3
              myDriver.findElement(By.id("C37_W137_V139_Searchbtn")).click();
              System.out.println("In Testing: Click search button in Pop-up window");
             
              Thread.sleep(10000);
             
              // Select the row in search result
              // AG3
              // myDriver.findElement(By.id("C36_W133_V135_V137_Table_sel_1-rowsel")).click();
              // QD3
              myDriver.findElement(By.id("C37_W137_V139_V141_Table_sel_1-rowsel")).click();
              System.out.println("In Testing: Select search result in Pop-up window");
             
              Thread.sleep(10000);
             
              System.out.println("--- Test End ---");
       }
}

感謝你能夠認真閱讀完這篇文章,希望小編分享的“如何使用Selenium自動化測試SAP CRM WebClient UI”這篇文章對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,更多相關知識等著你來學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

隆子县| 阿尔山市| 元朗区| 剑阁县| 离岛区| 高台县| 大悟县| 阿瓦提县| 清涧县| 西畴县| 即墨市| 芜湖县| 兰州市| 孟村| 镇远县| 高要市| 本溪| 许昌县| 连山| 霍城县| 邵东县| 临潭县| 东丰县| 新竹县| 福建省| 清远市| 巩留县| 区。| 昌江| 中卫市| 白银市| 西华县| 筠连县| 临安市| 苗栗市| 神农架林区| 吉首市| 庐江县| 鄂托克旗| 巴林右旗| 曲水县|