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:  

  • Use a remote service to run the test EXECUTION, i.e., on a separate workspace.
  • Use Tosca Continuous Integration along with Tosca Distributed Execution. Your tests will be executed by several Distribution Agents, thereby speeding up the PROCESS.


Discussion

No Comment Found