Agile development : manifesto

A group of developers together made a decission depending on their individual views and created the methodology called Agile. In each development life cycle, it’s the learning from the previous iteration and implement to improve the process… There are 4 major compact principles (we call manifesto) to develop software/product in a better way, which talks…

Selenium v2.47.0 – features added

Selenium framework leaunched it’s updated version 2.47.0 Download link: http://www.seleniumhq.org/download/ and here is below some of the main features of this version: Added TakesScreenshot to WebElement. Added language bindings for Microsoft Edge browser Created an overload toExpectedConditions.frameToBeAvailableAndSwitchToIt support to index and WebElement so that WebDriverWait can use this mode to switch frames. Default the hub…