Learn Selenium-WebDriver with Core Java.

A place to learn Selenium-WebDriver and Core Java with real time scenarios.

Tuesday, June 3, 2014

Learn Selenium-WebDriver with Core Java. : Page Object Model (POM) with realtime project.

Page Object Model (POM) with realtime project.
Posted by Sanjay Kumar | Creator of SelectorsHub & ChroPath
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

About Me

My photo
SelectorsHub - Next Gen XPath Extension | Stopped support on ChroPath
View my complete profile

Buy the SelectorsHub Training Recordings & Material and watch them as per your availability.

Link to buy the Recordings.

Join the online training by Founder of SelectorsHub, Sanjay Kumar

More Details & Registration Link!

Watch Automation Tutorial on my Youtube Channel

  • SelectorsHub Youtube Channel

Total Pageviews

Labels

  • 'invocationCount (1)
  • .bat command to execute testng.xml thru cmd (1)
  • @DataProvider (1)
  • @Parameters (1)
  • ANT (2)
  • Actions Class (1)
  • Advanced level FAQ on Selenium-WebDriver (10)
  • Agile Methodolgy (1)
  • Architecture of Selenium (1)
  • AutoIt (1)
  • Automation Test Life Cycle (ATLC) (1)
  • BLC/DLC-(Bug/defect/thread life cycle) (1)
  • Breadcrumb (1)
  • Broken Link (1)
  • Captcha (2)
  • Compare String with/without using equals() method (1)
  • Cookies (1)
  • Core Java (23)
  • Core Java Example (31)
  • Drag and Drop (1)
  • Dropdown (2)
  • Dropdown in Notepad (1)
  • Example with Real Scenario (37)
  • File Upload (2)
  • Frameworks (6)
  • Generate XSLT report (1)
  • Groups in TestNG (1)
  • How do you handle https website in selenium ? (1)
  • How to abort a test case at runtime if it is taking more time than expectaion or how to use 'timeout' parameter in TestNG (1)
  • How to add TestNG to the project. (1)
  • How to automate captcha ? (2)
  • How to change the position of the open browser window (1)
  • How to change the size of the open browser window. (1)
  • How to change the user agent manually in Firefox ? (1)
  • How to check whether the selectbox is singleListbox or multipleListBox. (1)
  • How to clear the text from the text box without using clear() method. (1)
  • How to close a particular window (1)
  • How to close new tab or How to open new tab and close it ? (1)
  • How to count the number of checkboxes checked in selenium webdriver ? or How to select multiple check box and verify ? (1)
  • How to do the performance or load testing using selenium (1)
  • How to download pdf without AutoIt (1)
  • How to execute a test case multiple times or use of 'invocationCount' (1)
  • How to execute single testcase in 2 different browsers parallel in single machine using TestNG. (1)
  • How to execute the testcases parallely in TestNG (2)
  • How to explain the framework to the interviewer. (2)
  • How to handle alert pop-up (1)
  • How to handle calender popup or date picker ? (2)
  • How to handle multiple windows (2)
  • How to handle runtime exception in TestNG or how to use 'expectedExceptions' with @Test (1)
  • How to install JDK (1)
  • How to login into any site if its showing any authentication popup for user name and pass ? (1)
  • How to move control to new tab or how to do operation in new tab ? (1)
  • How to open a link in new tab. (1)
  • How to save image by right click on that and save as image. (1)
  • How to select last value from the dropdown without using getOption() ? (1)
  • How to skip a test case in TestNG or use of parameter 'enabled' (1)
  • How to start Java (1)
  • How to type in next line in a text box ? (1)
  • How to upload resume in naukri.com (1)
  • How to use Select class to select option from dropdown. (1)
  • Hybrid Framework (1)
  • Hybrid driver framework. (1)
  • If any textbox is disabled then how to send the value to that box ? (1)
  • Implicit wait and Explicitly wait (1)
  • Interview Ques-Ans for Automation Tester (49)
  • Java Training (9)
  • Java and manual with Ans (1)
  • Javasript (1)
  • Jenkins (1)
  • Linked in signin and sign out. (2)
  • LinkedIn login (2)
  • Locators (1)
  • Login Logout Yahoo (1)
  • Manual Test cases for Pen. (1)
  • Manual Testing FAQ (3)
  • Multiple windows (6)
  • New Tab (5)
  • Open browser with Add-ons (1)
  • Page Object Model(POM) (1)
  • Print Alphabets (1)
  • Print the menu and submenu option. (1)
  • Print the name of friends with the status like one is online (1)
  • Question asked in each interview to a tester (10)
  • Read Data from Excel (2)
  • Read and write Data from Excel (1)
  • Realtime Project (1)
  • Reverse a number or check number is palindrome or not (1)
  • Robot Class (1)
  • Roles and Responsibilities (1)
  • SDLC (Software development life cycle) (1)
  • STLC-(Software test life cycle) (1)
  • SVN (Test Script repository) (1)
  • Scroll up and down (1)
  • Select Class (1)
  • Select value from Dropdown without using Select class (2)
  • Selenium-WebDriver (47)
  • Static Block (1)
  • Steps to install JDK (1)
  • Substrings of a String (1)
  • Swapping numbers (1)
  • TCS interview Q-Ans (2)
  • Tell me about yourself (1)
  • TestNG (8)
  • There are 100 testcases i want to execute only 3 test cases without using testng groups? (1)
  • Tools (6)
  • Tooltip (1)
  • Transpose of Matrix (1)
  • WebDriver driver = new FirefoxDriver(); (1)
  • WebDriverWait (1)
  • What are the challenges you faced (1)
  • What is the alternate way to send text in textbox of webpage with out using sendKeys() method ? (2)
  • advanced level real time scenario (19)
  • alert pop-up (1)
  • bat file (1)
  • build.xml (1)
  • compare two string array without comparing each element i.e. compare all together. (1)
  • dependsOnGroups (1)
  • frame (3)
  • how to handle frame ? (3)
  • how to open mobile browser in desktop using selenium ? (1)
  • how to select current date from calendar. (1)
  • how to test the mobile site using selenium ? (1)
  • idle or offline in gmail chat. (1)
  • multiple checkbox (1)
  • save images (1)
  • send mail thru gmail with attachment (1)
  • type text without sendKyes (1)
  • xpath (2)

