I'm looking for more insight into how folks are testing their contracts, and what testing methodologies they're using, or wanting to use and aren't sure how to in Rust or Soroban.
The testing docs already cover a few approaches:
https://developers.stellar.org/docs/build/guides/testing
There are docs there about:
• Unit Tests
• Mocking
• Testing Authorization
• Testing Events
• Integration Tests
• Integration Tests with Mainnet Data
• Fuzzing
• Differential Tests
• Differential Tests with Test Snapshots
• Mutation Testing
• Code Coverage
Do you have other approaches to testing that you use and don't see it?
I'd love to hear from you so that we can make the docs better. 