Powered By Blogger

Search Here!

Thursday, June 19, 2014

How to fix Internet explorer has stopped working !

If you get this error message Internet explorer has sopped working‘. That means, must be a 3rd party “.dll” file is conflicting with iexplore.exe, also Internet explorer getting lots of load of unwanted toolbars, BHO’s, addon’s, extensions, and some internet explorer security settings. When you open Internet explorer you got a message ‘Internet explorer has sopped working’.
Anyway, we have the proper solution to fix that error message ”Internet explorer has stopped working”. We are give you 9 methods to fix that issue. please follow below method one by one.
__________________________________________________________________________________________

Method 1 : Reset Internet Explorer

  • Open Internet Explorer.
  • Click on Tools menu (Press “alt” key to active menu bar).
  • Click on “Internet Options“. a configuration window you will appear
  • Click on advanced tab.
  • Click on “Reset” Button. You’ll get an another box, here check a box named as “Delete Personal Settings“, then click on Reset button on it.
internet-explorer-reset
If doesn’t fix,  follow next method.
__________________________________________________________________________________________

Method 2 : Disable Software Rendering.

Disable Hardware Acceleration option in IE 9 & IE10
  • Open Internet Explorer.
  • Click on Tools menu (Press “alt” key to active menu bar).
  • Click on “Internet Options”. a configuration window you will appear
  • Click on advanced tab.
  • Un-check a option named as “use software rendering instead of GPU rendering”. it is located under “accelerated graphics”.
gpu-render-option-disable
If doesn’t fix, follow next method.
__________________________________________________________________________________________

Method 3 : Disable 3d in “NVIDIA Graphics driver”

Disable “stereoscopic 3D” option into “NVIDIA Graphic driver” application.(If you have Nvidia Graphics Drivers & Software, If you don’t have the you can leave that step)
  • Open Nvidia software from system tray.
  • Disable the option named as “stereoscopic 3D” from NVIDIA Drivers (NVIDIA driver is a computer Graphics drivers their software runs on system tray. )
nvidia-on-systemtray
nvidia-disable-option
If doesn’t fix, follow next method.
__________________________________________________________________________________________

Method 4 : Uninstall Unwanted Toolbars

  • Remove Unwanted Toolbars from Control Panel.
uninstall-unwated-toolbars
If doesn’t fix, so please follow next method.
__________________________________________________________________________________________

Method 5 : Disable Unwanted Addons

  • Disable Unwanted Add-ons from Internet Explorer.
disable-unwanted-addons
If doesn’t fix, so please follow next method.
__________________________________________________________________________________________

Method 6 : Re-install Java, Flash player, Silverlight.

  • Uninstall and then Re-install Add-ons program Like: Java, Flash player, Silverlight from control panel.
__________________________________________________________________________________________

Method 7 : Reset Security Zone.

  • Reset Internet Explorer Security Settings zone.
disable-security-zone
If doesn’t fix, so please follow next method.
__________________________________________________________________________________________

Method 7 : Run Microsoft Fixit’s

If doesn’t fix, so please follow next method.
__________________________________________________________________________________________

Method 8 : Get “.dll” file name which one makes conflicting.

If your issue has not fixed yet by following above method, that means must a “.dll” file which have making conflicting with iexplore.exe. we have to find that “.dll” file name with the help of system logs. please follow below steps.
  • Right click on MyComputer and then click on Manage. You’ll get an another window.
  • Click on allow of the “Event Viewer” (Expand it).
  • Click on allow of the “Windows Logs” (Expand it).
  • Click on “Application” under windows Logs.
  • Now look on the right side pane, it have listed all the system LOGS.
  • Now scroll down and find a error(Red Cross Error) related to iexplore.exe, anddouble click on it get the details (that log was created when you get error message on internet Explorer, so please find by the “Time”).
  • Now you have the Error Message details. Find the name of “.dll” on that detail.
  • Now you have the particular “.dll” file name which one is doing conflicting with iexplore.exe. Now Stop the conflicting via repair, rename, delete that file. you have to do research on it, what to do with that file (I can’t help you any more, because I don’t know “.dll” file name), so please do it carefully.
eventlogs

Monday, June 9, 2014

Jenkins for Selenium !

  • Jenkins is an open source continuous integration tool written in Java
  • Jenkins was originally developed as the Hudson project. Hudson's creation started in summer of 2004 at Sun Microsystems. It was first released in java.net in Feb. 2005.
                                                       Know more about Jenkins
What is the use of Jenkins in Selenium
  • Using Jenkins we can create build (Build - set of Testcase combined together) and we can run easily using batch file or Git or build.xml or SVN etc
  • Jenkins- can schedule the build periodically 
         for Example- You want to run 100 Testcase daily at 10 pm
  • Email-Notification- Jenkins provide notification mails too once build passed or failed to respective recipients (Depends of configuration)
 Lets have a look How Jenkins works

1- Download Jenkins - refer the below url

    Download Jenkins

2- Configure Jenkins for Running Build - Refer the below url

    Configure Jenkins

3- Finally run build using Jenkins

     Testcase running through Jenkins