{"ScriptPreparationCode":"/*your preparation JavaScript code goes here\r\nTo execute async code during the script preparation, wrap it as function globalMeasureThatScriptPrepareFunction, example:*/\r\nasync function globalMeasureThatScriptPrepareFunction() {\r\n // This function is optional, feel free to remove it.\r\n // await someThing();\r\n}\r\nlet buf =\u0027\u0027;","TestCases":[{"Name":"toString()","Code":"/*When writing async/deferred tests, use \u0060deferred.resolve()\u0060 to mark test as done*/\r\nbuf = Math.random().toString();","IsDeferred":false},{"Name":"toFixed(4)","Code":"buf = Math.random().toFixed(4);","IsDeferred":false}]}