Coding Standards/conventions Question:
Download Questions PDF

Explain Naming Convention Verification points?

Answer:

Description
In functional testing, you need to verify that the objects in the application-under-test look and work as designed from build to build. To accomplish this, you can establish verification points also known as checkpoints or the objects. Because verification points are not very flexible when it comes to changes in the AUT it is wise to prefer Robot's
SQAGetProperty...- commands to verify whether expected behavior is met or not.

Syntax
[vp]+[FEATURE]+ [FUNCTION]

Examples
· vpAURA_ImageUploaded
· vpAURA_CaseInserted

Download Coding Standards Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Naming Convention Libraries?Explain Functions Introduction?