Python advocacy for device testing?

Tom nospam at nospam.com
Wed Sep 27 14:31:13 EDT 2000


Sort of.

I've used it to control network drivers and network configuration on
windows.  For example, created an extension that allowed me to perform the
functions of the network control panel applet from Python.  Of course, the
real meat was in C/C++, but wrapping it in Python was easy and it made
testing easier.

Tom.

"John Q. Public" <@home.com> wrote in message
news:39D161A1.8D33D084 at home.com...
> The company for which I work uses python for performing automating out
> qualification testing of avionics systems (for both the FAA and others).
> We have found it to be very easy for non-programmers to learn and extend
> for interfacing with our hardware and test equipment.  The object
> orientation also makes it easy to perform a series of tests over a group
of
> systems (wither hardware or software):
>
> for Device in List_Of_Devices:
>     Results = Do_The_Test (Device)
>
> We can also journal the output of the tests and verify that they were
> properly executed (for verifying regression tests as well as for proof of
> the test).
>
> Jonathan Polley
>
> redhouse at my-deja.com wrote:
>
> > So I am a python newbie. I have done a week or two of working through
> > exercises and read most of "Learning Python." I am trying to sell it as
> > a testing infrastructure language in my test automation group. Does
> > anybody have any experience in this arena? The goal is to create a
> > testing infrastructure for an optical networking product.
> >
> > The prime competition is TCL, of which I am not a big fan.
> >
> > Has anybody out there used python in this sort of application? Have you
> > used it to interface with network testing equipment to do things like
> > load testing and impairment?
> >
> > Thanks-
> >
> >    Carter
> >
> > Sent via Deja.com http://www.deja.com/
> > Before you buy.
>





More information about the Python-list mailing list