wdragon007
Member
Reged: 04/21/05
Posts: 75
|
|
I'm running v9.2 and our company wants to start testing our applications for IE8 since they're coming off beta and going as a full-on update.
When I've got QTP open, attempting to launch IE8 causes the browser to crash immediatly. Has anyone seen behavior like this? I plan on rechecking the workstation tomorrow but if it's a documented issue it *might* provide me with some leverage to get the upgrade since we do a lot of automated regression testing out here.
Hey, I've been pushing for a QTP software update but I'm just a small cog in the large machine.
|
thorwath
Veteran
Reged: 07/22/99
Posts: 3840
Loc: Grand Rapids, MI
|
|
Quote:
Hey, I've been pushing for a QTP software update but I'm just a small cog in the large machine.
You haven't noticed versions 9.5 or 10.0 of QTP? One or both of those MIGHT support this new browser. Review the readme that comes with your version of QTP as it specifies the OS platforms and browser versions it supports.
|
wdragon007
Member
Reged: 04/21/05
Posts: 75
|
|
Oh trust me, *I* noticed and have been requesting it. It took the Vista compatibility issues to get me the version I have now.
The readme wouldn't mention IE8 since it just came out of beta from Microsoft, I believe, today.
|
Turbografx
Super Member
Reged: 10/21/05
Posts: 1756
Loc: London, U.K
|
|
It does work for QTP 10.
https://h10078.www1.hp.com/cda/hpms/disp...9674_4000_100__
|
wdragon007
Member
Reged: 04/21/05
Posts: 75
|
|
Thanks for the heads-up - I'll start pushing for the upgrade again.
|
nrgs
Newbie
Reged: 07/03/08
Posts: 17
|
|
Hi,
I've faced the same problem as yours when i installed IE 8...i tried with both QTP 9.2 & QTP 9.5 and with both the versions IE 8 is crashing.... i'm working on Win XP system..
did your problem resolved???...could you please provide me any help on this regard....
|
mallik2008
Newbie
Reged: 09/16/08
Posts: 2
|
|
Official support for IE8 comes from QTP10.0,Earlier Even i have faced the same issue while using QTP 9.5 on all the O/S (Vista),after migrating to QTP10.0 ,i am not facing this issue For XP too..
|
nrgs
Newbie
Reged: 07/03/08
Posts: 17
|
|
Thank you Mallik..
I didn't install QTP 10 yet.... can you tell me the response of QTP10 when QTP 9.2 or 9.5 developed scripts are run on it...did it ask for any patch to be installed like it happens for QTP 9.2 script to run on QTP 9.5???...
|
anandvizual
Newbie
Reged: 07/29/08
Posts: 23
|
|
Script will be automatically upgraded to the current version on its own after getting a confirmation with ther user, when you open a script in QTP 10 which is created in 9.2 / 9.5
|
jbotash
Guru
Reged: 01/19/00
Posts: 2009
Loc: USA, CA
|
|
Before starting with QTP10 - make back up your TestCases. In QTP10, when open TC first time - you would be asked to make conversion. (exactly procedure when we vent from QTP6.x to QTP9.x) It is not reversible. Also, there are something that do not work in QTP10 and required changing script. If your scripts are simple - you probably will not get those problems. If not... Be ready to works on every TC... You will see, when trying to run.
Janna
|
jbotash
Guru
Reged: 01/19/00
Posts: 2009
Loc: USA, CA
|
|
Just forgotten: QTP9.x doent's work with IE8. Period. Problem can not be fixed in any way. In IE8 - lot of new stuff come to the world, lot of internal changes, not visible to the clients, but effected on tool. QTP9.x did not coded to support IE8.
The only solution is install QTP10. It supports IE8 and works as expected.
Janna
|
Omega
Newbie
Reged: 04/08/09
Posts: 1
|
|
The only way to get QTP 9.2 to work with IE8 is to turn off "Active X" plugin. (taken that your script does not need "Active X").
Try it out. Create a simple test like opening IE8 but without "Active X" plug in, and you will see that it opens IE8 perfectly. Now do the same but with "Active X" plug in, you will see the crash.
Set objIE = CreateObject("InternetExplorer.Application") objIE.Visible = True objIE.Navigate2 "http://www.microsoft.com/"
|
John Wolf
Member
Reged: 03/13/03
Posts: 124
Loc: Portland, OR
|
|
I have QTP 9.1 running on a machine and am able to run a full regression suite on IE8 in Windows XP....
I have not disabled Active X, it is using the default configuration as an upgrade from IE7.
|
wdragon007
Member
Reged: 04/21/05
Posts: 75
|
|
I don't believe that ActiveX and Javascript are the same thing and many of my companies applications require ActiveX testing.
Yesterday they gave me a copy of QTP9.5 and I installed it on a machine with IE8 installed. I bet you can figure what happenened the second I tried launching IE8 while QTP9.5 was running.
Time to write another email request. Wish me luck.
|
John Wolf
Member
Reged: 03/13/03
Posts: 124
Loc: Portland, OR
|
|
Quote:
I don't believe that ActiveX and Javascript are the same thing
Oops, I meant ActiveX, I updated my post.
|
jsambrad
Newbie
Reged: 03/07/07
Posts: 10
|
|
This worked for me. Thanks!
Note: The unchecking of Active X
Edited by jsambrad (04/22/09 04:35 PM)
|
kevinyunpeng
Newbie
Reged: 10/22/09
Posts: 2
|
|
Hi Guys,I still found this probs that the QTP9.5 can not identify the Object in IE8,do u have any good ideas for me to identify it?
|
Tarun Lalwani
Veteran
Reged: 07/21/05
Posts: 15329
Loc: Milwaukee, Wisconsin
|
|
Yes. Upgrade to QTP 10.
-------------------- Regards,
Tarun
** First ever technical novel - And I thought I knew QTP! **
** Download QTP Unplugged 2nd Edition eBook for FREE **
KnowledgeInbox RSS
|
Ismail_Ali
Newbie
Reged: 07/31/08
Posts: 3
|
|
You need to update internet/Intranet security settings for your browser.
Duplicate the IE7 settings to IE8 and anything new to IE8 disable it.
It should be working fine
-Ismail Ali
-------------------- Thanks,
Ismail Ali
+91-9945-544146
I'm successful in making system failure so called as Test Engineer.
|
Ismail_Ali
Newbie
Reged: 07/31/08
Posts: 3
|
|
You need to update internet/Intranet security settings for your browser.
Duplicate the IE7 settings to IE8 and anything new to IE8 disable it.
It should be working fine
-------------------- Thanks,
Ismail Ali
+91-9945-544146
I'm successful in making system failure so called as Test Engineer.
|