Automation testers always use words "Parallel" & "Distributed" testing interchangeably.
For me Selenium Grid helps to finish automation test run quickly by "distributing" test cases to available machines ( nodes ).
Currently I use docker based selenium grid + node mechanism for quicker execution of automated regression suite on single mac machine. This setup gets triggered by jenkins job whenever there is a new build tag in github
Can you clarify how can I run test cases in parallel on multiple browsers to perform "compatibility testing" ? ( here I want to verify that a website works properly on all the major browsers ) ?
Thanks in advance.
Regards, Vikram