QA/Execution/Web Testing/Docs/Automation/StyleGuide: Difference between revisions

Line 78: Line 78:


*Test Case names should always show the intent of the test case.
*Test Case names should always show the intent of the test case.
**GOOD: def test_that_advanced_search_doesnt_find_item(self):
**GOOD: def test_that_advanced_search_doesnt_find_item(self):
**BAD: def test_advanced_search(self):
**BAD: def test_advanced_search(self):
Confirmed users
753

edits