Sathish,

RE: #1

Remember that you have full access to all of Ruby and its core
libraries ( as well as a large wealth of 3rd party libraries ) for
your WATiR scripts.

You can read from files yourself, or connect to a database or any of
those options.

RE: #2

You'd have to tell us what specifically you are looking for in the way
of reporting... Are you looking for database-related information? or,
web-server generated information? or testing-side information?

It makes a pretty large difference in suggesting a tool for you.

j.

On 8/24/05, Sathish Chandrasekaran
<[EMAIL PROTECTED]> wrote:
>  
> Hi all, 
>   
> We are using WATIR for automating a java application. 
>   
> We have the following queries: 
>   
> 1. I have a select (combo) box in a form. 
>   
> But i want to access data from a file and use the data for selecting the
> option in a combo box. 
>   
> How to write a ruby script for the above ( combo box or radio button or List
> or Option menu and other similar types of selection . ) 
>   
> Can the above be automated using Watir or should it be done manually ?? 
>   
> 2. How to generate a brief report using WATIR, after having populated the
> database through the form for hundred records ? 
>   
> Please let me know asap 
>   
> Regards 
>   
> Sathish C 
> _______________________________________________
> Wtr-general mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/wtr-general
> 
> 
> 


-- 
"So long, and thanks for all the fish"

Jeff Wood

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to