June 2018
Beginner to intermediate
376 pages
8h 58m
English
Running your tests in parallel means different things to different people, as it can mean either of the following:
Should we run our tests in parallel to increase coverage?
I'm sure that when you are writing automated tests, to make sure things work with the website you are testing, you are initially told that your website has to work on all browsers. The reality is that this is just not true. There are many browsers out there and it's just not feasible to support everything. For example, will your AJAX-intensive site that has the odd flash object work in the Lynx browser?
Read now
Unlock full access