Login
Remember
Register
Ask a Question
Explain the implementation of Continuous Testing in DevOps?
0
votes
asked
Aug 28, 2021
in
DevOps
by
sharadyadav1986
Explain the implementation of Continuous Testing in DevOps?
continuous-testing
devops-testing
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 28, 2021
by
sharadyadav1986
By following the below-mentioned steps we can implement continuous testing in DevOps:
In DevOps continuous testing starts in the development phase, as the developer tests the functionality of the code by using tools like selenium.
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.
when the code reaches pre-production, the professional QA team uses these tests by making some changes to the test specifications.
the operations team can reuse these tests for user acceptance testing and for resolving the post-delivery issues.
...