I need to read the data from an text file and save the read data into an Excel.
The text file contains 111111111122222222223333333333Taaaaaaaassssssss. So here I have read the first 10 characters and save them into a column in Excel and so on for the entire 1 line in the text file.
Trying to do this in QTP, request your help on this.