Skip to content

mishkat19/QA-USA-Python_Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Naming Guidlines

  • Variable names are written in snake_case and are descriptive of their purpose.
  • Constants are written in uppercase
  • Comments are used to explain important blocks of code.
  • Code is organized in a modular manner, with reusable code blocks imported where necessary.
  • No unnecessary wait functions that make the test run longer than it should.
  • Follow a naming convention for test titles that starts with test_ and provides a clear description of the test scenario. We provide test titles in the brief.

About

Template for US QA students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages