[wtr-general] Is it possible to run all tests one by one

2008-11-24 Thread Prince3105
Hi i am newbie to WatIR, I have been using QTP for the past two years and recently concentrating on WatIR. Please clear my doubt. In QTP we can run multiple tests as per our requirement by using multi test manager. In WatIR is any UI available to run tests as per our wish, like continuous

[wtr-general] Re: Should a logger be included in Watir?

2008-11-24 Thread juuser
Hi. Remove the logger and have it in examples instead. Jarmo. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com Before posting,

[wtr-general] Please review - Text.Exist method

2008-11-24 Thread Prince3105
Hi Experts, I am using below code to check a particular text is exist in a page. Please review the code whether it is a good one or not. Give me your valuable suggestion to write effective codes. require 'watir' ie = Watir::IE.new ie.goto(http://10.1.193.109/itrade/Login.aspx;) ie.maximize

[wtr-general] How to check a text_field focus status

2008-11-24 Thread Prince3105
Hi Experts, I am a newbie to WatIR. Can we check whether a text field is focused or not. If is it possible please post the solution. Thanks, Prince3105 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir

[wtr-general] Looping through LI elements within a specific DIV tag

2008-11-24 Thread Natasha
Hi all, Is there a shortcut code for looping through all the LI elements within a DIV tag? I want to find number of LI elements within a DIV tag having id, 'listImages'. Also want to find id's of those LI elements. Thanks, Natasha --~--~-~--~~~---~--~~ You

[wtr-general] Re: Looping through LI elements within a specific DIV tag

2008-11-24 Thread Moochie
#Cycles through all the li Tags counter = 0 $ie.div(:attribute,attribute_valu).lis.each {|li| counter = counter + 1 } On Nov 24, 10:48 am, Natasha [EMAIL PROTECTED] wrote: Hi all, Is there a shortcut code for looping through all the LI elements within a DIV tag? I want to find number

[wtr-general] Watir Podcast

2008-11-24 Thread Željko Filipin
I am recording a show with Paul Rogers, Watir co founder. Friday, November 28th, 6pm (utc+1). If you have a question for him, send it here. I will be monitoring #watir irc channel during the recording, so you could post your last minute question there too. A few people said they are interested

[wtr-general] Re: Watir Podcast

2008-11-24 Thread Željko Filipin
On Mon, Nov 24, 2008 at 18:32, Moochie [EMAIL PROTECTED] wrote: I'd like to know how watir may work with application using flex and flash? I am not sure I understood the question. Are you asking will Watir ever be able to test flex and flash applications? How involved he is with WatrN? Not

[wtr-general] Re: How to click dijit button char

2008-11-24 Thread Chuck vdL
is there anything in the html that is defining something like an 'onclick' for that thing? all I see in the code above is basically just text..and normal text isn't clickable as far as I know. maybe there's some other object that's actually overlapping that button On Nov 21, 11:30 am,

[wtr-general] Re: How to click dijit button char

2008-11-24 Thread maven999
Hi Chuck, Here is the preceding html which I should have included in my original question: tr class=dijitReset td class=dijitReset dijitRight dijitButtonNode dijitDownArrowButton dijitArrowButtonActive width=0%

[wtr-general] Re: Watir Podcast

2008-11-24 Thread Željko Filipin
2008/11/24 Darin Duphorn [EMAIL PROTECTED] I was asked to automate an application that is written in .Net. I test .net applications for years, and I use watir (ruby) all the time. Why do you want to use watin (.net)? I recorded a show with Jeroen van Menen (WatiN Lead Developer). You can listen

[wtr-general] Re: Watir Podcast

2008-11-24 Thread Željko Filipin
2008/11/24 Darin Duphorn [EMAIL PROTECTED] Will watir ever be able to test flex and flash applications? For the other one, I was asked to automate an application that is written in .Net. I'm just wondering if Paul or Bret have been working with the individuals that have put together Watin.

[wtr-general] Popup is not shown and the script times out!

2008-11-24 Thread Margam
HI all, I am new to Watir and am still in the process of learning (with the examples in the site: http://wiki.seleniumhq.org/display/WTR/Tutorial). I am trying to handle a popup (when deleting email without actually selecting any email for deletion) from the Yahoomail web page. The popup does not

[wtr-general] Re: Was(Re: Watir Podcast) Now(Ruby and .Net)

2008-11-24 Thread Bret Pettichord
I don't want to answer Paul's questions for him, but everyone should understand that Watir is not for Ruby applications. It is for web applications written in any language. It works great for .Net applications. Bret aidy lewis wrote: Hi, For the other one, I was asked to automate an