[wtr-general] Help needed

2008-11-14 Thread pramod D
Hi All, 1.Is there any UI available to run Watir scripts, what i mean is if a script contains many test cases and i want to run only a specific set of Test cases how can i do that. User should be able to select a particular test case and just click Run button some thing like this. 2.Our

[wtr-general] Re: Help needed

2008-11-14 Thread JArkelen
You can create your own GUI using WxRuby (http://wxruby.rubyforge.org) or FxRuby (http://www.fxruby.org). I used WxRuby to create my own version of HP Quality Center, well more or less ;-) Cheers, John On Nov 14, 9:08 am, pramod D [EMAIL PROTECTED] wrote: Hi All, 1.Is there any UI available

[wtr-general] Re: Help needed

2008-11-14 Thread Nathan Lane
On Fri, Nov 14, 2008 at 1:08 AM, pramod D [EMAIL PROTECTED] wrote: Hi All, 1.Is there any UI available to run Watir scripts, what i mean is if a script contains many test cases and i want to run only a specific set of Test cases how can i do that. User should be able to select a particular

[wtr-general] Re: Very slow typing speed for firefox 2 : watir 1.6.2

2008-11-14 Thread Natasha Ranney
Hi Aidy, Did you find any solution to this problem? In case, you find a solution, please share it with me. For now I am just typing fewer characters, when its being executed against Firefox. Thanks, Natasha aidy lewis [EMAIL PROTECTED] wrote: On 12/11/2008, Natasha Ranney wrote: Hi

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

2008-11-14 Thread Chuck vdL
I think JArkelen points out something fairly valuable here. we're overloading the term 'logger' and that's causing confusion.. perhaps using more distinct nomenclature would be good? In my view there is both Logging used for debugging of scripts or how exactly the application is failing when

[wtr-general] Re: Unable to type multi-line texts in textbox : Firefox

2008-11-14 Thread Nathan Lane
Yeah the IE variant, allows \n and this works perfectly. So that is probably a defect. Nathan On Fri, Nov 14, 2008 at 10:43 AM, Paul Rogers [EMAIL PROTECTED] wrote: its a while since I looked at the irefox code but I think that when we send a command to firefox we get rid of \n\r or something

[wtr-general] Unable to access element

2008-11-14 Thread maven999
Hi all, I'm trying to grab and print the text 'db_ABC' from the browser page. On the page, the text is Connected to: Current Database (db_ABC). The html code is: div id=db_top style=float: right; text-align: right; padding- right: 10px; span id=db_data Connected to: bCurrent Database/b (db_ABC)