Software Testing Processes

In last article we have seen about the concepts of software testing. Now in this article, we will understand the software testing procedures in detail. I must say, Testing is not a single activity. Software testing is define with the group of processes. This process have different levels like starting from planning to prepare test … Read more

Define Bugs

In last article, we have seen that how we can post the bug but each bug have their priority and severity, According to their severity and priority,  Developer team will start their work to resolve the issues. There are different type of severity in priority is defined for a bug. Here we will understand basic … Read more

Selenium Tutorial : The path to the driver executable must be set by the webdriver.gecko.driver system property

Since last update of selenium 3, Most of the users(especially those who are new with selenium) are facing common issue with error “Exception in thread “main” java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.gecko.driver system property; for more information, see https://github.com/mozilla/geckodriver. The latest version can be downloaded from https://github.com/mozilla/geckodriver/releases” when … Read more