open("../../demos/quickstart/index.php?page=ActiveControls.Samples.TActiveCustomValidator.Home&notheme=true&lang=en"); $this->verifyTitle("PRADO QuickStart Sample", ""); $this->assertTextPresent('TActiveCustomValidator Samples (AJAX)'); $base = 'ctl0_body_'; $this->assertNotVisible($base.'validator1'); $this->click($base.'button1'); $this->pause(800); $this->assertVisible($base.'validator1'); $this->type($base.'textbox1', 'hello'); $this->pause(800); $this->assertVisible($base.'validator1'); $this->type($base.'textbox1', 'Prado'); $this->pause(800); $this->assertVisible($base.'validator1'); $this->click($base.'button1'); $this->pause(800); $this->assertNotVisible($base.'validator1'); } }