Re: [Wtr-general] Files as argument when running a suite

2006-04-04 Thread Deepa Mallapareddy
Thanks a lot Bret ...This did not work My problem was to : Have a config file where in the user specifies few Global Variables like Username and pwd and the path which he wants to be tested and My requirement was to give the Config file as an argument coz User might want to

Re: [Wtr-general] Files as argument when running a suite

2006-04-04 Thread Sean Gallagher
/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Deepa Mallapareddy Sent: Tuesday, April 04, 2006 5:22 PM To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] Files as argument when running a suite Thanks a lot Bret ... This did not work

Re: [Wtr-general] Files as argument when running a suite

2006-04-01 Thread Zeljko Filipin
Try yaml, I am using it.http://yaml4r.sourceforge.net/On 4/1/06, Deepa Mallapareddy [EMAIL PROTECTED] wrote:Hi all, I have to give a config file( file withvariables like username and pwd and URL ) as an argument when running a suite. and I should be able to use the variables in this entire

Re: [Wtr-general] Files as argument when running a suite

2006-04-01 Thread Pierre Garigue
I use this to debug my hand-wittenyaml file. I run this in SCiTE so that I see all the results in the 'result frame' -- require 'yaml'require 'pp' #used to debug the yaml structure tree = YAML::load(

[Wtr-general] Files as argument when running a suite

2006-03-31 Thread Deepa Mallapareddy
Hi all, I have to give a config file( file withvariables like username and pwd and URL ) as an argument when running a suite. and I should be able to use the variables in this entire test suite Im eunning. Can you please suggest Any input on this will be appreciated. Thanks in