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?
- Ensuring the code does what it was designed to do and nothing unintended (correct)
- Maximizing system performance
- Analyzing the risk of each error
- Identifying as few errors as possible
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?
- Defining and managing required test resources
- Developing the test plan
- Creating and executing test cases (correct)
- Analyzing the risk of each error
What are the qualities expected of a software tester?
What are the qualities expected of a software tester?
- Lackadaisical, argumentative, disorganized, and unimaginative
- Uncooperative, lacking creativity, and disorganized
- Overbearing, inarticulate, and unable to adopt client's point of view
- Striving for perfection, being diplomatic, having great writing skills, and being creative (correct)
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?
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?
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?
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?
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?
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?
What does 'test-to-pass' involve in software testing?
What does 'test-to-pass' involve in software testing?
What are the two steps in creating a test case?
What are the two steps in creating a test case?
What did Kaner suggest makes a good test case?
What did Kaner suggest makes a good test case?
What should be checked when reviewing a bug report?
What should be checked when reviewing a bug report?
What does static testing refer to?
What does static testing refer to?
"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?
"Complete and correct. Easy to read. Not redundant." are characteristics of what?
"Complete and correct. Easy to read. Not redundant." are characteristics of what?
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 ______.
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 ______.
The software tester role involves developing the test ______.
The software tester role involves developing the test ______.
One of the qualities expected of a software tester is to be ______.
One of the qualities expected of a software tester is to be ______.
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 ______.
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.
Black-Box Testing is also known as ______ testing
Black-Box Testing is also known as ______ testing
White, Glass, or Clear-Box Testing is also known as ______ testing
White, Glass, or Clear-Box Testing is also known as ______ testing
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 ______
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 ______
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
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 ______
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 ______'
The best tester is the one who gets the most bugs ______
The best tester is the one who gets the most bugs ______
Checking the Bug Report involves ensuring that the report is not ______
Checking the Bug Report involves ensuring that the report is not ______
He doesn't know how or why it happens, just that it ______
He doesn't know how or why it happens, just that it ______