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 …
Selenium WebDriver
Many a time, we face an issue and we get an error message similar as- “Element is not clickable at point (X, Y)” So to solve such issues we …
Selenium WebDriver
Recently, I got to know two situations which were faced by two of my colleagues. One colleague was facing difficulty to send texts to the text area in Mozilla …
Selenium WebDriver
We have already discussed the technique to handle checkbox and radio button in Selenium WebDriver. The technique which we have discussed earlier is simple and default one. As we …
Selenium WebDriver
First time I realized to have a mechanism in my Selenium Test cases and the mechanism is to highlight elements while in runtime. This thought came when I was …