🎴 Flashcard Mode
Software Testing Fundamentals and QuickTest Professional
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Which type of testing is this ? "Continuously raising an input signal until the system breaks down."
AnswerClick to flip back
A
Ramp testing
💡 Explanation:
Ramp testing involves continuously increasing an input signal or load until the system breaks down, helping determine the breaking point and system limits. It's different from Monkey Testing (random inputs), Unit Testing (individual components), or Gorilla Testing (repeated testing of one module).