I’m trying to execute 9 iterations with new data for each iterations, below is the code and i couldn’t figure out how to insert new data after each iteration.,
Is it possible. Please let me know.
navigate The domain name QAtest.com is for sale | Efty
setValue name=form_user_id qatesting4
setValue name=form_password qatesting1234
setValue name=form_confirm_password qatesting1234
//Click dropdown and select the third question
click name=form_security_question
clickAndWait name=form_security_question_3
setValue name=form_security_question_answer Bayarea
setValue name=form_first_name Brian
setValue name=form_last_name Huddleston
setValue name=form_email_address qatesting4@qatest.com
setValue name=form_confirm_email_address qatesting4@qatest.com
setValue name=form_business_name QA
setValue name=form_business_address Willowpass rd
setValue name=form_city Menlo Park
//Click on drop down and Select the CA state.
click id=form_state_drop_down_options
clickAndWait name=form_state_drop_down_options
clickAndWait value=CA
setValue name=form_zip 94025
submitForm class=form_submit_button
sleep 5
click id=form_checkbox
clickAndWait id=submit_button
sleep 5
clickAndWait id=logoutButton1