open("../../demos/quickstart/?page=Controls.Samples.THyperLink.Home", ""); $this->verifyTitle("PRADO QuickStart Sample", ""); $this->verifyAttribute("//a[@href=\"http://www.pradosoft.com/\"]/@target","_blank"); $this->verifyTextPresent("Welcome to", ""); $this->verifyTextPresent("Body contents", ""); $this->verifyElementPresent("//a[img/@alt='Hello World']"); $this->verifyElementPresent("//a[contains(text(),'Body contents')]"); } } ?>