[wtr-general] when HTML code changes to often

2010-08-03 Thread Sharma Vishav
I like simplicity of Watir and ease of writing test cases with it.I am working on an agile project, where screens, hence underline HTML changes between sprints. Actual screens will get finalised towards very end of the project. Watir scripts depend on HTML code to identify elements and drive autom

Re: [wtr-general] when HTML code changes to often

2010-08-03 Thread Sharma Vishav
Tue, Aug 3, 2010 at 10:55 PM, Željko Filipin wrote: > On Tue, Aug 3, 2010 at 12:45 PM, Sharma Vishav > wrote: >> I am working on an agile project, where screens, hence underline HTML >> changes between sprints. > > Application that I am testing is just changing technolo

[wtr-general] identify elements in goggle mail box

2010-08-03 Thread Sharma Vishav
Hello, If you use a gmail account, after you have logged into your mail account. You will see a menu bar with few buttons, Archive,Report spam, And few drop down menus, Move to ,label, More actions etc. My questions are 1.how does I click a drop down box in this menu bar, e.g More actions menu.

Re: [wtr-general] when HTML code changes to often

2010-08-03 Thread Sharma Vishav
yes you did answer my question thank you very much On Tue, Aug 3, 2010 at 11:23 PM, Željko Filipin wrote: > 2010/8/3 Sharma Vishav >> using element ID would be able to access element, as long as the >> element ID and the frame it was defined originally does not change. > &

Re: [wtr-general] identify elements in goggle mail box

2010-08-03 Thread Sharma Vishav
On Tue, Aug 3, 2010 at 11:26 PM, Željko Filipin wrote: > On Tue, Aug 3, 2010 at 1:11 PM, Sharma Vishav > wrote: >> 1.how does I click a drop down box in this menu bar, e.g More actions >> menu. > > Gmail is hard to automate. If you are looking for application to prac

Re: [wtr-general] identify elements in goggle mail box

2010-08-10 Thread Sharma Vishav
application which present you such situations. Thanks On Tue, Aug 3, 2010 at 11:26 PM, Željko Filipin wrote: > On Tue, Aug 3, 2010 at 1:11 PM, Sharma Vishav > wrote: >> 1.how does I click a drop down box in this menu bar, e.g More actions >> menu. > > Gmail is hard to automate

Re: [wtr-general] identify elements in goggle mail box

2010-08-11 Thread Sharma Vishav
Hi Zelijko, Thanks for your thoughts cheers On Wed, Aug 11, 2010 at 8:30 PM, Željko Filipin wrote: > On Wed, Aug 11, 2010 at 7:21 AM, Sharma Vishav > wrote: >> My main aim here is to get knowledge on how to effectively use watir >> in web application which present you such s

Re: [wtr-general] Re: identify elements in goggle mail box

2010-08-11 Thread Sharma Vishav
who would want to be automating the google > UI would do so for 'evil' (e.g. sending spam) purposes, and that's > something google would seek to prevent. > > On Aug 11, 1:30 am, Željko Filipin > wrote: >> On Wed, Aug 11, 2010 at 7:21 AM, Sharma Vishav >> wrot

Re: [wtr-general] Unable to click on a radio button

2010-09-01 Thread Sharma Vishav
I am not sure if udefDisplayViewName is an standard html attribute and is supported by watir. is this code auto generated through some tool ? On Wed, Sep 1, 2010 at 6:22 PM, Ashok Prabhu wrote: > I have a radio button with the following attributes. I m able to click > on the radio button using

[wtr-general] free ware test tool based on Watir ??

2010-09-23 Thread Sharma Vishav
Hello Every one, Is there any free ware/ open source tools available which is built over Watir, rather than building your own tool based on Watir. I am looking for a tool which has method to write test scripts,provision to execute test scripts, and result reporting mechanism built in rather than

Re: [wtr-general] Opening new browser window from existing one

2010-11-30 Thread Sharma Vishav
Hi Amit, does your application code has code to open a new window when you click on the link. e.g. use target attribute of href tag. When you click link manually do you get a new window opened ? why do you want to open a new window from your watir script ? cheers Vishavdeep On Tue, Nov 30, 201

Re: [wtr-general] If-Else and loops

2010-11-30 Thread Sharma Vishav
Google ruby tutorials or "Ruby in Twenty Minutes" On Wed, Dec 1, 2010 at 7:49 PM, Sudeep wrote: > Hi, > > Please can you let me know how to write IF..ELSE and loops in WATIR > with example?? > > Sudeep > > -- > Before posting, please read http://watir.com/support. In short: search > before you a

Re: [wtr-general] How to handle Jquery UI Select menu using watir

2010-12-28 Thread Sharma Vishav
Hi JV, I could select items from the select lists on the example url u have sent, see code below irb(main):001:0> require 'Watir' => true irb(main):002:0> ie=Watir::Browser.new => # irb(main):005:0> ie.goto(" http://jquery-ui.googlecode.com/svn/branches/labs/sele ctmenu/index.html/") => 0.75 irb

Re: [wtr-general] Re: How to handle Jquery UI Select menu using watir

2010-12-29 Thread Sharma Vishav
fileC and speedC. > > JV > > On Dec 28, 7:40 pm, Sharma Vishav wrote: > > Hi JV, > > > > I could select items from the select lists on the example url u have > sent, > > see code below > > > > irb(main):001:0> require 'Watir' > >

Re: [wtr-general] How to check a text in the lightbox (javascript)

2010-12-29 Thread Sharma Vishav
can u post a url which has the lightbox u want to click On Wed, Dec 29, 2010 at 8:15 AM, Irfan Ahmed wrote: > I am new in automation. Suddenly I found a problem when I am trying to work > with lightbox or modelbox (js). There will be text that should be check > wether it exists or not in the lig

Re: [wtr-general] Re: How to check a text in the lightbox (javascript)

2011-01-07 Thread Sharma Vishav
:) On Thu, Dec 30, 2010 at 8:49 PM, Irfan Ahmed wrote: > Oh at last I solved that problem. Actually when the steps come to match the > case I made a mistake in the last step so the light box wasn't appeared in > that step and watir could not find the text. > > On Thu, Dec 30, 2010 at 12:01 PM, D

Re: [wtr-general] Watir ignores the maximum character length on a text field.

2016-03-14 Thread Sharma Vishav
Hi Also check how the validation on the field are getting triggered. Sometimes when you type using libraries it does not trigger the field validation code as opposed to when you type data manually in text field. Regards Vish On Tuesday, 15 March 2016, Titus Fortner wrote: > Is this the case for

Re: [wtr-general] Upload multiple files to input element?

2016-05-13 Thread Sharma Vishav
Hi Can you point to your example code ? Thanks Vish On Friday, 13 May 2016, wrote: > Hello everyone > > I'm having a bit of difficulty trying to automate something that is a > fairly standard procedure. There is an input element on the page, that > accepts multiple, and I need to upload multipl