Coding Standards/conventions Question:
Explain Naming Convention Libraries?
Answer:
Description
Common used functions are placed in libraries. These are located in the SQABas32 subdirectory of the Robot working directory. A library is divided into three files, a header (.SBH), an implementation file (.SBL) and the compiled version (.SBX). Libraries are not necessarily bound to an AUT or feature.
Syntax for implementation file
[ax]+[ShortName]+"sbl"
Syntax for header file
[ax]+[ShortName]+"sbh"
Examples
· axCommonUtilities.sbl
· axDBAccess.sbh
· axGuiMapper.sbl
Common used functions are placed in libraries. These are located in the SQABas32 subdirectory of the Robot working directory. A library is divided into three files, a header (.SBH), an implementation file (.SBL) and the compiled version (.SBX). Libraries are not necessarily bound to an AUT or feature.
Syntax for implementation file
[ax]+[ShortName]+"sbl"
Syntax for header file
[ax]+[ShortName]+"sbh"
Examples
· axCommonUtilities.sbl
· axDBAccess.sbh
· axGuiMapper.sbl
Previous Question | Next Question |
Explain Naming Convention Scripts? | Explain Naming Convention Verification points? |