About Me

Page views

Powered by Blogger.

Followers

Wednesday, 1 July 2015

Common Exceptions while automating : NoSuchElement : An element could not be located on the page using the given search parameters. NoSuchFrame : A request to switch to a frame could not be satisfied because the frame could not be found. StaleElementReference : An...

Friday, 26 June 2015

How to launch chrome browser using selenium webdriver  package DayFour;import org.openqa.selenium.WebDriver;import org.openqa.selenium.chrome.ChromeDriver;import org.testng.annotations.Test;import org.testng.annotations.BeforeTest;import org.testng.annotations.AfterTest;import com.thoughtworks.selenium.Selenium; public...

Thursday, 25 June 2015

So How to click on web link, image and tab on webpage using Selenium WebDriver. Steps : ·         Define Firefox Browser and open the Firefox Browser ·         Open the URL (Website) ·         Get...

Sunday, 21 June 2015

How to count the number of items in the drop down field using size() using Selenium WebDriver. Steps:       1.  Define Firefox Browser and open the Firefox Browser        2.  Open the URL (Website)        3.  Assign...

Friday, 22 May 2015

So How to get any text is available in HTML Page Source Code using Selenium WebDriver. Steps :  Define Firefox Browser and open the Firefox Browser  Open the URL (Website)  Identify the number of Links on webpage and assign into Webelement List Count the total Link list on...

Sunday, 17 May 2015

So how to handle javascript alerts, confirmation and prompts? JavaScript popups are generated by web application and hence they can be easily controlled by the browser. Webdriver offers the ability to cope with javascript alerts using Alerts API // Get a handle to the open alert, prompt or confirmation Alert alert = driver.switchTo().alert(); Alert is an interface. There below are the methods that...

Saturday, 9 May 2015

Creation of Sample TestNG project Let us begin with the creation of TestNG project in eclipse IDE. Step 1: Click on the File option within the menu -> Click on New -> Select Java Project. Step 2: Enter the project name as “DemoTestNG” and click on “Next” button. As a concluding step, click...

Popular Posts

Copyright © 2025 Learn Selenium Yourself | Powered by Blogger
Design by Duan Zhiyan | Blogger Theme by NewBloggerThemes.com