Tosca ScratchBook vs ExecutionList
Tricentis Tosca is a powerful test automation tool widely used for functional and regression testing. Two key features in Tosca for executing test cases are the ScratchBook and the ExecutionList. While both let you run tests, they serve different purposes and are used in distinct scenarios. Understanding their differences helps testers choose the right tool for the right phase of testing.
What is ScratchBook?
The ScratchBook is Tosca’s temporary execution environment designed for ad-hoc or trial runs. When you’re building or debugging a test case, you can use the ScratchBook to execute individual steps, test cases, or even entire test case folders on the fly. Results in the ScratchBook are temporary—they’re not stored for reporting or historical analysis.
Key points about ScratchBook:
Used mainly during development and debugging of test cases.
Results are ephemeral and disappear once the ScratchBook is cleared or Tosca is restarted.
Helps testers quickly identify and fix issues in test steps.
Supports executing parts of a test case without affecting formal execution data.
What is ExecutionList?
The ExecutionList is Tosca’s formal execution environment for structured test runs. ExecutionLists allow you to organize test cases into lists representing regression suites, smoke tests, or functional test groups. When you execute tests from an ExecutionList, Tosca records the results persistently, enabling you to track execution status, analyze test runs, and generate reports.
Key points about ExecutionList:
Designed for official test executions during test cycles.
Results are persistent and stored in the Tosca repository for analysis and reporting.
Supports advanced features like execution logs, execution results comparison, and integration with Tosca Analytics.
Ideal for team collaboration and test result tracking across sprints or releases.
When to Use ScratchBook vs ExecutionList
Use the ScratchBook during test development when you need fast, informal feedback.
Use an ExecutionList when performing formal test executions as part of regression testing, system testing, or acceptance testing, where storing and analyzing results is necessary.
Conclusion
Both ScratchBook and ExecutionList are essential components of Tosca’s testing workflow. ScratchBook accelerates test creation and debugging, while ExecutionList enables structured, trackable test execution. Together, they make Tosca flexible for both exploratory work and formal testing cycles.
Learn Tosca Training Course
Read More:
Tosca Execution Lists Explained
Understanding Tosca Workspaces
Tosca Test Configuration Parameters (TCPs)
Visit Quality Thought Training Institute
Comments
Post a Comment