[wtr-general] Re: Driving Watir scripts in IE and Firefox at the same time

2010-01-06 Thread Jared
The code below was an interesting experiment, but not so straightforward. Don't try this at home :) (although it would be kind of cool to get it working, as side-by-side execution is something I would use). Jared On Jan 6, 10:55 pm, Jared Quinert ja...@kilmore.info wrote: If it's just about

[wtr-general] Re: Ruby/Oracle connectivity

2009-07-21 Thread Jared Quinert
production language (ie. Java). Jared http://www.software-testing.com.au/blog/ Chuck van der Linden wrote: You may also find a lot more folks who know about doing this sort of thing in the main ruby forums than you will here where many of the folks have never needed to connect to a db

[wtr-general] Re: Connection string

2009-07-16 Thread Jared Quinert
This site may help: http://www.connectionstrings.com/ Jared http://www.software-testing.com.au/blog/ hhwwpssp wrote: On Mon, Aug 18, 2008 at 9:56 PM, sathish_Er vpm.sath...@gmail.com wrote: Hi like to know the syntax for the connection string to the data base from ruby. can any one

[wtr-general] Re: Watir work with java editor

2009-07-12 Thread Jared Quinert
You may be looking for this: http://www.quinert.com/blog/index.php?itemid=49 Jared khaja shaik wrote: Hi Yes in our product, javaeditor was already implemented and i need to enter the text using editor. can is there any way to automate this process. Thanks, Khaja Shariff

[wtr-general] Re: Do you know how to make text box writable on the go.

2009-07-08 Thread Jared
://portswigger.net/proxy/ Jared http://www.software-testing.com.au/blog/ On Jul 8, 3:03 pm, ashokmpm password bhavesh1_sha...@yahoo.com wrote:     Hi, Any body know how to make textbox writable. Actually, i have a text box which is read only.  However i need to insert values into it. I got somewhere

[wtr-general] Running scripts against Watir and Celerity

2009-07-02 Thread Jared Quinert
, but it does at least let me run the same scripts using Watir/Ruby-Win32 and Celerity/JRuby. Anyway, I've documented my first-cut, rough solution on my blog at http://www.software-testing.com.au/blog/index.php?itemid=88. I'd be happy to have feedback, and hopefully it helps someone. Jared http

[wtr-general] Re: Running scripts against Watir and Celerity

2009-07-02 Thread Jared Quinert
of javascript. No excuse now :) Apart from JRuby plus Celerity installation being a pain on Windows. My next blog post... For me it's just about having the choice to run fast, or run on a real browser, while sharing any framework components I build. Jared

[wtr-general] Re: Stripping url

2009-05-06 Thread Jared
scripts eventually get. Jared http://www.quinert.com/blog/ On May 1, 9:30 pm, ash ashbr...@gmail.com wrote: Having searched this group, plus the wiki, plus the mail archives I am still a little confused as to the syntax format for stripping text from a url.  Apologies if there is a thread covering

[wtr-general] IE popup example on wiki.openqa.org

2009-05-06 Thread Jared
Hi, Just taking a quick look at the example on http://wiki.openqa.org/display/WTR/Security+Alerts Is this still the general way to do it, now that there's an actual Watir class 'Browser'? Jared --~--~-~--~~~---~--~~ You received this message because you

[wtr-general] Re: Watir in JRuby?

2009-05-04 Thread Jared
I keep thinking I'd like to have access to a celerity-style driver when I'm running from normal Ruby for faster feedback...Is this on the radar? What would be required to get celerity to run under Ruby rather than JRuby? Jared You could run your tests throughCeleritywhich wraps HtmlUnit

[wtr-general] Re: Watir does not work with Orkut JS hacks

2008-10-29 Thread Jared Quinert
You might be able to get something done by accessing the ie document directly. I have some examples here: http://www.software-testing.com.au/blog/index.php?itemid=49 Have you tried any other tools on your app? This may be as much a lesson in testability as a tooling problem :-( Jared http