InterviewSolution
Saved Bookmarks
| 1. |
What is TDS (Test Data Service) Tosca? |
|
Answer» TDS (TEST Data Service) is used in Tosca to manage test data in distributed environments. It enables us to store DYNAMIC test data in a SHARED location, MAKING it easy for test cases to read/update. Data stored in a shared location can be shared across multiple test cases since it is stored in a shared location. Additionally, it can be updated WITHOUT opening Tosca, since it's considered a separate component. It enables you to manage your test data in distributed environments. |
|