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

Quality Assurance Introduction to QA Engineering Executing Tests Regression and Configuration Testing

jacobb2
jacobb2
14,128 Points

How else could we test all the browsers/operating systems? The ideas mentioned in this video cost a lot of money.

How else could we test all the browsers/operating systems? The ideas mentioned in this video cost a lot of money. Are there more cost-effective ways?

jacobb2
jacobb2
14,128 Points

I know we can use automation such as Selenium but it seems like it isn't stable with all the operating systems Example: Look up all the issues with Selenium and IE/Edge

1 Answer

Ryan Saul
STAFF
Ryan Saul
Treehouse Guest Teacher

Good question! You really have only 2 options: manually test each browser in each system or automate some part of the process in a tool like selenium or appium.

But you're right, its expensive. The next approach is to figure out where to best spend the limited amount of time and money you have.

I think there should be discussion of what your most used browser and OS is. If its Safari on iOS, take some time to figure out mobile automation tools like Appium. If its Chrome on Windows, you should try to figure out a Selenium framework such as NightwatchJS. If most of your users are on a particular browser, then running tests there often is going to give you a higher quality product for most of your users.

You can also look into getting help from a manual test shop overseas.