Results 1 to 3 of 3

Thread: in robot how to enter a password field without encryption

  1. #1
    Junior Member
    Join Date
    Jul 2008
    Answers
    1

    in robot how to enter a password field without encryption

    Using robot if i need to enter a password field via another script how shud i do that? Using simple inputText the password is not entered..Is there any way to escape the encryption of passwords in ROBOT?


  2. #2
    Junior Member
    Join Date
    Jul 2008
    Answers
    3

    Re: in robot how to enter a password field without encryption

    I didn't get your requirement clearly.
    Please explain properly.


  3. #3
    Junior Member
    Join Date
    Sep 2008
    Answers
    1

    Re: in robot how to enter a password field without encryption

    I understood your question this way. When you record entering the password in a test script that would be displayed as for example: inputenckeys "cgaaabuaaaavdaaiw/zzqdyf". Inorder to enter a password field without encryption define password as a constant in the header file. Then you can use the simple inputkeys command to enter password. Ex: let's say your login id is: login-1 and password is password-1 then define a constant in header file like this: const usrpwd = "password-1" in the script you can write inputkeys usrpwd the script looks like this: '$include "headerfile.sbh" ``header file name where constant is defined sub main() inputkeys "login-1" inputkeys usrpwd end sub


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact