Problems with Security Certificates in different browsers.
Hi Guys,
I'm trying to do an CrossBrowser Test, but I'm having a problem when running the test, because the web site that I'm testing asks for a security certificate, but as we are developing this site yet we do not have this certificate, and I need to do an crossbrowser test, but in each browser (Firefox, Chrome and IE) the screen that asks the confirmation to pass through the certificate is different, so, do you guys have any idea on how can I fix that?
I have already tried to disable the security certificate on those browsers, but IE and Chrome seems to do not accept that.
So, could you guys please help me with that?
Thank you very much!
Hrm, that is strange. The thing is, unless you specify not to in the project, TestComplete doesn't ignore processes in the Windows environment. So, TaskHost may have been trying to do something that, with TestComplete "looking" at it, caused a failure.
If you go to Tools | Current Project Properties | Open Applications | Process Filter, you can specify TestComplete ignore certain system processes. Give this a try and see if it helps.