如何使用Selenium自动化测试SAP CRM WebClient UI
发表于:2025-02-19 作者:千家信息网编辑
千家信息网最后更新 2025年02月19日,这篇文章主要介绍了如何使用Selenium自动化测试SAP CRM WebClient UI,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让小编带着大家一起了解一
千家信息网最后更新 2025年02月19日如何使用Selenium自动化测试SAP CRM WebClient UI
这篇文章主要介绍了如何使用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"这篇文章对大家有帮助,同时也希望大家多多支持,关注行业资讯频道,更多相关知识等着你来学习!
篇文章
测试
自动化
价值
兴趣
同时
更多
朋友
知识
编带
行业
资讯
资讯频道
频道
参考
学习
帮助
支持
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
沈局网络安全保障
服务器开机没电源
计算机网络技术专业 属于
饥荒专属服务器无模组
收米互联网科技有限公司
管家婆数据库字段
中国移动网络技术发展
r原因删除一行数据库
我与网络安全作文1000字
微信服务器存储压力
如何检索外文数据库
万德数据库如何找商誉
网络安全形势严峻的主要原因
景安服务器ip
max内功版数据库转换
s助手 程序数据库
网络安全的新闻案例
天津市网络安全会议
网络安全少抄报
呼吸系统数据库有哪些
网络安全行为陷阱
网信办组织网络安全会议
云端服务器安全性
数据库管理系统的基本功能是
删除其中一个数据库
网络技术需要学编译原理吗
剑网3缘起老是正在连接服务器
非法言论属于几级网络安全事件
缅甸电信网络技术
sql 怎么停用数据库