[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Vicky Goyal
Zelijko am little confused here. This is my link of webpage from where i need the table data and then have to insert into an excel sheet. $ie.link(:url, 'http://172.25.103.20/BCards/').click Now from this html page i need to pick up the table value and insert into an excel sheet, which i need to

[wtr-general] Re: WATiR DSL I Have been working on...update

2009-05-05 Thread Ruf, Wadud
Aidy thanks for your comments. Setup/teardown makes more sense to developers, would it make more sense to testers than start and finish? I like the idea of using RSpec or something to handle the assertions, that part is a bit quick and dirty and needs some attention. I will put it on the todo li

[wtr-general] Watir Consultant Available

2009-05-05 Thread Bret Pettichord
I am currently available for Watir-related consulting opportunities. I have extensive experience building Watir-based test frameworks and test suites. Please contact me if you are interested. I would love to help you with your project. I am based in Austin, Texas, but have been able to use re

[wtr-general] Re: WATiR DSL I Have been working on...update

2009-05-05 Thread aidy lewis
Ruf, I would also suggest you get rid of #start and #finish and use setup\teardown, Before\After, initialize\at_exit. Aidy 2009/5/5 aidy lewis : > Ruf, > > I quite like it, but I would wrap your assertions etc in Rspec and use > their outputting\reporting. > > Aidy > > 2009/5/5 Ruf, Wadud : >>

[wtr-general] Re: WATiR DSL I Have been working on...update

2009-05-05 Thread aidy lewis
Ruf, I quite like it, but I would wrap your assertions etc in Rspec and use their outputting\reporting. Aidy 2009/5/5 Ruf, Wadud : > All, > > > > As I mentioned a few weeks back I have created a DSL for  WATiR, I call it > the WATiR Scripting Langauge – WSL. I have been creating a lot of collat

[wtr-general] WATiR DSL I Have been working on...update

2009-05-05 Thread Ruf, Wadud
All, As I mentioned a few weeks back I have created a DSL for WATiR, I call it the WATiR Scripting Langauge - WSL. I have been creating a lot of collateral and am currently writing examples for it. You can view them and download the WSL gem and install locally from here - http://wsl.xqoob.com

[wtr-general] visible? method firefox

2009-05-05 Thread aidy lewis
Hi, Do we have a visible? method that works in Firefox? -- Aidy blog: www.agiletester.co.uk twitter: http://twitter.com/aidy_lewis --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to

[wtr-general] Re: how to get what is currently selected now in the select_list?

2009-05-05 Thread satish
Thank you very much Wesley, it worked. Thank you every one for reply. Satish. On May 5, 5:05 am, Wesley Chen wrote: > You may try: > ie.select_list( :name , "selectme").getSelectedItems[0] > > Thanks. > Wesley Chen. > > On Tue, May 5, 2009 at 2:24 PM, Vicky Goyal wrote: > > > > > ie.select_list

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 14:22, Vicky Goyal wrote: > Now i jus need to put > > M Abdul Hakkim M. 75779 abdulhakkim_m IHLD MYSORE2STP > M Abhilash A. M. 70239Abilash_293891 PRH2 PROGBLR15 > > in excel sheet. This will create file b.csv. Let me know if you would like me to comm

[wtr-general] Re: Requiring information about ruby/watir automation testing tool

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 14:46, Vicky Goyal wrote: > How to donwload rasta... http://rasta.rubyforge.org/download.html Type this in command prompt: gem install rasta Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

[wtr-general] Re: Requiring information about ruby/watir automation testing tool

2009-05-05 Thread Vicky Goyal
Hey... How to donwload rasta... The link provided takes me to .gem file of rasta version 0.1.9 2009-02-18 19:57 rasta-0.1.9-x86-mswin32-60.gem But how to run it as it is not executable. do we need to place this file in specific locaion of ruby folder. On May 5, 3:35 pm, Željko Filipin wrote

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Vicky Goyal
Željko Well, you can imagine it as a table with below format M Abdul Hakkim M. 75779 abdulhakkim_m IHLD MYSORE2STP M Abhilash A. M. 70239Abilash_293891 PRH2 PROGBLR15 Birth date is not mentioned as the list generated would represent the emoloyees , whose bdays is on that

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 13:09, Vicky Goyal wrote: > for ur reference sir And what represents birthday in the html you have sent? Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post

[wtr-general] Re: Accessing Modal dialogs

2009-05-05 Thread Ojesh
Hi, You can not execute javascript directly you can execute like this: require 'watir' ie=Watir::IE.attach(:url,'https://mseventsppe.microsoft.com/ EventStudio/SectionManager.aspx?SectionType=Location') win=ie.document.parentWindow win.eval("window.showModalDialog(DialogURL) ") On May 5, 3:49

[wtr-general] Watir hangs when click to open Model dialog box...

2009-05-05 Thread Ojesh
Hi, Please help me out to deal with model dialog box... i have ruby version 1.8.6 and watir 1.6.2 installed on my system and IE8. I am using the following script: require 'watir' ie=Watir::IE.attach(:url,"") #click_no_wait does not work it wont do any thing. ie.button(:id,"btn").click #click t

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Vicky Goyal
M Abdul Hakkim M. 75779 mailto:abdulhakkim_m?subject=Bi

[wtr-general] Re: List of WIN32OLE applications?

2009-05-05 Thread al3kc
Take a look at this app http://groups.google.com/group/watir-general/web/soleb.rb --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@googlegroups

[wtr-general] Accessing Modal dialogs

2009-05-05 Thread pallavi shashidhar
Hi there, I have a part of the HTML code which looks like this : Expenditure Type* Choose Purchase Works Bill Type* Choose Running Bill Final Bill WO/PO Number Contractor/Supplier The function call is function callGenericScreenSchedule(obj) { var categoryname1="WPNpurch

[wtr-general] Re: Requiring information about ruby/watir automation testing tool

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 12:21, arvind wrote: > we have prepared scenario's for a web based application in excel sheet Take a look: http://rasta.rubyforge.org/ > 2. Where can i find the tutorials or references for tool http://wiki.openqa.org/display/WTR/Quick+Start http://wiki.openqa.org/displa

[wtr-general] Requiring information about ruby/watir automation testing tool

2009-05-05 Thread arvind
Hi, In the project that i am currently working , we have prepared scenario's for a web based application in excel sheet with values specified for text fields (for a text field name - the value 'arvind' will be provided in the row name in excel sheet)and options checked for the drop down fields (

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 12:21, Vicky Goyal wrote: > any sample code or script wud be really handy Same here. :) If you post a few lines of html that contain names and dates, I could extract it to variable and save as csv file. Željko --~--~-~--~~~---~--~~ You rec

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Vicky Goyal
I dont have the syntax to take bday and name to take into a variable and then store to excel sheet or csv any sample code or script wud be really handy On May 5, 3:18 pm, Vicky Goyal wrote: > Hey Zeljko > class Sparsh_Bday< Test::Unit::TestCase > >    def start >    #open the IE browser >     $i

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Vicky Goyal
Hey Zeljko class Sparsh_Bday< Test::Unit::TestCase def start #open the IE browser $ie = IE.new end def test_a_simplesearch #call start method... start #fires up the IE browser and a logger object #variables test_site = 'http://sparsh/V1/' # $ie.goto(test_site)

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 11:58, Vicky Goyal wrote: > the same list comes in a table format. Are you able to get names and birthdays into variable? I would suggest that you save them in csv file. That will be significatly less work than driving Excel, and Excel can open csv file just fine. Let me

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Vicky Goyal
To be specific... There is a webpage which dynamically generates the list of bdays. it is employee list of a compnay. the same list comes in a table format. I have written simple WATIR script so far to reach that particular page. Now from that page i need to list down all the table content to xce

[wtr-general] Re: Generate an automated excel report of birthdays today

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 08:18, Vicky Goyal wrote: > if i need to generate an automated excel report from a webapplication, > which shows list of bdays. Can you show us the html of the page and watir code you have written to deal with it so far? Željko --~--~-~--~~~---

[wtr-general] Re: Can i get help regardin WatiN

2009-05-05 Thread Željko Filipin
On Tue, May 5, 2009 at 06:10, spike wrote: > How to handle file download popup. This is all I know about it: http://wiki.openqa.org/display/WTR/File+Downloads Once again, if you are using Watin (.net), you should visit their site at: http://watin.sourceforge.net/ Here we talk about Watir (rub

[wtr-general] Re: how to get what is currently selected now in the select_list?

2009-05-05 Thread Wesley Chen
You may try: ie.select_list( :name , "selectme").getSelectedItems[0] Thanks. Wesley Chen. On Tue, May 5, 2009 at 2:24 PM, Vicky Goyal wrote: > ie.select_list( :name , "selectme").select("is fun") > --~--~-~--~~~---~--~~ You received this message because you are