0 votes
in QuickTest Professional (QTP) by
Explain how you can replace string in QTP?

1 Answer

0 votes
by

To replace part of string in QTP we will use the code as shown below Example,

Str = (madanswer)

Suppose if you want to replace “99” with “88” then the code will

print replace(str,“99”, “88”) output will be “Guru88”

Related questions

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