Thank you Venkat.
The WebEdits does not accept data(email address, member id) of an already registered member, so I need to develop a script to store or output the data from the first run into an excel. I will use this data to validate that the webedits doesn't accept this data and gives appropriate errors. Do you know how to do this?
Best Regards,
Raphael
Greetings Saket,
I parameterize using the data table with 50 rows but the script reads the first row only and ends. How can I loop through all 50 rows for number of iterations I need to test. I enter the values of each column in the rows directly in into the Action table. Is there a run time setting i need to modify or maybe I created the data table incorrectly. Please let me know.
Thanks & Best Regards,
Raphael
The WebEdits does not accept data(email address, member id) of an already registered member, so I need to develop a script to store or output the data from the first run into an excel. I will use this data to validate that the webedits doesn't accept this data and gives appropriate errors. Do you know how to do this?
Code:
'Enter Email Address
Browser().Page(").WebEdit("Email Address").Set DataTable("Email_Address", dtLocalSheet)
'Enter Member Name
Browser().Page().WebEdit("MemberName").Set DataTable("Member_Name", dtLocalSheet)
Best Regards,
Raphael
Greetings Saket,
I parameterize using the data table with 50 rows but the script reads the first row only and ends. How can I loop through all 50 rows for number of iterations I need to test. I enter the values of each column in the rows directly in into the Action table. Is there a run time setting i need to modify or maybe I created the data table incorrectly. Please let me know.
Thanks & Best Regards,
Raphael