[wtr-general] Best way to handle testdata using Watir

2012-09-15 Thread praveen kumar
Hi All,

I am trying to automate the web application using Watir. I am planning to 
use the test unit frame work. I need to automate it based on the test 
scenarios, which are greater than 50. 

I am planning to maintain read the test data from the spread sheet. 50 work 
sheets for each scenario. Is that the good idea?

What is the best approach to maintain test data for each scenario?


Can you please suggest whether test unit frame work is good in this case or 
any other better framework.

Please share your thoughts...

Thanks,
Praveen

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com


Re: [wtr-general] Best way to handle testdata using Watir

2012-09-15 Thread Željko Filipin
On Sat, Sep 15, 2012 at 7:39 AM, praveen kumar praveen454gr...@gmail.com
wrote:
 What is the best approach to maintain test data for each scenario?

I would suggest that you read this book:

https://leanpub.com/cucumber_and_cheese

Željko
--
filipin.eu

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com


Re: [wtr-general] watir on Windows XP Pro Sp3 doesn't work

2012-09-15 Thread Jarmo Pertman
I can see that you've uninstalled win32-process too, but didn't touch ffi 
gem. If you're using win32-process -v 0.6.6 with watir-classic -v 3.1.0 
what happens?

What version of ffi are you using?

Jarmo

On Thursday, September 13, 2012 10:01:24 PM UTC+3, smile-on wrote:

 I have got exactly same error after upgrade watir (watir-classic) from 
 3.0.0 to latest and grates 3.1.0 :)
 After downgrade this problem has gone.

 downgrade steps:

 gem uninstall watir-classic -v 3.1.0
 gem install watir-classic -v 3.0.0
 gem uninstall win32-process -v 0.7.0
 gem install win32-process -v 0.6.6


 On Friday, 7 September 2012 17:49:04 UTC-4, Željko Filipin wrote:

 On Fri, Sep 7, 2012 at 5:15 PM, Emanuele Mandaglio e.gi...@gmail.com 
 wrote:
  ffi (1.1.5)
  C:/Ruby193/lib/ruby/gems/1.9.1/gems/*watir-classic-3.1.0/*lib/watir-classic/browser.rb:89:in
   
 `eval': Function '_get_errno' not found in [msvcrt.dll] (FFI::NotFoundError)

 This looks like a problem with ffi gem. We had problems with that gem 
 before. Try upgrading or downgrading the gem. Let us know if you do not 
 know how to do that.

 Željko
 --
 filipin.eu 
  


-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com


Re: [wtr-general] watir on Windows XP Pro Sp3 doesn't work

2012-09-15 Thread Jarmo Pertman
Also, what is the error message when you use the following code:
browser = Watir::IE.new

Jarmo

On Saturday, September 15, 2012 9:48:38 PM UTC+3, Jarmo Pertman wrote:

 I can see that you've uninstalled win32-process too, but didn't touch ffi 
 gem. If you're using win32-process -v 0.6.6 with watir-classic -v 3.1.0 
 what happens?

 What version of ffi are you using?

 Jarmo

 On Thursday, September 13, 2012 10:01:24 PM UTC+3, smile-on wrote:

 I have got exactly same error after upgrade watir (watir-classic) from 
 3.0.0 to latest and grates 3.1.0 :)
 After downgrade this problem has gone.

 downgrade steps:

 gem uninstall watir-classic -v 3.1.0
 gem install watir-classic -v 3.0.0
 gem uninstall win32-process -v 0.7.0
 gem install win32-process -v 0.6.6


 On Friday, 7 September 2012 17:49:04 UTC-4, Željko Filipin wrote:

 On Fri, Sep 7, 2012 at 5:15 PM, Emanuele Mandaglio e.gi...@gmail.com 
 wrote:
  ffi (1.1.5)
  C:/Ruby193/lib/ruby/gems/1.9.1/gems/*watir-classic-3.1.0/*lib/watir-classic/browser.rb:89:in
   
 `eval': Function '_get_errno' not found in [msvcrt.dll] (FFI::NotFoundError)

 This looks like a problem with ffi gem. We had problems with that gem 
 before. Try upgrading or downgrading the gem. Let us know if you do not 
 know how to do that.

 Željko
 --
 filipin.eu 
  


-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com