Reusable Test Components (Functions)
As best practices in development, we all know it's best to promote re-use as much as possible. This best practice is available as a feature in Proof that allows users to reuse a common scenario. For example, users can create a login function and use it across all their web tests. This approach makes maintenance extremely easier and promotes maturity.
Benefits
- Modification propagates from the source to all dependents
- Avoid duplications in effort and time
- Collaboration