0 votes
in QuickTest Professional (QTP) by

What is round function in UFT?

1 Answer

0 votes
by

Round function in UFT is used to round the decimal For example

Mydecimal = 6.3433333

Roundedvalue= Round(Mydecimal , 3)

Print roundedvalue,  it will print 6.343

Related questions

+1 vote
asked Apr 16, 2020 in QuickTest Professional (QTP) by Robindeniel
+1 vote
asked Apr 16, 2020 in QuickTest Professional (QTP) by Robindeniel
...