- 12
- 0
- 约7.05千字
- 约 3页
- 2018-03-11 发布于河南
- 举报
自动化测试开发规则和标准
Automated Testing Developing Standards
Capitalization:
DataTypes are always all uppercase. Examples: STRING, INTEGER.
UnderScores are used in DataTypes that are multiple words.
Examples: MY_ENUM, MY_RECORD.
Hungarian notation is used for all variable names. The first letter of a variable name is the first letter(s) of its type.
Examples: sUserName, iLoopCounter, lsProperties.
Method and Function names begin with an uppercase letter. Each Significant letter is capitalized.
Naming Conventions:
Use the const SCRIPT_DIR to reference the path to 4Test scripts. If multiple directories are use
原创力文档

文档评论(0)