Google News
logo
QTP/UFT - Interview Questions
What is round function in UFT?
Round function in UFT is used to round the decimal value :
 
For example :
Mydecimal = 8.2755555

Roundedvalue = Round(Mydecimal , 5)

Print roundedvalue ‘it will print 8.275
Advertisement