Podcast
Questions and Answers
Which of the following is the primary goal of software testing?
Which of the following is the primary goal of software testing?
What is the role of a software tester in creating and executing test cases?
What is the role of a software tester in creating and executing test cases?
What are the qualities expected of a software tester?
What are the qualities expected of a software tester?
What are the two terms used by software testers to describe how they approach their testing?
What are the two terms used by software testers to describe how they approach their testing?
Signup and view all the answers
In software testing, what is the purpose of analyzing and measuring the system’s performance?
In software testing, what is the purpose of analyzing and measuring the system’s performance?
Signup and view all the answers
What is the main responsibility of a software tester in maintaining test statistics?
What is the main responsibility of a software tester in maintaining test statistics?
Signup and view all the answers
What type of testing involves the tester not knowing the details of how the software works?
What type of testing involves the tester not knowing the details of how the software works?
Signup and view all the answers
In which type of testing does the tester have access to the program's code and can examine it?
In which type of testing does the tester have access to the program's code and can examine it?
Signup and view all the answers
Which type of testing refers to examining and reviewing something that's not running such as documentation?
Which type of testing refers to examining and reviewing something that's not running such as documentation?
Signup and view all the answers
What does 'test-to-pass' involve in software testing?
What does 'test-to-pass' involve in software testing?
Signup and view all the answers
What are the two steps in creating a test case?
What are the two steps in creating a test case?
Signup and view all the answers
What did Kaner suggest makes a good test case?
What did Kaner suggest makes a good test case?
Signup and view all the answers
What should be checked when reviewing a bug report?
What should be checked when reviewing a bug report?
Signup and view all the answers
What does static testing refer to?
What does static testing refer to?
Signup and view all the answers
"He can't look in the box to see how it operates" refers to which type of testing?
"He can't look in the box to see how it operates" refers to which type of testing?
Signup and view all the answers
"Complete and correct. Easy to read. Not redundant." are characteristics of what?
"Complete and correct. Easy to read. Not redundant." are characteristics of what?
Signup and view all the answers
Software testing is a process designed to make sure computer code does what it was designed to do and that it does not do anything ______.
Software testing is a process designed to make sure computer code does what it was designed to do and that it does not do anything ______.
Signup and view all the answers
The goal of the software tester is to find errors, finding them as early as possible, and making sure they get ______.
The goal of the software tester is to find errors, finding them as early as possible, and making sure they get ______.
Signup and view all the answers
The software tester role involves developing the test ______.
The software tester role involves developing the test ______.
Signup and view all the answers
One of the qualities expected of a software tester is to be ______.
One of the qualities expected of a software tester is to be ______.
Signup and view all the answers
Black-Box and White-Box Testing are two terms that software testers use to describe how they approach their ______.
Black-Box and White-Box Testing are two terms that software testers use to describe how they approach their ______.
Signup and view all the answers
In software testing, the tester has access to the program's code and can examine it in ______ testing.
In software testing, the tester has access to the program's code and can examine it in ______ testing.
Signup and view all the answers
Black-Box Testing is also known as ______ testing
Black-Box Testing is also known as ______ testing
Signup and view all the answers
White, Glass, or Clear-Box Testing is also known as ______ testing
White, Glass, or Clear-Box Testing is also known as ______ testing
Signup and view all the answers
Static testing refers to examining and reviewing something that's not running such as ______
Static testing refers to examining and reviewing something that's not running such as ______
Signup and view all the answers
Dynamic testing refers to examining and reviewing something that's running such as ______
Dynamic testing refers to examining and reviewing something that's running such as ______
Signup and view all the answers
Test-to-pass involves assuring that the software does what it's specified to do in ______ circumstances
Test-to-pass involves assuring that the software does what it's specified to do in ______ circumstances
Signup and view all the answers
Test-to-fail involves assuring only that the software shouldn’t work when it ______
Test-to-fail involves assuring only that the software shouldn’t work when it ______
Signup and view all the answers
A test case is 'A group of instructions for each test to be run on the ______'
A test case is 'A group of instructions for each test to be run on the ______'
Signup and view all the answers
The best tester is the one who gets the most bugs ______
The best tester is the one who gets the most bugs ______
Signup and view all the answers
Checking the Bug Report involves ensuring that the report is not ______
Checking the Bug Report involves ensuring that the report is not ______
Signup and view all the answers
He doesn't know how or why it happens, just that it ______
He doesn't know how or why it happens, just that it ______
Signup and view all the answers