[Baypiggies] python based test automation framework

Jean Brouwers mrjean1 at gmail.com
Tue May 12 11:37:40 CEST 2009


QMTest <http://www.codesourcery.com/qmtest/index_html> may help.
/Jean Brouwers


On Mon, May 11, 2009 at 9:27 PM, Ravi Kondamuru <ravikondamuru at gmail.com>wrote:

> I am testing the actual functionality. The test scripts generate
> dns/http/snmp protocol traffic and validate their responses.
> Is there a way to setup a framework like pyunit to generate html reports,
> with links to error info etc?
> thanks,
> Ravi.
>
>
> On Mon, May 11, 2009 at 9:18 PM, Aahz <aahz at pythoncraft.com> wrote:
>
>> On Mon, May 11, 2009, Ravi Kondamuru wrote:
>> >
>> > I am looking for a test automation framework that executes regression
>> test
>> > scripts.
>> >
>> > The tests are for a router like networking/firewall device. The
>> capabilities
>> > I am looking for are:
>> >
>> > 1. execute selected/all test suites to be written in python
>> > 2. generate/archive html reports to be viewable later
>> >
>> > I am looking at unittest, nose etc but they seem to be for testing
>> > python-based application and hence not a fit.
>>
>> What interface do you use for accessing the router?  Are you testing the
>> UI or the actual functionality?  For the former, assuming it's a web UI,
>> you probably want to use Selenium.  For the latter, just use the regular
>> Python testing frameworks, but presumably the units will be socket tests
>> that you compare against expected values.
>> --
>> Aahz (aahz at pythoncraft.com)           <*>
>> http://www.pythoncraft.com/
>>
>> "It is easier to optimize correct code than to correct optimized code."
>> --Bill Harlan
>> _______________________________________________
>> Baypiggies mailing list
>> Baypiggies at python.org
>> To change your subscription options or unsubscribe:
>> http://mail.python.org/mailman/listinfo/baypiggies
>>
>
>
> _______________________________________________
> Baypiggies mailing list
> Baypiggies at python.org
> To change your subscription options or unsubscribe:
> http://mail.python.org/mailman/listinfo/baypiggies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/baypiggies/attachments/20090512/5431d57f/attachment.htm>


More information about the Baypiggies mailing list