v2
9/28/2021 by dollarakshay -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const a = undefined;
const b = {};
delete caserun single casemove downdrag and drop case


ready



if(a > 0){
    return true;
}
else{
    return false;
}
delete caserun single casemove updrag and drop case


ready



if(b.a > 0) {
    return true;
}
else{
    return false;
}
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