Task Description: Automate "create web mail account" workflow on a website. Lets
say you want to create quite a few web mail accounts, each with different username, password and other account information.
In each case workflow is the same, but data is different.
| Solution |
| 1. | Create username list |
- Create List Variable from Tools Menu -> Variable Manager. Make
sure “User Variables” tab is selected.
- Click “Add New Variable” and in Type selection, select “List”. Insert usernames in the List Input boxes. Give an appropriate name to
List Variable (say “Username”) and save the List Variable.
- Create similar List Variables for all the Inputs required to sign up for a web mail account. (e.g. Username, Password, First name,
Last name, etc.) Screenshot 1
|
| 2. | Web Mail Sign-up |
- Open the Web form that allows you to create mail accounts, select “Internet->Launch Website” wizard and enter the URL of
the required web form. Screenshot 2
- Insert Keystroke event(s) and specify data to fill the form. Insert List Variable wherever required.
|
| 4. | Insert Prompt (If required) |
- In certain websites during Sign up process user is required to read a number from some image and enter it. (generally to
avoid automated scripts sign up process). In this case Insert Prompt command to prompt user to enter the required graphic value.
Screenshot 3
|
| 5. | Save Username/Password in a file (Optional step) |
- If you wish to save all Username/Password values used during Sign up
process, create a Text File using “File/Folders->Create File”
command, and insert keystroke event in it to save the Username/Password values.
Screenshot 4
|
| |
| When you run this task, it will create multiple mail accounts. |
Screenshot 1:

Screenshot 2:

Screenshot 3:

Screenshot 4:

|