Modifying autotest behavior from connection settings page such that for each time the user request testing, test at most 3 times with success ending autotesting
function Base() {
}
Base.prototype = new Object()
Base.prototype.shared = function() {
return "Base-Shared-"+form;
}
Base.prototype.act = function() {
return "Base-Act-"+form;
}