Followers

Popular Posts

  • How to explain the framework to the interviewer.
    In our project Your_Project_Name (ex- CustomerCentre) , we are using Hybrid Framework( why framework required ) which is the combination o...
  • Selenium Interview Questions with Answers
    Q1. What are the annotations used in TestNG ? Ans-  @Test, @BeforeSuite, @AfterSuite, @BeforeTest, @AfterTest, @BeforeClass, @AfterClass,...
  • Captcha which could be automated.
    1- Captcha which could be automated- This is the example from-  http://www.indianrail.gov.in/pnr_Enq.html   import java.util.concur...
  • How to clear the text from the text box without using clear() method.
    There could be many ways to do this. 1) Use Control+a then backspace- Example- import java.util.Scanner; import org.openqa.selenium.By;...
  • How to verify the text present in my web page.
    There could be two ways to verify text present in web page or not- 1) Find that element where that text is populating and use getText() me...
  • How to execute the same test case with multiple set of input data using @DataProvider.
    How @DataProvider work- 1) The number of columns become the number of arguments of the @Test method with their respective order as they ha...
  • How to get the current date and time.
    import java.util.*; class GetCurrentDateAndTime {    public static void main(String args[])    {       int day, month, year;       int seco...
  • Page Object Model (POM) with realtime project.
    POM- Page Object Model. This is also a kind of framework. Framework is a set of guidelines like coding standards , test-data handling , o...
  • How to send a mail through gmail with attachment.
    import java.io.IOException; import java.util.Scanner; import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import or...
  • ChroPath. (FirePath for Chrome with advanced features.)
    ChroPath. (Best XPath and CSS selector tool) I have developed a tool ChroPath which has many advanced features missing in other XPath to...

Sanjay Kumar, Automation Test Engineer

My photo
Sanjay Kumar | Creator of SelectorsHub & ChroPath
SelectorsHub - Next Gen XPath Extension | Stopped support on ChroPath
View my complete profile
Awesome Inc. theme. Powered by Blogger.