Sathya Shankar wrote:

Nishita Acharya wrote:

hi, 1> How do i automate an image map object? This is how my html source looks like <map name="sample">
<area shape="rect" coords="20,27,82,111" href="hotspot1.html">
<area shape="circle" coords="129,113,29" href="hotspot2.html">
<area shape="rect" coords="21,158,170,211" href="mailto:[EMAIL PROTECTED]">
<area shape="default" nohref>
</map>
2> Is there any chance that watir can support other web browsers in future versions atleast. 3> In web pages like yahoo,the links change dyanmically.In this case is using watir feasible...especially if i have to run my testcases several times over a stretch of 2-3 days.....?


Use the Repository in wet that would be the best options right now.

No.

Using the repository by itself wont solve your problem. You need to specify what you mean by 'dynamically' changing. If you know that, then you can identify the links easiliy using Watir.


4> Is t possible to embed SQL queries in ruby script? if so how? eg: i have an app which enters data thru a form and whichgets stored in the database.I have to go back to my DB ,enter a sql query (select*...) and then verify if it has been saved .can i do the above thru my ruby script?


http://sqlrelay.sourceforge.net/sqlrelay/programming/rubydbi.html
this article will help you how to use the DB with Ruby.

any takers???
Regards,
Nishita Acharya.
------------------------------------------------------------------------

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




--
Qantom Software

http://www.qantom.com
Ph : 91-80-26799269 Xtn. 125
sip : [EMAIL PROTECTED]
--

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

Reply via email to