0 votes
in QuickTest Professional (QTP) by
Explain how you can find the absolute value of the number in QTP?

1 Answer

0 votes
by

To find out the absolute value of a number a built in function in QTP is available

Example-   a= -1

Print abs(a) ‘output will be 1

This code will find the absolute value of a number

Related questions

0 votes
asked Apr 25, 2020 in QuickTest Professional (QTP) by Robindeniel
0 votes
asked Apr 13, 2020 in QuickTest Professional (QTP) by amita rallin
...