Selenium Testcase with Nose in Python

Nose makes Testing with Python wonderful. It basically extends the Unittest and provides features such as running only failed test, skip Test cases, running test based on priorities, REGEX pattern that makes Tester’s life easy. Installing Nose: [code]pin install -U nose[/code] Creating a Selenium Test …

Read more