Skip to content Skip to sidebar Skip to footer
Showing posts with the label Testcase

Giving Parameters Into Testcase From Suite In Python

From python documentation(http://docs.python.org/library/unittest.html): import unittest class Wid… Read more Giving Parameters Into Testcase From Suite In Python

How To Add Dozen Of Test Cases To A Test Suite Automatically In Python

i have dozen of test cases in different folders. In the root directory there is a test runner. uni… Read more How To Add Dozen Of Test Cases To A Test Suite Automatically In Python