{"ScriptPreparationCode":null,"TestCases":[{"Name":"jquery","Code":"$(\u0022.test\u0022).attr(\u0027test\u0027, Math.random()).text(Math.random());","IsDeferred":false},{"Name":"vanilla","Code":"const el = document.querySelector(\u0027.test\u0027)\r\nel.setAttribute(\u0027test\u0027, Math.random())\r\nel.innerText = Math.random()","IsDeferred":false}]}