51Testing软件测试论坛

标题: Testdirector8.0不支持IE8,如何解决呢? [打印本页]

作者: ymz163    时间: 2010-10-8 10:01
标题: Testdirector8.0不支持IE8,如何解决呢?
我安装的TD不支持IE8,请高手指点一下,多谢啦!!
作者: zxq8425    时间: 2010-10-8 10:21
页面出现 Microsoft Internet Explorer : 4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) is not supported!
找了很多资料说是不支持IE7 ,可我滴是IE8啊。泪奔ing……

当打开 default.htm页面 ( 即报错的页面 ) 代码后有如下一段:
var fMSIE3456 = (ua.lastIndexOf('MSIE 3.0') != -1) || (ua.lastIndexOf('MSIE 4.0') != -1) || (ua.lastIndexOf('MSIE 5.0') != -1) || (ua.lastIndexOf('MSIE 5.5') != -1) || (ua.lastIndexOf('MSIE 6.0') != -1);
这里面的意思也就是支持的IE版本,3.0,4.0,5.0,5.5,6.0
呵,有意思了袄,就按网上所说,多加了点 条件 代码  || (ua.lastIndexOf('MSIE 7.0') != -1) || (ua.lastIndexOf('MSIE 8.0') != -1)  因为既然IE7.0如此设置,IE8.0肯定就是这样设置了,修改后保存,再运行~~~~ Oh yeah ! 久违的首页终于出来了
作者: ymz163    时间: 2010-10-15 16:20
可是我改了,IE8还是进不去,不知道为什么?
作者: crazymartin    时间: 2010-10-19 11:45
回复 3# ymz163
我用的是QC
我一般用QCExplorer去做在QC内的操作。
而IE一般用来测系统。
作者: Sophia_smd    时间: 2010-10-21 15:07
我也遇到相同的问题,用TDExplorer或QCExplorer就ok了!




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2