软件测试面试题

当前位置: 面试问题网 > 软件测试面试题 > do you have any Best Practice for testing

do you have any Best Practice for testing

Test everything that you want to work
   More test methods in your TestCase than in the class you are testing
   Tests should be as fine grained as possible
   Tests should be independent
   Should not take long to run (a few seconds)
   Easy to understand and read
   Make them safe
   Developers must know they are not destructive
   All developers must know about them
   Everyone who touches the code must run the tests.
   Determines how much of your code is covered by tests
   If developer changes functionality, they may need to update test
   Warning: you’ve changed the interface. Did you break someone else?
   Even better, all tests pass AND new tests were added for new code
   All tests pass all the time
   Don’t allow even one test the “always fails”
   Track down and fix the broken test immediately
   Automate running of tests
   Ex. All tests on tip revision of code get run automatically once per day with failures emailed.
   Run tests on code check-in
   Run tests before deployment
   Have a reasonable copy of your production environment in a dev area.

【do you have any Best Practice for testing】相关文章

1. do you have any Best Practice for testing

2. 软件测试LoadRunner面试题:If you want to stop the execution of your script on error, how do you do that?

3. 若通过ObjectOutputStream向一个文件中多次以追加方式写入object,为什么用ObjectInputStream读取这些object时会产生StreamCorruptedExcepti

4. Linux Interview Questions For software testers

5. 软件测试LoadRunner面试题:How do you identify the performance bottlenecks

6. 如何反序的迭代一个序列?how do I iterate over a sequence in reverse order

7. 简述你对Statement,PreparedStatement,CallableStatement的理解

8. 软件测试LoadRunner面试题:What is think time? How do you change the threshold?

9. 软件测试LoadRunner面试题:How did you find web server related issues?

10. 什么是Connection-oriented Protocol/Connectionless Protocol面向连接的协议/无连接协议

本文来源:https://www.mianshiwenti.com/a12024.html

点击展开全部

《do you have any Best Practice for testing》

将本文的Word文档下载到电脑,方便收藏和打印

推荐程度:

进入下载页面

﹝do you have any Best Practice for testing﹞相关内容

「do you have any Best Practice for testing」相关专题

其它栏目

也许您还喜欢