推薦軟體測試新手看看這篇文章:
8 Ways to be a Good Software Tester
http://www.testandtry.com/2009/04/14/8-ways-to-be-a-good-software-tester/
要想成為一名優秀的測試人員,可以循這幾方面努力:
1. Read about the Software Testing 閱讀有關軟體測試的新聞、文章
Try to be on time, read news, use Google Reader, use Twitter, etc. Even if 90% of knowledge considered redundant, sometimes You can make a good impression by showing Your additional wisdom. Second, You’ll have a new ideas to improve the testing process.
2. Have some experience as a developer 掌握一些開發技術
Having experience of programming or programming in parallel to testing is a very good practice ! Allows You to predict some errors before detecting them in the testing process. Often we can identify in which area error may occur and the type of these bugs, knowing only a description of functional changes. If you have a good relationship with the developers we can often give them a hint or find a possible solution on how to solve the problem – building relations !
3. Talk to people from the industry 與測試領域的同行多交流
Meet with people from the industry, at conferences, training, etc.. You’ll see the real trends in testing, or return some interesting ideas.
Common beer often gives more than a hundred e-mails sent or thousands lines at IM.
4. Automate but do not rely on 開展自動化測試,但是不要依賴它
Automation is nice, but in excess can lead to acceptance of the program, which is correct but completely useless to the user. Test automation will help you obtain confidence that the core application functionality is running, real testing will give you a general sense of good job
5. Live in accordance with programmers 與開發人員和諧相處
It is very important! Try to make quality and programming department a team aimed to produce a good application. Reporting the number of errors per developer is very bad practice. Try to treat the errors in the test phase as another experience for you and for developer. If You see that one developer has some troubles producing error-less code, first talk to him then talk to his manager.
6. Ahead of the facts – take an active part in the project 積极參与到項目中
Try to participate in the design of new functionality, often Your advise will later reduce the number of errors. Discover more about the whole project team,
become a consultant.
7. Learn the critical application functionality 把握好軟體的關鍵功能
You have to know the critical path of the application, the path that is most often performed by the user, it is the most important business process. Putting special emphasis on that functionality when creating scenarios and testers training, increase the certainty that the application is acceptable and there is no critical errors.
8. Always have Usability in your mind 多考慮軟體可用性的問題
High software quality does not only means that application is free from errors but above all, ensure us that the usability is also at high level. Use usability testing and usability inspections treat usability as a target. Try to eliminate redundant application paths, do it at early stages of development (point 6), do it still, then you will have higher usability and error will be easier to detect.