Micro Focus QTP (UFT) Forums
Password not encrypted in Firefox. - 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: Password not encrypted in Firefox. (/Thread-Password-not-encrypted-in-Firefox)

Pages: 1 2


Password not encrypted in Firefox. - webapp - 01-23-2008

Hi,

I have noticed that the password is always encrypted in IE-6. But when I try to record the same script in Firefox, the password is never encrypted. Is there something to do with the settings on my machine .Please suggest.

Thanks.


RE: Password not encrypted in Firefox. - vadivelan - 01-23-2008

Please let me know which version you currently used?


RE: Password not encrypted in Firefox. - webapp - 01-23-2008

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11


RE: Password not encrypted in Firefox. - ctsav8tr - 01-24-2008

We are using IE7 encrypting and are seeing the same problem with Firefox not encrypting. Only work around I've come up with is to make it a parameter, rick click on it and then select data type as encrypt. Not the best way to handle it. Would like to know if there is a better way.

Thx


RE: Password not encrypted in Firefox. - ctsav8tr - 01-25-2008

Upon further review.... Encrypting as above really doesn't work for logging in/password. Bcz when you re-run the test, it inserts the encrypted password and doesn't de-encrypt it prior to logging in. Thus login fails. What am I missing? Is there another work around?

Thx


RE: Password not encrypted in Firefox. - Ankur - 01-27-2008

Please note that QTP does not provide a record support for firefox.
Only a playback support is provided. You can record a test on Internet Explorer and run it on FireFox.


RE: Password not encrypted in Firefox. - webapp - 01-29-2008

Hi Ankur,

Can you please explain as to how we could run a script recorded in IE-6 on Firefox.

Thanks.


RE: Password not encrypted in Firefox. - Ankur - 01-30-2008

Whats the problem you are facing while running the IE recorded script on firefox?


RE: Password not encrypted in Firefox. - webapp - 02-07-2008

The thing is when I record a script, I choose the application name and IE under Open the following browser when a run session begins.

So the script records in IE and when I run it, it runs on IE only. My question was what settings(or any tweak in the code) do we need to change to run the script recorded on IE to run on firefox.

Thanks.


RE: Password not encrypted in Firefox. - webapp - 02-07-2008

I figured out how to run a script recorded on IE to run on Firefox.
The script runs only for few statement like it opens the web application, logs in,
enters id ,does not recognize password and then fails, throwing an error that the object is not in the object repository. But when I run the same script without making any changes, it runs fine on IE-6.
I tried adding the object into object repository but still throws same error.

Any help on this is greatly appreciated.

Thanks.