
|
If you were logged in you would be able to see more operations.
|
|
WebTest
Created: 05/Mar/08 10:31:48
Updated: 05/Mar/08 14:00:58
|
|
| Affects Version/s: |
2.5
|
| Fix Version/s: |
2.6
|
|
WebTest should "close" the WebClient(s) used in webtest at the end of the test otherwise the clients may stay opened if some background javascript processing (like setTimeout, setInterval or XHR) are still active. This prevents it to be garbage collected and may lead to OutOfMemoryException.
|
|
|