v1
4/15/2019 by mirismaili -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const a = [];
a.b = [];
a.b.c = 'd';

function deepGet(root, path) {
	let output = root;
	for (const e of path) output = output[e];
	return output;
}
delete caserun single casemove downdrag and drop case


ready



eval("a.b.c");
delete caserun single casemove updrag and drop case


ready



deepGet(a, ['b', 'c']);
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