Is it possible to test Responsive Web Design application with Sahi? -
i'm testing responsive web design application now. i'm doing manual testing on firefox, chrome , ie using web developer tool.
i automate testing. possible automate responsive web design sahi?
if dont need visual confirmation, can test phantomjs. have @ http://sahi.co.in/w/sahi-headless-execution-with-phantomjs , add line "page.viewportsize = { width: 1000, height: 1000 };" sahi.js execute phantomjs. can set width , height value want. improve this, create different phantomjs scripts different viewport sizes , add multiple phantomjs launcher in browsers.xml. phantomjsmobile, phantomjstablet ...
if need see results, not test functionality, taking screenshots phantomjs possible. https://github.com/ariya/phantomjs/wiki/screen-capture
Comments
Post a Comment