Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How do I control which browser opens RFT test logs?

I'm trying to view HTML formatted test logs from Rational Functional Tester (RFT) 8.2.2.

From the RFT Help, it appears that these logs are supposed to open using the default browser of my workstation, but regardless of which browser I have selected as the default (IE, Firefox, or Chrome) it ALWAYS opens these logs using Chrome.

How do I control which browser opens RFT test logs?

0 votes



2 answers

Permanent link
This is RFT specific question, retagging to RFT

0 votes


Permanent link
The browser that will open is that which is associated to html file type in the OS.

To change default RFT log viewing browser, type the following on in a command window:

    ftype htmlfile="C:\Program Files\Mozilla Firefox\firefox.exe" "%1"
    assoc .html=htmlfile
    
    or:
    
    ftype htmlfile="C:\Program Files\Internet Explorer\IEXPLORE.EXE" -nohome
    assoc .html=htmlfile
   
    (Sorry, I don't have the commands to bring it back to Chrome, though).

To see dojo logs in Firefox:

    Type the URL:  about:config
    Create a new integer key (if not there already): security.fileuri.origin_policy, value:3
    Set key security.fileuri.strict_origin_policy to false

Hope this helps.

Éric

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jul 24 '12, 12:21 p.m.

Question was seen: 8,188 times

Last updated: Jul 25 '12, 4:30 p.m.

Confirmation Cancel Confirm