As a born developer i never came across actual/serious testing of softwares, but some times you are the one man army of your project and gotta make all the things yourself.
I went through a situation where i needed to test the application on wide verity of OS and diffrent browsers for checking the compatibility of my app, doing it all of them manually is such a headache :(
Then i found a super awesome thing provided by browserstack.com with the power of Selenium, and boom i did it in few minuts, god bless programmers.
Here are few things you have to setup for testing your webapp quickly.
click on Username and Access Keys upper left corner and put in code below, as in code i gave mine as ameyjadiye and xxxx….
Install few things as below.
copy and paste below code, modify according to your requirement.
Run the code, you will see something like below
Another Awesome thing browserstack provides is visual logs i.e Screenshots for test done by them, you just have to give ‘browserstack.debug’: ‘true’ as a extra parameter.
below are the few screen shots taken from my test.
Unknowingly i found a bug in browserstack, see the screeshot’s, by default they should use english but google page is in Dutch, may be their servers are located in europ with dutch version of OS :p