v1
- by gladrock 11/26/202100
Setup HTML - click to add setup HTML
Setup JS - click to add setup JavaScript
delete caserun single casemove downdrag and drop case


ready



let foo, bar, soap;
for (var i = 1000; i >= 0; [i, foo, bar, soap] = [i-1, Math.random(), Math.random(), Math.random()]) {

}
delete caserun single casemove updrag and drop case


ready



let foo, bar, soap;
for (var i = 1000; i >= 0; i = i-1) {
    foo = Math.random();
    bar = Math.random();
    soap = Math.random()   
}
Test Case - click to add another test case
Teardown JS - click to add teardown JavaScript
Output (DOM) - click to monitor output (DOM) while test is running
RUN