DescriptionQ370
Q370DVASIC interview problem
Identify a specification-based negative test
TechniquesDVNegative testingFIFOError handlingTest planning
DifficultyEasy
TopicVerification Strategy
LanguageSystemVerilog
Format4 choices
01
Problem
A FIFO specification says that a write while full must be rejected, must set overflow_error, and must not change stored data. Which option is a negative test?
02
