Regression Scripts

PS: If a suitable online resource is available, then please point it
to me. Thanks.

Jaspal
 
PS: If a suitable online resource is available, then please point it
to me. Thanks.

Jaspal
 

Guest
Hello,

I need regression scripts for verification purposes, i.e. to run suit
of testcases. Preferably to launch as many testcases simultaneously as
per available licences at that time. That is, I don't want to run each
testcase serially one after the other, this will take too long.

It could be in Perl, tcl or c-shell (or for that matter in any other
language which can be run on Linux)

Thanks,
Jaspal
 
jaspalbhullar@yahoo.com wrote:
PS: If a suitable online resource is available, then please point it
to me. Thanks.

Jaspal

LSF (not free) and Grid (free) are available. They can be license-aware.
http://www.platform.com/Products/platform-lsf-family
http://gridengine.sunsource.net/

You script submits all the tests serially, but then LSF / Grid execute
them in parallel on multiple machines.

-- Bill
 
On Apr 4, 12:18 pm, jaspalbhul...@yahoo.com wrote:

I need regression scripts for verification purposes, i.e. to run suit
of testcases. Preferably to launch as many testcases simultaneously as
per available licences at that time. That is, I don't want to run each
testcase serially one after the other, this will take too long.

It could be in Perl, tcl or c-shell (or for that matter in any other
language which can be run on Linux)
You may want to look into this also: http://www.veripool.com/schedule-load.html
But it doesn't appear to handle license management which LSF and Grid
will as the
previous poster said.

Most tools have the ability to wait for licenses (e.g. +vcs+lic+wait).

/Ed
 

Welcome to EDABoard.com

Sponsor

Back
Top