UFT interview Questions – User friendly Tech help
![]() |
UR 1st Testing Help |
n
1.What is the difference between Action and Function in UFT?
n
2.Explain the difference between image and Bit map check point?
n
3. Difference between verification and validation ?
n
4.Methods available in Reporter utility object?
n
5.How to get last four digits of “UFTHELP”?
n
n6.Regression v/s Re-Testing?
n
nHints:-
n1.Action is a concept of UFT while Function is related to VBscripting.
n
2.Image checkpoint is used to check the “Property Values” of an image(like alt), Bitmap checkpoint is used to check an area of a web page or an application after capturing it as a bitmap so that it can be compared with the expected and the actual bitmap
n
3. Checking that a “shoe” is of given size = Verification , Wearing shoe and checking the size is validation
n
4.ReportEvent, ReportNote
n
5.Using vb scripting “Right” function:- Right(string,4)