Hello!
We have a project that needs to go live this weekend :(, that is failing during performance test. Our robots are faulting after 8 hour run (should be 30 min or so).
After further research on fails and throwing lots of debugging statements, we realized that IE crashes due to “The exception unknown software exception (0xe06d7363) occurred in the application at location 0x000000007448ABA2.”
We’ve attempted to run this without parallel activity, one browser and had no issue - it just runs 5 times longer (which is not accepted by business). We are opening 5 IE browser, and running same process through 5 browsers that are opened by parallel activity. Browser handle is passed to each process to ensure selectors work. It does what it’s supposed to do, but not for long. At random times, we get the IE error. Sometimes we don’t, sometimes we do.
Any idea / thoughts / help. We are desperate.