views:

158

answers:

2

I am looking for good End to End testing framework under python, where the tests can be written in python and managed in a comfortable way. I know there are many unit testing frameworks, but I am looking for bigger scope, something like test director with support for reports etc,where a whole system is under test.

+3  A: 

You havent given any details so it is very difficult to know what specific product are you looking for. Maybe robotframework suits your needs

anijhaw
Interesting. Have you actually used it ? Any knowledge about it ?
bugspy.net
Yes I am building something similar for test automation so I was having a look at the application
anijhaw
A: 

I used zope.testing and it was very good for my need, but it's not so different from simple unittest.

There is a good comparative here. I guess most of the products cited are more of the unit testing kind. Not sure you will find what you look for.

kriss
Your link is wrong..
bugspy.net