{"ScriptPreparationCode":null,"TestCases":[{"Name":"Try/catch","Code":"try {\r\n var id = document.getElementById(\u0022test\u0022);\r\n} catch(error) {\r\n console.log(error);\r\n} finally {\r\n console.log(\u0022!\u0022);\r\n}","IsDeferred":false},{"Name":"Without try/catch","Code":"var id = document.getElementById(\u0022test\u0022);","IsDeferred":false}]}