Friday, October 26, 2012

Whitebox and Blackbox(Overview blackbox and whitebox)



Chúng ta đi vào các kỹ thuật test rồiJ

Blackbox testing chúng ta nên tìm hiểu theo những từ khóa sau:
a. Equivalence Partitioning
b. Boundary Value Analysis
c. State Transition
d. Table Decision
e. Pair-wise
f. Estimation

Whitebox test chúng ta sẽ tìm hiểu theo từ khóa:
a.       Control Flow
b.      Data Flow

Ngoài ra chúng ta nên tìm hiểu thêm Static test, dynamic test, Function test, Non-Function test.

Bên cạnh đó việc tìm hiểu thêm testing principles và software development models cũng rất là quan trọng.


Blackbox is included technical such as:

 a. Equivalence Partitioning
b. Boundary Value Analysis
c. State Transition
d. Table Decision
e. Pair-wise
f. Estimation

Whitebox is included technical such as:
a. Control flow
b. Data flow

Beside we need to search Static test, dynamic test, Function test and Non-Function test

1 comment:

  1. Some books for you:
    - How to write better test case (Dianne Runnels)
    - TQM
    - Six Sigma
    - Lession Learned in SWtesting (Janes Career)
    - A Practitioner‘s Guide To Software Test Design(Lee CopeLand)

    ReplyDelete