[wtr-general] Re: integrating with team system for testers

2009-06-30 Thread Wesley Chen
Hi, Chethan, I am looking for a good HTML report Ruby class all the time. Would you please share what you're using? Thanks in advance. Thanks. Wesley Chen. On Tue, Jun 30, 2009 at 1:43 PM, Chethan wrote: > > I didn't get your problem, I assume that you want a system to run all > the independe

[wtr-general] Re: browser.url doesn't seem to work for me with safari on OS X

2009-06-30 Thread m57lyra
Does anyone have any thoughts on why this isn't working? Any thoughts would be greatly appreciated. Thanks, Annie --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send em

[wtr-general] Re: Firewatir and HighAscii

2009-06-30 Thread Felipe Knorr Kuhn
Hello, I am using the following, found somewhere on the net (or even this list :) $KCODE = "u" WIN32OLE.codepage = WIN32OLE::CP_UTF8 require 'iconv' module FireWatir class DD < NonControlElement TAG='DD' end class DL < NonControlElement TAG='DL' end class DT < NonControlElemen

[wtr-general] Firewatir and HighAscii

2009-06-30 Thread Loft_Tester
I saw a post asking for the same thing a year ago and it didn't get any responses so I would like to try asking again and maybe one of you out there could help. I am trying to read internationalized data in a text field. Field contents = Paço firewatir returns = Paço This all works fine in IE

[wtr-general] Firefox 3.5 compatible with FireWatir?

2009-06-30 Thread George
Hi everyone, Firefox 3.5 just came out today. I tried opening a FF browser and got the following error: C:/Ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.2/lib/firewatir/ container.rb:479:in `recv': An existing connection was forcibly closed by the remote host. - recvfrom(2) (Errno::ECONNRESET)

[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] Documentation about the select_list is wrong?

2009-06-30 Thread ricardo fernandes
Hello, I think that the documentation about the select_list in http://wtr.rubyforge.org/rdoc/classes/Watir/SelectList.html#M000429 is wrong. The method clear() does not exists,its method clearSelection(). The method selected_options() does not exists, its method getSelectedItems(). The method op

[wtr-general] Re: How to check row contents?

2009-06-30 Thread Prince3105
Sorry bro, I forgot to mention the error. Actually the code works good , but it returns "Fail" result for some success record insertion. I need know any other ways are available to check a row contents? I want to take one complete row then i have to check whether the row does have the values of

[wtr-general] Re: integrating with team system for testers

2009-06-30 Thread Chethan
I am not doing that much advanced all my framework will do test UI & Functionality & generates a html result file send it across the recipients. I am not using excel or word for my data reading or reporting. Thanks, Chethan On Jun 30, 3:27 pm, gary wrote: > Hi Chethan, > > thanks for your reply

[wtr-general] Re: How to check row contents?

2009-06-30 Thread Željko Filipin
On Tue, Jun 30, 2009 at 12:53 PM, Prince3105 wrote: > This code works good, but sometimes it fails. How? > grid = @ie.frame(:id,"fmPending").table(:id,"ifgPending") > So please tell me if any issue on my code. Try this changing above line to this: def grid @ie.frame(:id,"fmPending").table(

[wtr-general] How to check row contents?

2009-06-30 Thread Prince3105
Hi All, I am a newbie to watir. In my application after inserting the record successfully, i have yo check the data is in the grid or not. I use below code to check it. This code works good, but sometimes it fails. page = @ie.frame(:id,"fmWorkflow") grid = @ie.frame(:id,"fmPending").table(:id

[wtr-general] Re: integrating with team system for testers

2009-06-30 Thread gary
Hi Chethan, thanks for your reply, yes it is windows, here's a more detailed outline of what I have and then what I'm aiming for. I have let's say 30 individual watir scripts which include numerous tests each. They output the results to individual text files. I have a single results watir script

[wtr-general] Re: problem in jssh

2009-06-30 Thread Angrez Singh
which Firefox version you are using? which platform? and from where have you downloaded the JSSh XPI? let us know it will help us in providing you with the XPI that works. Thanks, Angrez On Tue, Jun 30, 2009 at 11:06 AM, venky wrote: > > Hi > > i had installed jssh for firewatir but iam still g