Daffodil International University

Faculty of Science and Information Technology => Recent Technologies and Trends in Software Engineering => Software Engineering => Software Quality Assurance and Testing => Topic started by: iftekhar.swe on September 05, 2018, 06:26:03 PM

Title: Software Testing in Continuous Delivery
Post by: iftekhar.swe on September 05, 2018, 06:26:03 PM
Continuous delivery leverages all the aforementioned testing strategies to create a seamless pipeline that automatically delivers completed code tasks. An optimal setup would allow a developer to push recently completed code into the continuous delivery pipeline for evaluation. The pipeline would then run the newly pushed code through the levels of testing. If the code passes the testing, It will be automatically merged and deployed to production. If however, the code fails the tests. The code will be rejected and the developer automatically notified of steps to correct.

Popular established software language development ecosystems have their own subset testing ecosystems. There are many tools available which provide utilities to help instrument and develop testing suites. These tools are usually installed through a package manager specific to the programming language used on the project.

In addition to testing instrumentation, tools for test execution and development are also available. Various test runners can be installed to provide output data from a test suite. A common practice is to measure the “test coverage” throughout a project. A code coverage tool can be used to indicate how much of a code base is adequately covered.

Once a testing suite has been developed and is working correctly on a local project it is generally straightforward to integrate into a CD pipeline. Most hosted CD/CI systems will have guides on how to integrate a testing suite into the pipeline.
Title: Re: Software Testing in Continuous Delivery
Post by: s.arman on March 21, 2019, 08:46:16 PM
Thanks for sharing
Title: Re: Software Testing in Continuous Delivery
Post by: SSH Shamma on April 01, 2019, 11:03:43 PM
Working on a real environment can make understand in these topics.

Thanks sir. Informative.  :)
Title: Re: Software Testing in Continuous Delivery
Post by: s.arman on April 16, 2019, 07:54:12 PM
hope we will work on real place
Title: Re: Software Testing in Continuous Delivery
Post by: khalid on April 18, 2019, 11:54:55 PM
good one