[wtr-general] Re: Does watir support svg

2011-09-14 Thread joedio
I don't think Watir does. Even watir-webdriver which supports a wider set of HTML tags doesn't list svg or rect as a supported HTML tag. http://rubydoc.info/gems/watir-webdriver/0.3.3/Watir/HTMLElement Joe On Sep 14, 9:41 am, al3kc aleks.kiev...@gmail.com wrote: Hi, I have the following svg

[wtr-general] Re: Does Watir support PHP based technology

2009-09-02 Thread Željko Filipin
On Wed, Sep 2, 2009 at 2:41 PM, rrash586 rrash...@gmail.com wrote: Does watir support PHP based technology Yes. I does there any other modules require to install alongwith watir. I do not understand. I m using watir Watir 1.5.1. Why? The current version is 1.6.2. Does there any link

[wtr-general] Re: Does Watir support PHP based technology

2009-09-02 Thread Jason Trebilcock
In addition to Željko's answer... Are there other modules required to be installed along with Watir? Short answer: No. Longer answer: It depends on what you want to do. If the sole focus of your testing is the web front-end, then you are probably safe not having to install any other gems. But, if

[wtr-general] Re: Does Watir support PHP based technology

2009-09-02 Thread Dylan
Specific examples of html and your watir code would be required to give more specific answers. The fact that it is php-based has no bearing on the way watir interacts with it, because php is all done server-side and watir only deals with the html that is delivered to your browser. Also, I would

[wtr-general] Re: Does Watir support PHP based technology

2009-09-02 Thread rrash586
Thanks for ur reply . but the problem that i m facing while identifying the object like (selection_box,links,span,div,frame,forms) is that watir 1.5.1 is unable to identify the object and throwing error message saying unable to locate the object... I am doing the simple web testing of

[wtr-general] Re: Does watir support i18n testing?

2009-07-29 Thread sHiVa
Hi Zhimin I had a try to automate Chinese Google website using watir. All the Chinese characters are displayed as square boxes when i use IE developer tool bar and when I try to copy Chinese characters in to Scite, those are displayed as ?. Please tell me the approach for testing Chinese (any of

[wtr-general] Re: Does watir support i18n testing?

2009-07-29 Thread Zhimin
Here are some screencasts of running rWebUnit (an extension of Watir) tests against chinese web sites. http://www.itest2.com/cn/screencasts My Env and Tools: iTest2 IDE, iTest2/Watir Recorder on Windows XP (Simplified Chinese) Zhimin On Jul 30, 4:25 am, sHiVa krapa.ph...@gmail.com wrote:

[wtr-general] Re: Does watir support i18n testing?

2009-07-27 Thread Zhimin
Watir supports i18n, I have been using it to test a web site in chinese. I couldn't paste the sample here. But had no luck with FireWatir, it seems JSSH not supporting i18n. If you want to give a try, download iTest2 (http://itest2.com), open project c:\Program

[wtr-general] Re: Does watir support spring based application

2009-07-08 Thread Željko Filipin
On Wed, Jul 8, 2009 at 1:53 PM, rrash586 rrash...@gmail.com wrote: Actually i have to evaluate the web application which is based on Spring technology. From watir.com: Watir is a family of Ruby libraries but it supports your app no matter what technology it is developed in. I would recommend

[wtr-general] Re: does watir support ajax application

2009-07-02 Thread rrash586
Thanks for ur input Chuck van der Linden Thanks again ... On Jul 2, 1:02 am, Chuck van der Linden sqa...@gmail.com wrote: Watir recognizes and can manipulate pretty much all of the page elements that are defined by the HTML standard, that includes all the ones you listed.  Although

[wtr-general] Re: Does Watir support

2009-01-05 Thread JArkelen
I use Watir in combination with a tool like LoadRunner to get performance measurements from both HTTP level and end user level. If I want a test with let's say 100 concurrent users, I use LoadRunner (or any other real performance tool) to simulate 99 users and do the measurements. At the sam time

[wtr-general] Re: Does Watir support

2009-01-04 Thread Chuck vdL
That's a great tip Alex, and yeah that will work for really simple stuff that doesn't have any kind of session or user id.. However, once you login a user and start playing with session id's, or any ASP.NET stuff designed to prevent plaback spoofing (like viewstate) you get hosed unless the

[wtr-general] Re: Does Watir support

2009-01-03 Thread Chuck vdL
5.Can be used for Load Testing? ok I'm gonna get up on a soapbox for a moment. THIS is a bogus requirement. If you want to say simple or rudimentary loadtesting then I can accept it, but ANY tool maker that claims their tool is good for both functional testing at the UI level, and can ALSO