How to work with FLAT FILES IN QTP 8.2?

Questions by prasadjillepalli

Showing Answers 1 - 1 of 1 Answers

We can work with flat files using the following code
set fso=createobject("scripting.filesystemobject")
set file1=fso.open ("path of flatfile")
strtext=file1.readline

like this we can open a textfile and read data from it

Thanks and Regards
Raghuram Gupta.Sarabu

9866379523

raghu_13_sa @ yahoo . com

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions