42 lines
1.3 KiB
HTML
42 lines
1.3 KiB
HTML
<html>
|
|
<head>
|
|
<title>
|
|
Description of Stress tests
|
|
</title>
|
|
</head>
|
|
<body bgcolor=white>
|
|
<P align=left>This document contains a simple preliminary description of
|
|
stress testcases.</P>
|
|
|
|
<UL>
|
|
<LI><A href=#load>Test on 500 pages loading</A>
|
|
<LI><A href=#back>Test on 500 pages loading and 500 back actions</A>
|
|
<LI><A href=#refresh>Test on 500 refreshes during page loading</A>
|
|
</UL>
|
|
|
|
<A name=load>
|
|
<H2>1. Test on 500 pages loading.</H2>
|
|
<table border=1>
|
|
<tr><td>Test ID</td><td>Action</td><td>Expected Result</td>
|
|
<tr><td>basic/stress/LongLoad</td><td>Browser loads 500 pages</td><td>Browser doesn't crashed and 500th page is loaded</td></tr>
|
|
</table>
|
|
|
|
|
|
<A name=back>
|
|
<H2>2. Test on 500 pages loading and 500 back actions.</H2>
|
|
<table border=1>
|
|
<tr><td>Test ID</td><td>Action</td><td>Expected Result</td>
|
|
<tr><td>basic/stress/LongBack</td><td>Browser loads 500 pages and makes 500 BACK actions</td><td>Browser doesn't crashed and first page is loaded</td></tr>
|
|
</table>
|
|
|
|
<A name=refresh>
|
|
<H2>3. Test on 500 refreshes during page loading.</H2>
|
|
<table border=1>
|
|
<tr><td>Test ID</td><td>Action</td><td>Expected Result</td>
|
|
<tr><td>basic/stress/Refresh:0</td><td>Browser refreshes page for 500 times during page loading</td><td>Browser doesn't crashed and after 500 refreshes page is loaded</td></tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|
|
|