Continuous Integration with Jenkins

Want to use test automation with your Continuous Integration? Jenkins is an open source continuous integration software and when installed on a build server can be configured to execute tests on new builds thus determining if the latest code change has created a problem within the application. During this process Jenkins gets the latest code from..

Read more

Selenium + Appium

In automated testing we can execute tests with open source tools like Selenium WebDriver. With Selenium we have the ability to programmatically capture and execute commands against objects on a web page, for an app or website, just as a user would do. Selenium WebDriver works with IE, Chrome and Firefox and Selenium has API..

Read more

Big Data Testing

Big data is an all-encompassing term for any collection of data sets so large and complex that it becomes difficult to process them using traditional data processing applications. Big data usually includes data sets with sizes beyond the ability of commonly used software tools to capture, curate, manage, and process data within a tolerable elapsed..

Read more