Results 1 to 4 of 4

Thread: Run Script with 10 different UID / PASS

  1. #1
    Geek_Guest
    Guest

    Run Script with 10 different UID / PASS

    I am working on web-based application. How can I run a script with 10 different UID/PASS? I meant there is login required for this application. After creating the script if I want to run that script with 10 Vusers and generate result as 10 different but not under 1 name.Please help.
    Thanks.

    Question asked by visitor Satishkumar


  2. #2
    Junior Member
    Join Date
    May 2007
    Answers
    4

    Re: Run Script with 10 different UID / PASS

    You can run the script with 10 different user id and password by Parameterizing the User id and Password. you can take the help of tutorial in order to know about parameterizing.


  3. #3
    Contributing Member
    Join Date
    Sep 2007
    Answers
    50

    Re: Run Script with 10 different UID / PASS

    You need to parameterize there userID and the Password where they are used in the script. Once this is parameterized, you can tell VuGen to use one username/password pair for each vuser run in the controller, by selecting "Update Value on" = "Unique"


  4. #4
    Junior Member
    Join Date
    Sep 2007
    Answers
    1

    Talking Re: Run Script with 10 different UID / PASS

    hi satish,

    you mean 10 different users can login one by one right, so u can take all the 10 0r morethen 10 u just take it in a table like(user name, password) then perameterize that coloumns and then run the script.

    Ex: u can take user name and password for 10 users in a table xxxname(tablename) and then import that table in to ur script like

    datatable.importsheet("file path","xxx",dtglobalsheet)
    browser("browser").page("page").webedit("webeditname").set datatable.value("username",dtglobalsheet)
    browser("browser").page("page").webedit("webeditname").set datatable.value("password",dtglobalsheet) and so on...
    Run the script. i think u got it

    bye bye althebest for u...
    Thanks,
    Atchi


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