0 votes
in DevOps by
Explain the implementation of Continuous Testing in DevOps?

1 Answer

0 votes
by

By following the below-mentioned steps we can implement continuous testing in DevOps:

  1.  In DevOps continuous testing starts in the development phase, as the developer tests the functionality of the code by using tools like selenium.
  2. Tools like GitHub store these tests and versions along with the software code. DevOps team uses these tests to perform testing on the new build of the software code.
  3. when the code reaches pre-production, the professional QA team uses these tests by making some changes to the test specifications.
  4. the operations team can reuse these tests for user acceptance testing and for resolving the post-delivery issues.

Related questions

0 votes
asked Feb 27, 2021 in DevOps by JackTerrance
0 votes
asked Mar 19, 2022 in SAP S/4HANA Project Management by sharadyadav1986
...