Order
{"ScriptPreparationCode":null,"TestCases":[{"Name":"jQuery","Code":"$(\u0027#button\u0027).text(\u0027hello world\u0027);","IsDeferred":false},{"Name":"native getElementById","Code":"document.getElementById(\u0027button\u0027).textContent = \u0027hello world\u0027;","IsDeferred":false},{"Name":"native querySelector","Code":"document.querySelector(\u0027#button\u0027).textContent = \u0027hello world\u0027;","IsDeferred":false}]}