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

Defect Life Cycle

In Last article, we have seen that how bug can be arise while developing a software. Now in this article, we will discus about ‘Bug Life Cycle’. Bug life cycle starts when bug will be arise in software testing phase. After completing one cycle, we may insure that posted bug will not be re-produced again. … Read more