Re: [Wtr-general] What are people using for 'test executive'?

2007-03-14 Thread John
We use Mercury Quality Center as test management tool and WinRunner for 
executing the tests. Obviously this is all well integrated. We now want to 
switch from WinRunner to Watir, but still be able to run the tests from Quality 
Center. I know this is possible with the custom test type of QC, but I'm 
confused about how to do this exactly. Does anyone have any experience with 
this or can point me in the right direction?
Thanks!
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6009messageID=19841#19841
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] What are people using for 'test executive'?

2007-03-14 Thread udof
We use FitNesse from www.fitnesse.org to store and execute our tests. Its 
basically a wiki  to store tests. The tests are expessed in form of tables.
We dropped Watir in favour of Selenium and use Java instead of ruby to write 
the adapter/fixture between selenium and FitNesse. But FitNesse has a ruby 
testrunner too.

Udo
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6009messageID=19854#19854
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] What are people using for 'test executive'?

2007-01-05 Thread Nathan
There is sadly no test executive at this time.  We use Window's Scheduled Task 
tool to set up tests, and we just try and keep track of the results, mostly by 
email when something critical happens.  I'm positive also that existing 
commercial tools are being used by others as we are using them - We use Mercury 
Quality Center, since we bought it, to schedule our ruby tests as well as our 
Quick Test Pro tests, but even that is just an interface for Windows Scheduled 
Tasks tool.

So I don't think there is anything.  But really just set up some good logging 
or use Watir's built in logging, set up IIS if you want to send emails when 
critical failures happen or any failures for that matter, but you might be 
spammed, so maybe think twice about that.  I can help you get the email thing 
going too if you want.  We just implemented a threshold mechanism for when we 
see error pages on our site (which can happen often due to high traffic and 
database timeouts).

Otherwise a group I'm associated with is beginning to write an open source 
enterprise Ruby Rails interface for launching Watir scripts remotely but we've 
only begun and it may take up to a year before we have anything solid.

Nathan
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6009messageID=16859#16859
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] What are people using for 'test executive'?

2007-01-05 Thread Bret Pettichord
Brad wrote:
 Curious, what are users using for a 'test executive' that can drive multiple 
 tests?  
Most people use Test::Unit, which supports multiple test-runners.
 Is there an open source 'test executive' written for Ruby test cases that 
 would do the following:br
 *  user can select individual test(s) or 'run all' in listbr
   
This is supported with the TK runner
 *  can run test(s) multiple specified number of times or continuouslybr
   
You would have to write your own harness for this. It's pretty easy. I 
have done it.
 *  test results are logged and shown in 'test executive'brbr
   
Use TK runner or the ever popular TestReporter.

Bret

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] What are people using for 'test executive'?

2007-01-05 Thread John Lolis
 Otherwise a group I'm associated with is beginning to
 write an open source enterprise Ruby Rails interface
 for launching Watir scripts remotely but we've only
 begun and it may take up to a year before we have
 anything solid.

I think as Watir becomes more mature and accepted tools like this will be so 
very important.

Personally I went the roll your own method, though if there was an open source 
base to build off I would have used that in a second. If i ever get some free 
time I'm going to attempt to write a custom harness for google.com. I think a 
working end to end custom harness would be a great way to get discussion going 
on a number of subjects.

now I'm just rambling! Good luck on that project :)
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6009messageID=16862#16862
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] What are people using for 'test executive'?

2007-01-05 Thread Paul Rogers
Ive been struggling with this type of thing too. At the upcoming awta 
conference Im going to demo an app that Ive wriiten for one of my clients 
that does most of this.

Im struggling with the concept of it though - I think I would rather just 
write ruby code. But I can appreciate why others in the group ( project 
managers etc ) would want to see results in some simple format.

Im thinking of writing something similar as an open source project, but Im 
very time constrained  at the moment.

What Im finding is a bigger problem, but may be addressed by something like 
the tool I mention, is how to deal with the vast quantities of data that we 
use in our tests, and the relationships between the different data items.

If there is enough interest maybe we should start a new rubyforge project to 
deal with it, rather than use this list.

Paul




- Original Message - 
From: Nathan [EMAIL PROTECTED]
To: wtr-general@rubyforge.org
Sent: Friday, January 05, 2007 8:22 AM
Subject: Re: [Wtr-general] What are people using for 'test executive'?


 There is sadly no test executive at this time.  We use Window's Scheduled 
 Task tool to set up tests, and we just try and keep track of the results, 
 mostly by email when something critical happens.  I'm positive also that 
 existing commercial tools are being used by others as we are using them - 
 We use Mercury Quality Center, since we bought it, to schedule our ruby 
 tests as well as our Quick Test Pro tests, but even that is just an 
 interface for Windows Scheduled Tasks tool.

 So I don't think there is anything.  But really just set up some good 
 logging or use Watir's built in logging, set up IIS if you want to send 
 emails when critical failures happen or any failures for that matter, but 
 you might be spammed, so maybe think twice about that.  I can help you get 
 the email thing going too if you want.  We just implemented a threshold 
 mechanism for when we see error pages on our site (which can happen often 
 due to high traffic and database timeouts).

 Otherwise a group I'm associated with is beginning to write an open source 
 enterprise Ruby Rails interface for launching Watir scripts remotely but 
 we've only begun and it may take up to a year before we have anything 
 solid.

 Nathan
 -
 Posted via Jive Forums
 http://forums.openqa.org/thread.jspa?threadID=6009messageID=16859#16859
 ___
 Wtr-general mailing list
 Wtr-general@rubyforge.org
 http://rubyforge.org/mailman/listinfo/wtr-general
 


___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


[Wtr-general] What are people using for 'test executive'?

2007-01-04 Thread Brad
Curious, what are users using for a 'test executive' that can drive multiple 
tests?  Is there an open source 'test executive' written for Ruby test cases 
that would do the following:br
*  user can select individual test(s) or 'run all' in listbr
*  can run test(s) multiple specified number of times or continuouslybr
*  test results are logged and shown in 'test executive'brbr

If no open source, has anyone written something like this?  If so, can I get a 
copy of this?  Or can someone point me to a link that may help me in my 
investigation?brbr

Thanks,
Brad
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6009messageID=16835#16835
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] What are people using for 'test executive'?

2007-01-04 Thread Walter Kruse
A tool comes to mind: http://www.codesourcery.com/qmtest/
I don't know if it's appropriate for Ruby/WATiR. Let us know.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brad
Sent: 05 January 2007 03:21 AM
To: wtr-general@rubyforge.org
Subject: [Wtr-general] What are people using for 'test executive'?

Curious, what are users using for a 'test executive' that can drive
multiple tests?  Is there an open source 'test executive' written for
Ruby test cases that would do the following:br
*  user can select individual test(s) or 'run all' in listbr
*  can run test(s) multiple specified number of times or
continuouslybr
*  test results are logged and shown in 'test executive'brbr

If no open source, has anyone written something like this?  If so, can I
get a copy of this?  Or can someone point me to a link that may help me
in my investigation?brbr

Thanks,
Brad
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6009messageID=16835#16835
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general
**
Everything in this e-mail and attachments relating to the official business of 
MultiChoice Africa is proprietary to 
the company. Any view or opinion expressed in this message may be the view of 
the individual and should not automatically 
be ascribed to the company.  If you are not the intended recipient, you may not 
peruse, use, disseminate, distribute or 
copy this message. If you have received this message in error, please notify 
the sender immediately by email, facsimile 
or telephone and destroy the original message.
**
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general