public function startCase() { parent::startCase(); echo "Start StudentSimple system test.\n"; $this->getSession()->open($this->url); $login = PageFactory::initElements($this->session, 'Login'); $home = $login->login('root', 'ipeeripeer'); }
public function startCase() { parent::startCase(); echo "Start ImportGroups system test.\n"; $this->getSession()->open($this->url); $login = PageFactory::initElements($this->session, 'Login'); $home = $login->login('instructor2', 'ipeeripeer'); }
public function startCase() { parent::startCase(); echo "Start Login system test.\n"; $this->getSession()->open($this->url); }