| bio | website | jmhofer.johoop.de |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 10 months |
| seen | Jan 21 at 11:46 | |
| stats | profile views | 0 |
|
Aug 22 |
comment |
What is the best practice for testing against modules which collect statistic For checking whether the system call is used correctly, you could mock it. I'm not sure about checking whether it "returns all relevant data". You should know what data it returns. You can then check (again, via Mocks) whether that returned data is handled correctly. |
|
Aug 21 |
comment |
Data generation for QA tests I tried to clarify my answer a bit in this respect. |