Each one of us has faced an interview at some point in our lives. While giving an interview the most paralyzing question is 'Tell me something about yourself’? The beauty of this question is, this can either break or make your game. I still remember my first interview, I was so nervous and as many of you, I too was rambling and therefore started talking incoherently. That’s … [Read more...] about How To Answer Tell Me Something About Yourself In Interview
Advance Selenium Reporting with Screenshots Part 2
This post is focusing on extent report version 2 but we have new version of extent report 3 and 4 which you can refer using below post. Extent Report version 3 and 4 If you still want to use an older version then you can follow this post. You can check the detailed description about extent report from here- Extent Report Documentation I created a detailed Youtube … [Read more...] about Advance Selenium Reporting with Screenshots Part 2
Most Common Challenges You Faced in Selenium Automation
Selenium is an open-source test automation framework and it has its own advantage and disadvantage as well. Even if you take other automation tools like QTP, Katalon, Sahi, etc every single tool has some kind of limitation. Today I am going to discuss some challenges which we face in our day to day activity. The most common challenges you faced in Selenium Automation might … [Read more...] about Most Common Challenges You Faced in Selenium Automation
How to Capture Screenshot in Selenium Webdriver and Use in Reporting
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
How to solve No compiler is provided in this environment while running Maven build
In this article, I am going to discuss the frequently faced issue, which you might face while working with Maven. No compiler is provided in this environment in Maven will only come when you run the maven build the first time. In this case, we need to make certain changes that will fix your issue. When you run the maven build through eclipse then you might get below error. … [Read more...] about How to solve No compiler is provided in this environment while running Maven build