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
// this test doesn't specify all the interface members
function Test() {
}
Test.prototype.getInstance = function() {
return instance;
}
Test.prototype.getProperties = function() {
return properties;
}