I have a text file with ~150-200 lines in which I am searching for some strings, make a list of the strings found and then count how many times each string shows up. Based on this then I write in the same variable my findings.
This test case takes ~2 minutes to execute. For me, this is way too much. In a scripting language (tcl, perl, python, you name it) this would not take more than 2 seconds. I don't understand why this takes so long to execute, is this an iTest known issue or maybe it's cause by the way I coded (badly that is).
Can you please explain?
P.S. I tried to attach the test case as .fftc and as .txt but I get an error message This attachment is not permitted because the file type is invalid."