Last active
February 27, 2022 00:22
-
-
Save sgriffiths/b55905ac2c025cb517497538c77cae6d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Pro's | Con's | |
|---|---|---|
| Simulates real world conditions as closely as possible | Often a integrated(shared) environment which can affect results | |
| Integrated tests execute against multiple components at once | Data is often 'test' data which could affect behaviour/results | |
| Tools can replicate thousands (if not more) of users | Replicating 'Prod' environments can be expensive | |
| Extensive metrics/reports from tool | Finding route case when diagnosing issues can be complex | |
| Commercial Tooling can be expensive to operate item |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment