Selenium WebDriver Tutorial

Selenium Video

34 – Writing Selenium Test Cases Part-5

Selenium Class 34 – Writing Selenium Test Cases Part-5 Writing Test Cases: 1) Verify Internal and External Links in a web site 2) Verify element existence….. 3) Verify Customer Resigitration…. 4) Verify Customer Login…....

Selenium Video

29 – Element Handling in Selenium Part-4

Selenium Class 29: Element Handling in Selenium Part-4 9) Handle Drop down Box Check Displayed Status Check Enabled Status Select an Item Return Items Count Selenium WebDriver Steps: driver.get(“http://www.gcrit.com/build3/create_account.php?osCsid=6rqlkhhibc3d4pvkdt6fafs4s1”); boolean displayStatus = driver.findElement(By.name(“country”)).isDisplayed(); System.out.println(displayStatus);//true...

Selenium Video

27 – Element Handling in Selenium Part – 2

Selenium Class 27: Element Handling in Selenium Part-2 1) Handling Browser Manual Operations: Lunch the Browser Navigate to a specified url Return Browser Title Return Browser Url Return Page Source Return Browser Window Handle...

Selenium Tutorial

25 – Selenium WebDriver API Commands

Selenium Class 25: Selenium WebDriver API Commands Selenium WebDriver API Commands i) Browser Regular Commands ii) Browser Navigation Commands iii) Commands on Web Elements iv) Verification Commands on Web Elements v) Others i) Browser...