Search in source code engine
We provide this tool to mine the test cases source code and description files. There an option for the search: Exact, Approximate, Contains and Phonetic.- Exact:
With this option you look for the exact words. For instance if you look for "alloc" it will not retrieve "malloc" or "realloc". - Approximate:
This option allows you to search for the words that is almost your word. You cannot retrieve "MyNewVector" with "new" but you can with "vector". - Contains:
With this option, you search for words in words. Searching with "new" will retrieve "MyNewVector" or "newbie" or "aNewStuff" etc. - Phonetic:
This is the application of the SOUNDEX algorithm. It will look for words which have the same english pronunciation.
