I still remember the error which I made in my Java project last year. I spent a whole night solving it and finally I found it and corrected it.
My Java project consisted in several parts, every part just had some simple functions so it is maybe a easy thing to find The Bug and
Do something about it think. However, you are wrong. I could not find where the error is. I had to pay attention to every part to find
If there is something connecting with the error. That is a very difficult job because every part is totally different. After I checked all the
Code in every parts very carefully and could isn't find the fault, I was upset. As I was going to give up and find something else to do, my roommates
Reminded me of that I could try to write the connecting code of every parts again because it is hard to find the wrong th Ings in the code which
was already done before. So I coded those parts again and finally found the error.
I think it is a typical problem of my code that I would never forget it. Now, I can say the I can solve this problem easily because I'll
Analyze the problem at first then think about the resolution rather than check the code again and again.
Software Testing HW1