source: trunk/autoquest-plugin-html/src/main/resources/manuals/pseudomizeHTMLTextInputs @ 1894

Last change on this file since 1894 was 1352, checked in by pharms, 10 years ago
  • improved pseudomization to include search and file input fields
File size: 693 bytes
Line 
1Parses a directory of HTML log files or a single file and replaces all text inputs by MD5 hash values of the entered texts. Through this, the entered data is pseudomized but can still be compared.
2
3The process can be parameterized to consider file input and search fields as well.
4
5$USAGE$
6<directory> path to the file or directory in which the files are to be pseudomized
7[includeFileInputs] provided, if content of file input fields shall be pseudomized, as well
8[includeSearchInputs] provided, if content of search fields shall be pseudomized, as well
9
10Example(s):
11pseudomizeHTMLTextInputs /path/to/file.log
12pseudomizeHTMLTextInputs /path/to/directory includeFileInputs includeSearchInputs
Note: See TracBrowser for help on using the repository browser.