Logging & Reporting
Test reporting is one the important activity in quality assurance. It doesn’t matter whether you are a manual tester or automation tester, you must implement logging as well as …
Continuous Integration
Continuous Integration is on trend so is the DevOps. You would have mastery over Selenium WebDriver or Automation Framework development, but all your knowledge is incomplete without the knowledge …
Logging & Reporting
When you search How to set up log4j logging configuration in Java– it will give the appropriate result, instead of searching with How to set up log4j in Selenium. …
Parameterization
This is another tutorial in the marathon series of tutorials on Parameterization in Selenium WebDriver. We are going to discuss read/write operations of properties file in Selenium. This is …
Parameterization
We are working on the marathon of tutorials to maintain parameterization efficiently. There is a very wide scope of data science and data analytics these days. Experts basically look …
Selenium IDE
This is going to be a talk of the town. Why I am saying this? You might get excited (especially who made their hands dirty during Selenium learning with …
Parameterization
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 …
Parameterization
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 …
Selenium WebDriver
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 …
Selenium WebDriver
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 …