ABSTRACT: Failing of integration builds are show stoppers. Integration hell is a situation wherein code fails to
compile or bugs arise which is extremely risky for a project and its success .These problems exceed the project
schedule and exceed budget .The above situation occurs in software testing phase of software development life cycle
which is the most difficult and expensive phase. Continuous integration plays a vital role against integration hell
situations by frequently merging all developers working copies with a shared main branch.
With the advent of single page application which loads single HTML page and dynamically updates that page as the
user interacts. This paper focuses on testing single page application by applying agile development methods such as
continuous integration