[wtr-general] Re: Capturing data within an xml

2009-01-07 Thread winstan
; > I've used Hpricot to test xmls. It worked out well for me. Please > > refer:http://code.whytheluckystiff.net/hpricot/ > > > Thanks, > > Srinivas > > > On Tue, Dec 23, 2008 at 5:25 AM, winstan > > > <mailto:lucasdavidwinstan...@gmail.c

[wtr-general] Re: Capturing data within an xml

2008-12-22 Thread winstan
you considered using Mechanize instead of Watir? That's what I've > used when I've had to test XML. > > Bret > > > > winstan wrote: > > Hello Again, > > > After playing around with rexml with some of the URL’s provided in > > this thread and

[wtr-general] Re: Capturing data within an xml

2008-12-21 Thread winstan
ing are > > stores in MatchData objects. Something like: > > > re = /(.*)<\pattern/>/ > > matchdata = string.match(re) > > puts matchdata.captures > > > However, if you want to do more than this you would be better using > >REXML as Richard suggest

[wtr-general] Re: undefined method `length' for 4324536:Fixnum

2008-12-16 Thread winstan
helpful. Thanks again. On Dec 17, 12:10 pm, John Fitisoff wrote: > I think you need to use a string when setting a text field. Either use to_s > to convert the value from fixnum to string when setting the field or use a > quoted value in the yml file. > > --- On Tue, 12/16/08,

[wtr-general] undefined method `length' for 4324536:Fixnum

2008-12-16 Thread winstan
Hi all, In recent days i have made changes to the way i am storing/using test data within my testcases. Previously i was just setting a cell with a hard coded number within the script but found this to not be the most efficient method for conducting my tests. So i started to use YAML. Its great,

[wtr-general] Re: Capturing data within an xml

2008-12-04 Thread winstan
- > Richard Lawrence > Certified Scrum Coach > Founder and Principal Consultant, Humanizing Work, LLC > 303-895-7688 > [EMAIL PROTECTED] > > > > On Wed, Dec 3, 2008 at 9:29 PM, winstan <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > I'm trying to captu

[wtr-general] Re: Capturing data within an xml

2008-12-04 Thread winstan
Founder and Principal Consultant, Humanizing Work, LLC > 303-895-7688 > [EMAIL PROTECTED] > > > > On Wed, Dec 3, 2008 at 9:29 PM, winstan <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > I'm trying to capture a variety of data in an xml response from a web &

[wtr-general] Capturing data within an xml

2008-12-03 Thread winstan
Hi all, I’m trying to capture a variety of data in an xml response from a web service, that is served up via IE and the GUI, however when I interrogate the data using the IE dev toolbar I notice that all the element properties render useless as they are all of the same nature and properties. Bel

[wtr-general] Re: Security Alert frustration

2008-12-03 Thread winstan
ve that line - otherwise the Security Alert dialog is probably going to > prevent your script from reaching the next line. > > On Wed, Dec 3, 2008 at 5:02 PM, winstan <[EMAIL PROTECTED]>wrote: > > > > > > > Hey Guys, > > > Second post here, and unfortunat

[wtr-general] Security Alert frustration

2008-12-03 Thread winstan
Hey Guys, Second post here, and unfortunately, is related to a topic that has been discussed to no end. The security alert pop-up associated with IE6 and certificated URL's. I have searched high and low and have tried every possible solution I have come by but still to no prevail, I still can’t c

[wtr-general] Re: How to handle Security Alert or Certificate Exception popup

2008-12-02 Thread winstan
Hi Tony, Being new to the wonderful world of watir i have infact come across the security alert pop up and have tried a few of the examples on other threads with how to control the pop-up so one can proceed, however so for to no prevail. I would liek to give your process a whirl how ever how woul

[wtr-general] Frame access

2008-11-30 Thread winstan
Im having real issues trying to click a frame within a frame. I have tried using indexes, names, id's etc to try and get the click happening however to no prevail i have come here for some guidance. Bellow is the tree structure as illustrated by the IE developer toolbar: (Cutdown tree-view showi