Link to home
Start Free TrialLog in
Avatar of armbsu
armbsu

asked on

Creating users in web application

I need to create about 500 users for our web application. I will also need their person id that system assigns them when I create them which is a number that appears in the URL after creating it.  What tool/script do I need to use to do this?  I was thinking about Selenium webdriver but not sure if the HTMLunitdriver will capture that number from the URL.

Please suggest.

Thank you
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

I don't understand your problem. The users will have their data stored in a database of some sort. so why don't you just query the database, If it is your web app then you can simply write a bulk user loader program that does what the web app does but use a .csv file for input.
Avatar of armbsu
armbsu

ASKER

@ David,


If it is your web app then you can simply write a bulk user loader program that does what the web app does but use a .csv file for input.

I am exactly asking this.  What bulk user loader program can I use? I do not/ cannot know database tables due to accessibility issues.
ASKER CERTIFIED SOLUTION
Avatar of Craig Kehler
Craig Kehler
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Did you not write the web application?
Avatar of armbsu

ASKER

@David- no

@Craig- Thank you!
Avatar of armbsu

ASKER

Thanks