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

2007-06-12 Thread santosh
We too are using FitNesse to run our Selenium tests, but are getting this 
exception on RC server and browser too gets killed,

Logs on RC:
_
GET: cmd=getNewBrowserSession&1=*iexplore&2=http%3A%2F%2Fwww.google.com
Backing up registry settings...
Modifying registry settings...
Launching Internet Explorer...
Not handling: 
http://www.google.com/selenium-server/core/jsunit/app/jsUnitCore.js?null
Browser 340453/:top sel_82573 posted START NEW
req: true:POST 
http://www.google.com/selenium-server/core/driver/?seleniumStart=true&localFrameAddress=top&seleniumWindowName=&uniqueId=sel_82573&sessionId=3404
53&counterToMakeURsUniqueAndSoStopPageCachingInTheBrowser=1181655348218 HTTP/1.0

Accept: */*
Referer: 
http://www.google.com/selenium-server/core/RemoteRunner.html?sessionId=340453&multiWindow=false&debugMode=false
Accept-Language: en-us
Proxy-Connection: keep-alive
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 
1.1.4322)
Host: www.google.com
Cookie: PREF=ID=9f5a9971d8484878:TM=1181294031:LM=1181294031:S=UpSXpU9rw9Nma3jP
Pragma: no-cache
Content-Length: 5

Allocated session 340453 for http://www.google.com
Browser 340453/:top sel_82573 posted OK
req: null:POST http://www.google.com/selenium-server/core/driver/?&localFrameAdd
ress=top&seleniumWindowName=&uniqueId=sel_82573&sessionId=340453&counterToMakeURsUniqueAndSoStopPageCachingInTheBrowser=1181655348281
 HTTP/1.0
Accept: */*
Referer: 
http://www.google.com/selenium-server/core/RemoteRunner.html?sessionId=340453&multiWindow=false&debugMode=false
Accept-Language: en-us
Proxy-Connection: keep-alive
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1
.4322)
Host: www.google.com
Cookie: PREF=ID=9f5a9971d8484878:TM=1181294031:LM=1181294031:S=UpSXpU9rw9Nma3jP
Pragma: no-cache
Content-Length: 2

Got result: OK,340453 on session 340453
GET: cmd=testComplete&sessionId=340453
Restoring registry settings (won't affect running browsers)...
Got result: OK on session 340453


Please can anyone help with the solution..?

-Santosh
___
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=6009&messageID=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-03-13 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=6009&messageID=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-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: 
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=6009&messageID=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


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=6009&messageID=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 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:
> *  user can select individual test(s) or 'run all' in list
>   
This is supported with the TK runner
> *  can run test(s) multiple specified number of times or continuously
>   
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'
>   
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 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=6009&messageID=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-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:
*  user can select individual test(s) or 'run all' in list
*  can run test(s) multiple specified number of times or
continuously
*  test results are logged and shown in 'test executive'

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?

Thanks,
Brad
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6009&messageID=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


[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:
*  user can select individual test(s) or 'run all' in list
*  can run test(s) multiple specified number of times or continuously
*  test results are logged and shown in 'test executive'

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?

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