Hello Folks, We have seen Page Object Model in previous posts and you must be noticing that we are writing locators within code. It has its own disadvantages as below: For any modification in locator, you must need to touch the code. Difficult for manual tester or beginner in automation testing to find out correct … Continue reading Creating Object Repository In Selenium WebDriver Using Properties File As An External Source
Hello Folks, We have seen Page Object Model In Selenium. In this post, I will explain a way ( Mostly what I have seen in many selenium frameworks) to design a proper page object model. It is also asked in interview that if you have implemented encapsulation and abstraction in selenium framework. This post might … Continue reading Creating Object Repository In Selenium WebDriver Without Using Any External Data Source