Reputation:
I have an application and I want to test if the out of memory exception is handled properly .So should I fill the memory somehow to force that condition to come up. How do i do it?
Upvotes: 1
Views: 70
Reputation: 1569
On Windows you can simulate low resources conditions using Application Verifier.
More info here.