Software Testing in Continuous Delivery

Author Topic: Software Testing in Continuous Delivery  (Read 1668 times)

Offline iftekhar.swe

  • Full Member
  • ***
  • Posts: 144
  • মানুষ তার স্বপ্নের সমান বড়
    • View Profile
    • DIU_SWE Faculty
Software Testing in Continuous Delivery
« 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.
_________________________
MD. IFTEKHAR ALAM EFAT
Sr. Lecturer
Department of Software Engineering, FSIT
Daffodil International Univeristy

Offline s.arman

  • Sr. Member
  • ****
  • Posts: 260
  • Test
    • View Profile
Re: Software Testing in Continuous Delivery
« Reply #1 on: March 21, 2019, 08:46:16 PM »
Thanks for sharing

Offline SSH Shamma

  • Sr. Member
  • ****
  • Posts: 364
    • View Profile
Re: Software Testing in Continuous Delivery
« Reply #2 on: April 01, 2019, 11:03:43 PM »
Working on a real environment can make understand in these topics.

Thanks sir. Informative.  :)
Syeda Sumbul Hossain
Lecturer, SWE
Daffodil International University
Contact No. 01918455555

Offline s.arman

  • Sr. Member
  • ****
  • Posts: 260
  • Test
    • View Profile
Re: Software Testing in Continuous Delivery
« Reply #3 on: April 16, 2019, 07:54:12 PM »
hope we will work on real place

Offline khalid

  • Jr. Member
  • **
  • Posts: 84
  • Test
    • View Profile
Re: Software Testing in Continuous Delivery
« Reply #4 on: April 18, 2019, 11:54:55 PM »
good one