v1
3/31/2020 by Seasle -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const object = {
  a: 0,
  b: 0,
  c: 0
};

const map = new Map([
  ['a', 0],
  ['b', 0],
  ['c', 0]
]);
delete caserun single casemove downdrag and drop case


ready



object.hasOwnProperty(Object.keys(object)[Math.floor(Math.random() * Object.keys(object).length)]);
delete caserun single casemove updrag and drop case


ready



map.has(map.keys()[Math.floor(Math.random() * map.size)]);
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