[wtr-general] Rescue

2009-04-25 Thread «°¤§ømåtïçCðrp§ë¤°»
I'm running a script, which has a rescue clause, but I want it to (essentially) break, when the rescue clause is invoked. Instead, it runs to the next line: C:\Documents and Settings\Marissa\Desktop>ruby T3.rb What is the user's First Name? Test What is the user's Last Name? Test ALERT: You must

[wtr-general] Re: show form select_list objects text

2009-04-25 Thread George
Hi there, If you're looking to get all the options in a select list and put it into an array, you can use this: contents = ff.form(:index, 1).select_list[1].getAllObjects -George On Apr 25, 1:25 pm, jason wrote: > I have looked around and found no love on this subject. > > I would like to "d

[wtr-general] show form select_list objects text

2009-04-25 Thread jason
I have looked around and found no love on this subject. I would like to "discover" the text of a forms select list - is this at all possible? i.e ff.form(:index, 1).select_list[1].each do |option| puts option.inspect end Results in this output - but does not include the text in the option: He

[wtr-general] How to call a function fom Excel ?

2009-04-25 Thread sHiVa
Hi all, I would like to manage my test suite in excel sheet. I put all of my function calls in excel. when i call a functions from excel sheet that is a string type. How can i execute that funtion at runtime? Regards Siva Paneendra krapa --~--~-~--~~~---~--~~ Yo

[wtr-general] Using RJB to send XML file to Weblogic JMS

2009-04-25 Thread SANTOSH SOLAPURKAR
Hi Dudes, I had posted this topic but did not receive any response earlier, so here i go again. Well what i am trying to is send messages to Weblogic JMS Queue with ruby as i am attempting to automate web application which uses JMS as interface. I did see JRuby as option and was able to search so