InterviewSolution
Saved Bookmarks
| 1. |
What is round function in UFT? |
|
Answer» Round function in UFT is used to round the decimal value For example Mydecimal = 8.2755555Roundedvalue = Round(Mydecimal , 5)Print roundedvalue ‘it will print 8.275 |
|