It's probably easier to separate Watir from the framework when you're thinking 
about it. Watir is what you drive and the test framework is what you use to 
keep score while you're driving. There are plenty of approaches out there to 
keep score and Watir will work fine with any of them. Test::Unit, its successor 
Minitest, Rspec and Cucumber probably have the most mindshare but there are 
plenty of others. I actually prefer Test::Unit (and want to migrate to Minitest 
over the next several months when there's more time). It's probably worth 
picking some that look interesting and then trying to write a few simple tests 
in each one to get a better feel for what works for you. Here are a few links 
to look at

http://en.wikipedia.org/wiki/XUnit

http://www.bootspring.com/2010/09/22/minitest-rubys-test-framework/

http://rspec.info/

http://cukes.info/

https://www.ruby-toolbox.com/categories/testing_frameworks

 


________________________________
 From: Sohail Mirza <[email protected]>
To: [email protected] 
Sent: Friday, February 1, 2013 11:37 AM
Subject: Re: [wtr-general] Test::Unit::TestCase
 

John, Thanks,

then what is equivalent to Test::Unit::TestCase watir-webdriver?
What are the available frameworks in watir-webdriver?

Is Test::Unit::TestCase is still available and being used?

Thanks for your comments.
Sohail


On Fri, Feb 1, 2013 at 8:31 PM, John Fitisoff <[email protected]> wrote:

Sure. They are two different things that don't interact directly with each 
other.
>
>
>
>________________________________
> From: Sohail Mirza <[email protected]>
>To: [email protected] 
>Sent: Friday, February 1, 2013 8:12 AM
>Subject: [wtr-general] Test::Unit::TestCase
> 
>
>Hi,
>
>
>Can i use Test::Unit::TestCase framework with Watir-Webdriver? if not then can 
>some recommend useful framework to automate Asp.net MVC application + jquery?
>
>
>
>
>Thanks,
>Sohail
>
>
>
>
>
>
>
>
>
>
-- 
>-- 
>Before posting, please read http://watir.com/support. In short: search before 
>you ask, be nice.
> 
>[email protected]
>http://groups.google.com/group/watir-general
>[email protected]
> 
>--- 
>You received this message because you are subscribed to the Google Groups 
>"Watir General" group.
>To unsubscribe from this group and stop receiving emails from it, send an 
>email to [email protected].
>For more options, visit https://groups.google.com/groups/opt_out.
> 
> 
>
>
> -- 
>-- 
>Before posting, please read http://watir.com/support. In short: search before 
>you ask, be nice.
> 
>[email protected]
>http://groups.google.com/group/watir-general
>[email protected]
> 
>--- 
>You received this message because you are subscribed to the Google Groups 
>"Watir General" group.
>To unsubscribe from this group and stop receiving emails from it, send an 
>email to [email protected].
>For more options, visit https://groups.google.com/groups/opt_out.
> 
> 
>

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.
 
[email protected]
http://groups.google.com/group/watir-general
[email protected]
 
--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

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

[email protected]
http://groups.google.com/group/watir-general
[email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to