[wtr-general] not able to execute the own created rasta example

2009-03-12 Thread rrash586
Hello , I m new to rasta ,i m able to execute the sample example of rasta that are given .But facing problem while try to run out the simple example of opening the IE browser and navigating to url (www.google.com) Error that i get when i run the command is

[wtr-general] how can i execute only one worksheet in a spresdsheet in Rasta

2009-03-13 Thread rrash586
Hello all I have three worksheet in a spreadsheeet with tab name rasta_math,rast_string,and rasta_numger it is stored in spreadsheet with name as workt.xls how can i run only the single worksheet(rasta_math) when i use command rasta examples/workt.xls -f example/fixtures it run all the

[wtr-general] Re: not able to execute the own created rasta example

2009-03-14 Thread rrash586
started page os rasta framework) But at the same time i m able to execute the sample example provided along with rasta gem I m new to rasta framework Please help me out Thanks in advance On Mar 12, 5:14 pm, rrash586 rrash...@gmail.com wrote: Hello , I m new to rasta ,i m able to execute

[wtr-general] Re: how can i execute only one worksheet in a spresdsheet in Rasta

2009-03-16 Thread rrash586
Thanks Hugh its working now !! :-) On Mar 13, 9:05 pm, Hugh McGowan colinsda...@gmail.com wrote: You can use the commandline options --continue rasta_math --pagecount 1. There are also ways to run a given number of records or starting from a specific

[wtr-general] comparision between watir and wet

2009-06-09 Thread rrash586
Hi all I am quite new to Watir .And want to know about featured offer by Watir and its extension WET. I also want to know which is better Watir or WET. On net i found that WET support additional feature like report mechanism,object repoository etc then WET. I have to draw a conclusion on Watir

[wtr-general] Re: comparision between watir and wet

2009-06-12 Thread rrash586
app along with a co-worker, and it's working pretty well for us. On Jun 10, 8:55 am, George george.sand...@gmail.com wrote: Hi rrash586, Having no programming background myself, I started out with WET. However, it seems that there has been a development freeze about two years ago

[wtr-general] does watir support ajax application

2009-06-30 Thread rrash586
Hi All, I am new to watir and need to evaluate some ajax based application.I want to know that whether Watir support ajax based application.And also does it recognized all the object like text,button,links,select list,combo box,labels radi button etc ... Thanks in advance

[wtr-general] Re: how to automate dynamic object using watir having ajax based controls

2009-07-02 Thread rrash586
for the portion of the page in question, and perhaps also the script code that's called by that element when the event occurs.. Better yet, if it's a public site, give us the URL and tell us specifically where on the site the thing you are trying to control is located. On Jul 1, 3:21 am, rrash586

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

2009-07-02 Thread rrash586
to events, and firing the right events at the right objects (elements) in the right order. I discussed this a bit in the other thread you startedhttp://groups.google.com/group/watir-general/browse_thread/thread/36a... so I won't repeat it here. --Chuck On Jun 30, 6:41 am, rrash586 rrash

[wtr-general] Does watir support spring based application

2009-07-08 Thread rrash586
Hi All Actually i have to evaluate the web application which is based on Spring technology.. Does Watir identify all the object (like text_field, button,,link,label,radio button,check box,combo box,list box etc,.)of web apps which is based on spring technology. and also let me

[wtr-general] Does Watir support PHP based technology

2009-09-02 Thread rrash586
Hi All, I am new to watir and want to evaluate one web apps which is PHP based.Does watir support PHP based technology .Please let me know I does there any other modules require to install alongwith watir. I m using watir Watir 1.5.1. Does there any link for knowing the thingfs more

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

2009-09-02 Thread rrash586
. But, if you want to do things like connect to a database or connect to a remote machine, then there are gems that you might want to consider installing to better support those tasks. On Wed, Sep 2, 2009 at 7:41 AM, rrash586 rrash...@gmail.com wrote: Hi All, I am new to watir and want

[wtr-general] Error occured while working with firefox browser

2009-10-25 Thread rrash586
Hi All, I want to use Firefox browser for testing one of the webpplication. But after following all the steps mentioned on link mentioned below http://wiki.openqa.org/display/WTR/FireWatir+Installation#FireWatirInstallation-4%29%28Optional%29RunFireWatirunittests 1) Install the FireWatir Gem

[wtr-general] Error occured while working with firefox browser

2009-10-25 Thread rrash586
Hi All, I want to use Firefox browser for testing one of the webpplication. But after following all the steps mentioned on link mentioned below http://wiki.openqa.org/display/WTR/FireWatir+Installation#FireWatirInstallation-4%29%28Optional%29RunFireWatirunittests 1) Install the FireWatir Gem

[wtr-general] how to recognized DIV object

2009-10-26 Thread rrash586
Hi All, I am testing the GWT based application on IE7. In my application when i click on the add button a new row (run time generation) is generated .I am facing the problem while locating the object as it is in DIV. can anyone let me know how to click on the object in DIV i am having only the

[wtr-general] Re: Error occured while working with firefox browser

2009-10-26 Thread rrash586
I installed jssh from http://wiki.openqa.org/download/attachments/13893658/jssh-20080708-WINNT.xpi?version=1 as i am using the mozilla firefox 3.0 i also tried with jssh http://wiki.openqa.org/download/attachments/13893658/jssh-3.5.x-WINNT.xpi?version=1 but the same problem persist On Oct 26,

[wtr-general] Re: how to recognized DIV object

2009-10-27 Thread rrash586
the object properties, doesn't matter whether it is in a div or not with watir. Hope this helps. -- Pallavi On Mon, Oct 26, 2009 at 5:51 PM, rrash586 rrash...@gmail.com wrote: Hi All, I am testing the GWT based application on IE7. In my application when i click on the add button a new

[wtr-general] Getting initialize': can't convert nil into String error

2010-06-08 Thread rrash586
Hi All, When i tried to to call finishReport method. CLReport.class.rb:170:in `initialize': can't convert nil into String (TypeError) from CLReport.class.rb:170:in `open' from CLReport.class.rb:170:in `finishReport' from report_html1.rb:98 please let me know any input