Sushant G.gaikwad and M.a.shah. Article: Pipeline Orchestration for Test Automation using Extended Buildbot Architecture. IJCA Proceedings on Emerging Applications of Electronics System, Signal Processing and Computing Technologies NCESC 2015(1):21-25, September 2015. Full text available. BibTeX
@article{key:article, author = {Sushant G.gaikwad and and M.a.shah}, title = {Article: Pipeline Orchestration for Test Automation using Extended Buildbot Architecture}, journal = {IJCA Proceedings on Emerging Applications of Electronics System, Signal Processing and Computing Technologies}, year = {2015}, volume = {NCESC 2015}, number = {1}, pages = {21-25}, month = {September}, note = {Full text available} }
Whenever developers do any changes into code base of software, they want to see effect of changes quickly, Continuous Integration can solve this problem. In recent software development where agile methodology is followed turnaround time for software is less, this leads to availability of less time to develop, build and test processes. Test Orchestration methodology can be used to reduce testing efforts and time. Test Orchestration in broad sense is a tests execution step by step in automated fashion, where different type of tests will executes like Junit tests, Integration tests, Sniff tests, Acceptance tests and so on. Here tests are selected dynamically based on developer's check-ins. For Junit tests, we have extended Buildbot architecture which is a master/slave architecture, with a single central server and multiple build slaves. The objective of this paper is to develop distributed architecture for test orchestration. All higher level tests like functional tests, sniff tests and performance tests will execute in pipeline, finally result of all tests will send to developer through email.