The question also needs  to be asked: Does this functionality need
critical assesment through test automation or is it more appropriately
validated by a manual test.

Give the it the Tosh.0 breakdown.
- I need to only input a date and then move on (im just submitting a
form)
- I need to check the calendar control allows me to select a year min
and max range
- Its a third party control I need to validate we didnt acquire a bad
product
- Its an inhouse created object that has no unit test associated with
it

Regards


On Aug 3, 3:49 am, Željko Filipin <zeljko.fili...@wa-research.ch>
wrote:
> 2010/8/3 madhu kumar <madhu....@gmail.com>
>
> >   This is travel site just go through this Linkwww.cleartrip.com
>
> And you really thought it would be easier for us to debug your problem with
> screen shot, instead of sending us the URL?!
>
> See how fast you got the answer once you have sent the URL?
>
> require "rubygems"
> require "watir"
> browser = Watir::Browser.start("http://www.cleartrip.com/";)
> browser.image(:alt => "Calendar").click
> browser.cell(:text => "4").link(:index => 1).click
> # 4/8/2010 is selected
>
> Željko

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

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com

Reply via email to