10.times do
ie.link(:text,"Quick Message").click
ie.text_field(:name,"edit_row[quick_msg]").set"Test message from sara for 
testing "
ie.select_list(:class,"select-display-100").select_value"Green"
ie.select_list(:name,"alert_device_options").select_value"28,1"
ie.checkbox(:class,"checkall").set
ie.div(:class => "button", :text => /Send Quick Message/ ).a.click
end 

 code it runs but i want to change the message to a different one each time 
it runs.  i want it to fetch the new message as it runs each time. 

On Thursday, February 14, 2013 11:33:40 AM UTC+5:30, [email protected] 
wrote:
>
> I am beginner for testing as well as for watir.  Can anyone help me by 
> sending  the steps for data driven testing using excel sheet for setting 
> different parameters for same process.  example (login process) 
>
>
>
>
> Thanks in advance 
>  regards 
>   M. Umeshkhanna     
>
>
>  
>

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to