Forum:
 
I developed a test script to login using the following:
 
 ie.text_field(:name,"id").set("username")
 ie.text_field(:name,"passwd").set("password")
 
This works just fine but I had to hardcode the password. We have some concerns about clear text passwords in scripts.
 
So the question is, is there a way to create an encrypted password and store in a binary file and then have the test script read the binary file and encode the password, perhaps something like:
 
ie.text_field(:name,"passwd").setEncrypted(password.encrypted.file)
 
I did not find anything in the archive about this, but perhaps I missed.
 
 
Thanks
 

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to