As per my knowledge we don't have any such feature in QTP/UFT. However you can develop a program by your self to meet this this requirement.
Finding Text:
Just read through the .mts files in the directly and find the text in each file
Functions List:
Go through all .mts files and read the lines start with "Function " (don't forget to use ltrim)
Please let me know if you need any more help on this.
Finding Text:
Just read through the .mts files in the directly and find the text in each file
Functions List:
Go through all .mts files and read the lines start with "Function " (don't forget to use ltrim)
Please let me know if you need any more help on this.
Thanks,
SUpputuri
SUpputuri