<?php class StatementsTestCase extends SeleniumTestCase { function test () { $this->open("../../demos/quickstart/index.php?page=Controls.Samples.TStatements.Home&notheme=true&lang=en", ""); $this->verifyTitle("PRADO QuickStart Sample", ""); $this->verifyTextPresent('UniqueID is \'ctl0$body$ctl0\''); } } ?>