20120910 Ryan
From OO Lab
Progress
- Done
- redesign PolyTraceAid UI again
- rewrite all test cases
- In Progress
- find polymorphic runs and use traditional distance method to estimate it
- Q : how to compare the distances between different distance algo
- how to improve NWA
- upgrade redmine
- find polymorphic runs and use traditional distance method to estimate it
Meeting Log
- study ADB in android platform。
- 以user的角度製作senario ppt,從開啟專案到使用PTA的整個過程。
- 思考除了PTA以外,比對distance是否有其他的應用。
- 製作 negative testcase 、 boundary testcase。
- boundary testcase 通常要看code,或是spec,從有數字或範圍的部份下手,故意去找超出數字範圍,或是剛好在boundary condition下的testcase。
- negative testcase 通常是故意去創造錯誤的使用senario,但是program不能掛掉,要能handle這些狀況。