v1
4/30/2021 by inphinitphp -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const arr = ['a', 'b', 'c'];
delete caserun single casemove downdrag and drop case


ready



arr[~~(Math.random() * arr.length)];
delete caserun single casemove upmove downdrag and drop case


ready



arr[Math.random() * arr.length | 0];
delete caserun single casemove updrag and drop case


ready



arr[Math.floor(Math.random() * arr.length)];
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