- sachin123
- Posts : 7
Join date : 2011-11-29
how to use these methods getHtmlSource() , getLocation() and getTitle()
Tue Nov 29, 2011 8:26 pm
Hi All
how to use these methods in rc?
please give to examples .......
how to use these methods in rc?
please give to examples .......
- faramkaProfessional
- Posts : 143
Join date : 2011-09-15
Location : Poland
Re: how to use these methods getHtmlSource() , getLocation() and getTitle()
Wed Nov 30, 2011 2:33 pm
By using getLocation() and getTitle() you can verify current page. You can make assertion:
getHtmlSource() is returning html source of page as a string. It is the same as you get source of page by using Ctrl+U in your browser (Firefox).
- Code:
$this->assertEquals("My test page", $this->getTitle());
$this->assertEquals("http://www.mytestpage.com", $this->getLocation());
getHtmlSource() is returning html source of page as a string. It is the same as you get source of page by using Ctrl+U in your browser (Firefox).
Permissions in this forum:
You cannot reply to topics in this forum