I am running a test suite with more than 500 test cases with selenium 2.53 on IE11 browser. I am getting error "Command line server for the IE driver has stopped working" during the execution randomly and the execution gets stuck.
I've updated IEDriver from 2.48.0 to v3.1.0.0 & v3.2.0.0 but no luck. I've also tried to add new key "TabProcGrowth" (value = "0") under "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" but it didn't help.
OS: Windows 7- 64 bit Selenium Version: 2.53.0.0 Browser: IE Browser Version: IE 11.0.9600.18537
Any help would be highly appreciated.