Software Testing Methodology

Testing Methods
  1. White Box
    Also called "Structural Testing / Glass Box Testing" is used for testing the code keeping the system specs in mind. Inner working is considered and thus Developers Test..
    • Mutation Testing
      Number of mutants of the same program created with minor changes and none of their result should coincide with that of the result of the original program given same test case.
    • Basic Path Testing
      Testing is done based on Flow graph notation, uses Cyclometric complexity & Graph matrices.
    • Control Structure Testing
      The Flow of control execution path is considered for testing. It does also checks :-
      Conditional Testing : Branch Testing, Domain Testing.
      Data Flow Testing.
      Loop testing :Simple, Nested, Conditional, Unstructured Loops.
Gray Box
Similar to Black box but the test cases, risk assessments, and test methods involved in gray box testing are developed based on the knowledge of the internal data and flow structures Black Box
Also called "Functional Testing" as it concentrates on testing of the functionality rather than the internal details of code.
Test cases are designed based on the task descriptions
  • Comparison Testing
    Test cases results are compared with the results of the test Oracle.
  • Graph Based Testing
    Cause and effect graphs are generated and cyclometric complexity considered in using the test cases.
  • Boundary Value Testing
    Boundary values of the Equivalence classes are considered and tested as they generally fail in Equivalence class testing.
  • Equivalence class Testing
    Test inputs are classified into Equivalence classes such that one input check validates all the input values in that class.

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/11379785/viewspace-706093/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/11379785/viewspace-706093/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值