v1
- by pushkine 7/18/202100
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
var random = Math.random();
var str = "init";
var r = 0;
delete caserun single casemove downdrag and drop case


ready



str = (random = Math.random()) > 0.5 ? "" : random.toString(36);
if (str === "") ++r;
delete caserun single casemove upmove downdrag and drop case


ready



str = (random = Math.random()) > 0.5 ? "" : random.toString(36);
if (str.length === 0) ++r;
delete caserun single casemove updrag and drop case


ready



str = (random = Math.random()) > 0.5 ? "" : random.toString(36);
if (!str) ++r;
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