我試圖讓我的JSUnit測試在哈德森上運行。 但是,瀏覽器會超時: [junit] INFO: Launching Internet Explorer on http://localhost/jsunit/testRunner.html?testPage=localhost/jsunit/tests/jsUnitOnLoadTests.html&autoRun=true&browserId=0&s
有沒有人用jsunit編寫ajax測試?我現在不怎麼測試異步函數。 請給我看一些例子嗎? 例子。 I have function
var General = function() { }
General.prototype = {
limit: null,
loadData: function() {
var url = "General.GetSessionData"