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 Derived() {
Base.apply(this)
}
Derived.prototype = new Base()
Derived.prototype.act = function() {
return "Derived-Act-"+form + "/" + this.shared()
}