page object model What is a Page Object? This is an attempt of explaining what a page object is without using any programming concepts and references. Sunday, October 9, 2016 Add Comment Edit
page object model Learn Page Objects in 3 Easy Lessons How does your test automation code look like? Does it look like this? driver.get(homePageUrl); WebElement searchTextBox = browser… Sunday, June 19, 2016 Add Comment Edit
learn Selenium WebDriver learn test automation page object model How To Write Better Test Automation Code With Test Driven Development Test automation code can be improved greatly with the Test Driven Development (TDD) principles: don't write a line of new co… Thursday, September 24, 2015 Add Comment Edit
learn Selenium WebDriver page object model How To Create The Selenium Driver Object In The Test Automation Framework Good test automation practices say that no WebDriver API should be used in test scripts . The browser driver object should also n… Thursday, September 17, 2015 Add Comment Edit
learn test automation page object model Selenium WebDriver Page Object Methods Should Return Objects Learning the page object model is a very important skill for test automation with Selenium. When learning test automation with S… Monday, July 27, 2015 Add Comment Edit
code refactoring page object model test automation skills Code Refactoring And Page Object Model Video On this post, I will look at ways of improving Selenium scripts through code refactoring and starting to build a page objec… Sunday, May 11, 2014 Add Comment Edit