Micro Focus QTP (UFT) Forums
Getting QTP 9.5 plugin incompatible error on Firefox 3.0.8 - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Getting QTP 9.5 plugin incompatible error on Firefox 3.0.8 (/Thread-Getting-QTP-9-5-plugin-incompatible-error-on-Firefox-3-0-8)



Getting QTP 9.5 plugin incompatible error on Firefox 3.0.8 - sepgs2004 - 04-23-2009

On QTP 9.5 - Automation - Record and Run Settings: It has Firefox 3.0 as a supported browser. When I see in Mozilla Firefox 3.0.8 - Tools - Addons - It says "QuickTest Professional 9.5 Not compatible with Firefox 3.0.8.

I tried installing earlier version of firefox (Firefox 3.0.4) and tried. Still the same problem.
It looks like the problem is somewhere else.
QTP was already there in the system when I installed Firefox. Do we have to do anything else in order to settle this?

Thanks.


RE: Getting QTP 9.5 plugin incompatible error on Firefox 3.0.8 - Ankur - 04-23-2009

Officially, QTP 9.5 supports Mozilla Firefox 1.5, 2.0.x and 3.0 Alpha 7 only.


RE: Getting QTP 9.5 plugin incompatible error on Firefox 3.0.8 - sepgs2004 - 05-12-2009

I think, 3.0 Alpha 7 is different from 3.0.7.
I tried Firefox 2.0 though, it worked. Thanks.

However, I want to settle with a version of 3.0; no success with 3.0.7.
It seems hard to get a specific earlier/archived version of mozilla.
Following seems the authentic place to get:
https://support.mozilla.org/en-US/kb/install-older-version-of-firefox
Where do you guys get older versions of Firefox?
I do NOT see any archived versions that says 3.0 alpha 7.



Or I do not know if this is due to the change I did on the install.rdf file.
BTW, could anyone, who has QTP 9.5.0, refer this file (<QTP_Installation>\bin\Mozilla\AgentPlugInFireFox30\install.rdf) and tell me what you got there... I think I changed the value of <em:maxVersion>.. </em:maxVersion> to 3.0.* and forgot what it was before.


my install.rdf file content is shown below:
Code:
<?xml version="1.0" ?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  <Description about="urn:mozilla:install-manifest">
    <em:id>{6672B787-A178-45d3-B11D-E905BBCCC8C4}</em:id>
    <em:name>QuickTest Professional 9.5 PlugIn</em:name>
    <em:version>9.5</em:version>
    <em:creator>Mercury Interactive Corp.</em:creator>
    <em:description>QuickTest Professional 9.5 PlugIn</em:description>

    <!-- Firefox -->
    <em:targetApplication>
      <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
        <em:minVersion>3.0a6</em:minVersion>
        [color=#FF0000][b]<em:maxVersion>3.0.*</em:maxVersion>[/b][/color]
      </Description>
    </em:targetApplication>
  </Description>
</RDF>


Any comments?


RE: Getting QTP 9.5 plugin incompatible error on Firefox 3.0.8 - sepgs2004 - 05-12-2009

Finally found this Firefox alpha 7 in nightly builds here They seem to be called Minefield.

Is there any QTP upgrade to 9.5.0 or newer version of QTP that supports a real released version of Firefox 3.0?


RE: Getting QTP 9.5 plugin incompatible error on Firefox 3.0.8 - furqanmlk - 08-05-2009

Hi there,

Is QTP supporting Firefox Alpha 7?

thanks