Forum Discussion

carlos_gomez_pe's avatar
12 years ago

Working with HTML files.



Hello, I am a user of TestComplete 8. 



I am working with HTML files, I need to combine these 2 files in a unique file, delete some contents from it and add other informations. Is TestComplete offering some functions to work with HTML files? parsing is the only solution? Can someone give me some recomendations? 

Thanks! I appreciate your answer! Have a nice day :) 

Carlos. 

1 Reply

  • AlexKaras's avatar
    AlexKaras
    Community Hero
    Hi Carlos,



    In general, yes, parsing is the only way because this is what all browsers do.

    At a minimum, you must merge head and body parts of your files separately.

    There is a chance that you might be able to use regular expressions to merge your files, but this completely depends on the contents of the original files and how they should be merged.