Skip to content

Disabling a Test

timfarr edited this page Jul 20, 2011 · 2 revisions

Disabling a Test

In the event that a test needs to be temporarily disabled, simply put the line madcow.ignore at the top of your test script. This will tell Madcow that the test should not be executed. The ignored test will still appear on the test report, but it will be marked as having been ignored.

Example usage

#This test has been disabled until the homepage is fixed 
madcow.ignore

#Go to the homepage and check for our company name
invokeUrl=HOMEPAGE
verifyText=Steve's Used Puppy Shack

Clone this wiki locally