Hello, welcome to Selenium tutorials, in this post we will see how to capture Screenshot in Selenium Webdriver and use the same screenshot for reporting or for bug reporting or for any purpose. In automation, it is mandatory to take the screenshot for verification so that it can prove also that your test case has covered certain functionality or not. Screenshots also help … [Read more...] about How to Capture Screenshot in Selenium Webdriver and Use in Reporting
Advance Selenium
Upload File in Selenium Webdriver using Autoit
This guide will show you how to Upload File in Selenium Webdriver using Autoit Step by Step guide in a simple manner. 1-While automating web-application many times you will get window-based activity like- file upload, file download pop-up, window authentication for secure sites, etc. In this case, Selenium will fail and will not be able to handle desktop elements. We can … [Read more...] about Upload File in Selenium Webdriver using Autoit
Page Object Model using Selenium Webdriver and Implementation
In this post, we are going to discuss a very important topic or concept called Page Object Model, which you have to use in your project now or in the future if you are trying to create a framework. Many companies use Page Object Model is a design pattern to store all locators and methods in separate Java class and we can use the same class in different test cases. I get … [Read more...] about Page Object Model using Selenium Webdriver and Implementation
Complete Guide to Set Object Repository in Selenium Webdriver
Whenever you talk about repository by the name itself you can think that it is kind of storage. Object repository is the collection of object and object here is locators. Object Repository in Selenium Webdriver is quite easy to design so let's get started. Note- Before we start I also want to highlight that people also use the same concept to store all kind of configuration … [Read more...] about Complete Guide to Set Object Repository in Selenium Webdriver
Cross Browser Testing using Selenium Webdriver
Hello Welcome to Selenium tutorial, today we will discuss Cross Browser Testing using Selenium Webdriver. What is Cross browser testing? Cross browser, testing refers to testing the application in multiple browsers like IE, Chrome, Firefox so that we can test our application effectively.IE, Chrome, Firefox so that we can test our application effectively. Cross browser, … [Read more...] about Cross Browser Testing using Selenium Webdriver