QC 9.2 hack to support IE8
Question ID: 104192
4
0

Which server side file in QC 9.2 does the browser compatibility verification? Several years ago I sucessfully edited this file to allow for a newer version of IE, I just can’t seem to identify it now.

Marked as spam
Posted by (Questions: 1, Answers: 0)
Asked on August 12, 2010 9:07 pm
36 views
Answers (1)
4
Private answer

This was one of the hacks used below:

  1. Download/Install 7zip on Server
  2. Go to path: C:Program FilesMercuryQuality Centerjbossserverdefaultdeploy
  3. Use 7Zip to modify qcbin.war
  4. Edit Start_a.htm
  5. Modify line to include IE 8
    a. var fMSIE67 = (ua.lastIndexOf('MSIE 6.0') != -1)|| (ua.lastIndexOf('MSIE 7.0') != -1) || (ua.lastIndexOf('MSIE 8.0') != -1);
  6. Save file and 7zip should update/redeploy the war.

NOTE***

Beware, modifications of this type are NEVER supported by HP. Hacks such as these may violate the terms of the support agreement. HP Support may require the customer to reinstall Quality Center to reach a a pristine state before HP Support can resume.

Marked as spam
Posted by (Questions: 0, Answers: 613)
Answered on August 13, 2010 2:26 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top