Forum Discussion
RBlack
8 years agoOccasional Contributor
Hi richie. Indeed I am considering writing a script to load the test case XML files and write them back to disk with the <breakPoints> elements removed. Basically automating the effect of editing the XML file in Notepad++, deleting the <breakPoints> elements and saving the file, but for hundreds of files not a few.
You are right to warn about the character set - I've had issues with scripts loading/saving test case XML files in the past, where I neglected to load as UTF-8 and got strange characters when saving back to disk. Thanks for the reminder!
So I will try doing this at some point, not sure how soon (busy with other things). But will remember to explicitly specify the charset when saving and loading.
Thanks,
Rob