InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by Tosca CI (Continuous Integration) and how to implement it? |
|
Answer» With Tosca CI (Continuous Integration), test cases can be executed directly from the build server without the USER having to perform/run them themselves (manually). Examples of CI TOOLS include Jenkins, Bamboo, etc. It is used to minimize testing time and effort for Continuous Integration & Delivery. The following ways can be used to implement Tosca CI: |
|