0 votes
in QuickTest Professional (QTP) by
How you can write contexts to text file in QTP?

1 Answer

0 votes
by

Content = “madanswer”

Set Fo = createobject(“Scripting.FilesystemObject”)

Set f =Fo.openTextFile(“c:\abc.txt”, 8,true)

f.Write (contents)

f.Close

Set f= nothing

Related questions

0 votes
asked Apr 25, 2020 in QuickTest Professional (QTP) by Robindeniel
0 votes
asked May 12, 2023 in Python Flask by SakshiSharma
...