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 …
Selenium WebDriver
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 WebDriver
Once upon a time, I was a manual functional tester. So, I had to keep proof of all the testing activities in the form of screenshots. Functional testing was …
Selenium WebDriver
I personally feel that every automation engineer should be aware of the basic development hooks of the functionality. Today we are going to discuss handling calendar in Selenium WebDriver. …
Selenium WebDriver
Earlier we discussed Handling multiple windows in Selenium WebDriver. Therefore, the technique to handle iFrame in Selenium is the same as that. It is observed that automation engineer primarily …
Uncategorized
Software Engineer vs Software Developer, which is one of the most debatable job roles in the IT industry. Let me break the real differences between them today. I have …
Selenium WebDriver
Selenium and JavaScript have the long-term relationship since the Selenium evolved. The earlier version of Selenium (i.e., Selenium 1) was fully based on JavaScript and Selenese. Even in advanced …