Presentation is loading. Please wait.

Presentation is loading. Please wait.

CONTINUOUS INTEGRATION –WHY WE DO IT?

Similar presentations


Presentation on theme: "CONTINUOUS INTEGRATION –WHY WE DO IT?"— Presentation transcript:

1

2 CONTINUOUS INTEGRATION –WHY WE DO IT?

3 AGENDA What is CI ? What tools can be used for CI ?
Why choose Jenkins for CI ? Jenkins Benefits About Project CI Principles we use Project Demo

4 WHAT IS CI? Continuous Integration also known as CI is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily – leading to multiple integrations per day. --MARTIN FOWLER

5 WHAT TOOLS CAN BE USED FOR CI?
Code Repositories >SVN, Mercurial,Git Continuous Build Systems >Jenkins,Bamboo,Hudson,Cruise Control, Buildbot Test Framework >Junit, Cucumber, CppUnit, NoseTest Artifacts Repositories >Nexus, Artifactory, Archiva

6 WHY CHOOSE JENKINS FOR CI ?
Jenkins is an open source software tool written in Java Jenkins community is very large(also you can be part on this community) You can customize Jenkins server by installing different plugins to help you go easily through the project Is user friendly and almost anyone can manage and use Jenkins

7 JENKINS BENEFITS Generate test reports
Integrate with many different Version Control Systems(git, svn, mercurial) Push to various artifacts repositories Deploys directly to productions or test environments Notify stakeholders of build status … and much more

8 ABOUT PROJECT

9 CODE AND TOOLS Code Python – UnitTest, dynamic and cross-platform scripting AutoIT – library used for automating Windows GUI ex: BlockInput() -> Disable/enable the mouse and keyboard Tools Jenkins Eclipse + PyDev PhD2 – identify elements on screen CamStudio – video screenshots for logging References:

10 PRINCIPLES Test Scripts Deploy Test Report Develop Test Scripts

11 PROJECT DEMO

12 HOW WE “DEPLOY” Test Script Development
Push test scripts to Git repository Nightly script brings latest builds to local repository Configure jobs in Jenkins Deploy Pull latest tests scripts from Git repository Uninstall older build Update configuration files Silent install latest build Start executing tests based on filtered criteria

13 HOW WE “TEST” Tests written based on: Feature Priority
Project Structure: Fixtures TestResults Tests Tools Utils General scripts: installs/uninstalls, CI starting

14 HOW WE “REPORT“ Project reports: Logs Screenshots Screen Recordings
CI reporting: Configured in Jenkins Post-build Actions Build History shows Tests Result

15 THANK YOU!


Download ppt "CONTINUOUS INTEGRATION –WHY WE DO IT?"

Similar presentations


Ads by Google