Category: Selenium WebDriver
One Response
Leave a Reply
Desired Capabilities: Introduction and Implementation in Selenium
December 7, 2018
Every testing starts in some test environments like Local environment, Release environment, production environment, BAU environment, etc. Like these environments, test devices also create a kind of environments and …
Cross browser testing using TestNG and Selenium WebDriver
December 5, 2018
This is the app age in IT sector. Every day we get information about the launch of the new app. It is good because ultimately app makes our life …
Multithreading helps to run test cases in parallel in Selenium
October 7, 2018
In my previous post, I discussed the parallel execution of multiple test cases through session handling. Today we are going to discuss the same technique through Multithreading. Multithreading in …
Parallel Execution Using Session Handling in Selenium WebDriver
October 6, 2018
We start automation scripting with a single test case; Gradually, we increase the number as the business approves stories. A point comes where our automation pack grows in such …
WebDriver Event Listener for effective Logging and Reporting
October 1, 2018
We discussed a lot more things about Selenium WebDriver. Today we are going to discuss Selenium WebDriver Event Listener. A framework without the implementation of the listener is incomplete …
Write data to the excel sheet in Selenium using POI
September 16, 2018
Earlier, we have discussed different techniques to accommodate parameterization in our Selenium automation test. Today we are going to discuss commands (code) to write data to the excel sheet …
Read test data from Excel sheet in Selenium using POI
September 15, 2018
In any test design framework, test data management is the essence. That is why even TestNg has in-built @DataProvider along with Parameterization through the testing.xml file. Earlier we discussed …
Writing test data to the JSON file for Selenium WebDriver
September 9, 2018
Yesterday we discussed JSON data parsing, which means reading test data from JSON. When we are using Excel sheet, we, seldom, write back data to the sheet. Similarly, today …
JSON data parsing technique for Parameterization in Selenium
September 8, 2018
When our tests are mostly driven by different varieties of test data, so in that case, we need to develop a convenient technique in which data parsing and throwing …
How to capture screenshot in Selenium using Java Robot class?
September 2, 2018
In the previous tutorial, we have learned the importance of keeping screenshot throughout the testing journey, no matter whether it is manual testing or the automation testing. We discussed …
selenium