QC software, which cannot be accessed in IE8 solution:
1. Find 20qcbin. War in the QC installation path.
Use WinRAR software to open the following marked cut files, mainly JS files,
Modify the content in the file, add support for IE8, and modify the content. Take start_ B .js as an example. refer to the following:
In
VaR fmsie67 = (UA. lastindexof ('msie 6.0 ')! =-1) | (UA. lastindexof ('msie 7.0 ')! =-1 );
Add ";" before the end of this line
| (UA. lastindexof ('msie 100 ')! =-1)
You can use IE8 to access these files without restarting them.
The solution for ie9 is also the same. Continue to add | (UA. lastindexof ('msie 9.0 ')! =-1.
If you access http: // qcserverip: 8080/qcbin/start_a.htm, the following error is returned:
Access http: // qcserverip: 8080/qcbin/start_ B .htm
You can also modify the hyperlink of start_a.htmto start_ B .htm in index.htm.