Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website Responsive Web Design and Testing Website Testing

Javier Alvarado
Javier Alvarado
16,060 Points

Advice On Cross Browser Testing Locally

Can the Treehouse Community comment on cross browser testing locally? I'm not ready to invest in a BrowserStack account, so I would like to hear from others what kind of testing I should do on my own devices. Is it worth testing my site on every device/browser/operating system I have myself and on my friends' devices/browsers/operating systems? Or should I just test on certain devices/browsers/operating systems?

1 Answer

Sue Dough
Sue Dough
35,800 Points

There is a few options. You can use browserstack's free trials and temporary email accounts ( you can decide if that is ethical ). You can manually test and create your own device lab like seen in this video https://www.youtube.com/watch?v=3BthNQ7zQug . You can automate a few browsers/devices with Selenium or Karma or another testing tool. You can use this NPM package for free https://www.browsersync.io/ ( I have not tried it but heard good things ).

Javier Alvarado
Javier Alvarado
16,060 Points

Thanks for your answer! I will check those options out.