【转】从8个方面努力成为优秀的测试人员

上一篇 / 下一篇  2010-03-03 10:09:42 / 个人分类:精华转载

转自:

http://blog.csdn.net/Testing_is_believing/archive/2010/02/27/5332230.aspx

推荐软件测试新手看看这篇文章

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.

 


TAG:

 

评分:0

我来说两句

Open Toolbar