Why and When to Perform Automation Testing
Why do we need Automation Testing ? There are several reasons why we should automate our testing process. Automation testing is desired because it: Saves Time and Money: Software testing is a...
View ArticleIs “only” Automation Annihilating Manual Tester Within…
Client: Can we automate our test cases Service Provider: Yeah,we can do it! Client: What team size do you own and what time will it take? Service Provider: We have got sufficient team size dedicated...
View ArticleDo we Need Testcases?
I was writing test cases meekly for one of my projects on a busy day at my office. A notion clung my mind why am I doing so. Is this necessary? Is it indispensable? I tried getting inputs from my...
View ArticleAgile: Experiences and Learning from Testing Perspective
What is agile methodology? Agile has become the trend in the software business since the last decade. Everyone wants to go agile. So let’s have a look at what agile is, literally agile means to be able...
View ArticleError 80070012: Unexpected error launching spoon based internet explorer
“Unexpected error launching internet explorer IELaunchURL error returned 80070012″ while running Selenium Scripts in IE spoon browsers: Problem/Issue: ——————————————- I was facing a very critical/weird...
View ArticleFind out JS Error on Firefox using Selenium Webdriver
We need to add a JSERROR Collector jar to our project. We need to add the below dependency to the POM to download the jar file: - <dependency>...
View Article