Frage

I am trying to test a web-application, using python, I am new in python so don't know much Python testing tools, i have written tests in Selenium/Pink/Behat in the PHP world, Now i have to use python for Behavior-Driven-Development (BDD), I have been looked Google, but I couldn't really get a definitive answer. can any one please suggest me best python testing tool, like Behat.

Thanks in Advance

Keine korrekte Lösung

Andere Tipps

Try using Unittesting such as http://docs.python.org/2/library/unittest.html

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top