100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.6 TrustPilot
logo-home
Exam (elaborations)

SWT301_FInal_BEST with 100% correct answers

Rating
-
Sold
-
Pages
22
Grade
A+
Uploaded on
03-01-2023
Written in
2022/2023

SWT301_FInal_BESTA company recently purchases a commercial off-the-shelf application to automate their bill-paying process. They now plan to run an acceptance test against the package prior to putting it into production. Which of the following is their most likely reason for testing?According to the ISTQB Glossary, the word 'bug' is synonymous with which of the following words? a. Incident b. Defect c. Mistake d. ErrorAccording to the ISTQB Glossary, a risk relates to:Ensuring that test design starts during the requirements definition phase is important to enable which of the following test objectives?A test team consistently finds between 90% and 95% of the defects present in the system under test. While the test manager understands that this is a good defect-detection percentage for her test team and industry, senior management and executives remain disappointed in the test group, saying that the test team misses too many bugs. Given that the users are generally happy with the system and that the failures which have occurred have generally been low impact, which of the following testing principles is most likely to help the test manager explain to these managers and executives why some defects are likely to be missed?According to the ISTQB Glossary, regression testing is required for what purpose?Which of the following is most important to promote and maintain good relationships between testers and developers?Which of the statements below is the best assessment of how the test principles apply across the test life cycle?What are good practices for testing within the development life cycle?Which option best describes objectives for test levels with a life cycle model?Which of the following is a test type?Which of the following is a nonfunctional quality characteristic?Which of these is a functional test? A. Measuring response time on an on-line booking system. B. Checking the effect of high volumes of traffic in a call-center system. C. Checking the on-line bookings screen information and the database contents against the information on the letter to the customers. D. Checking how easy the system is to use.Which of the following is a true statement regarding the process of fixing emergency changes?What statement about static analysis is true?Which of the following statements about early test design are true and which are false?In which document described in IEEE 829 would you find instructions for the steps to be taken for a test including set-up, logging, environment and measurement?With a highly experienced tester with a good business background, which approach to defining test procedures would be effective and most efficient for a project under severe time pressure?Put the test cases that implement the following test conditions into the best order for the test execution schedule, for a test that is checking modifications of customers on a database.Why are both specification-based and structure-based testing techniques useful?

Show more Read less
Institution
Course

Content preview

SWT301_FInal_BEST


A company recently purchases a commercial off-the-shelf application to automate their bill-
paying process. They now plan to run an acceptance test against the package prior to putting it
into production. Which of the following is their most likely reason for testing?
a. To build confidence in the application
b. to detect bugs in the application
c. to gather evidence for a lawsuit
d. to train the users. a correct answer According to the ISTQB Glossary, the word 'bug' is
synonymous with which of the following words?
a. Incident
b. Defect
c. Mistake
d. Error b correct answer According to the ISTQB Glossary, a risk relates to:
a. negative feedback to the tester
b. negative consequences that will occur
c. negative consequences that could occur
d. negative consequences for the test object c correct answer Ensuring that test design starts
during the requirements definition phase is important to enable which of the following test
objectives?
a. Preventing defects in the system.
b. Finding defects through dynamic testing.
c. Gaining confidence in the system.
d. Finishing the project on time. a correct answer A test team consistently finds between
90% and 95% of the defects present in the system under test. While the test manager understands
that this is a good defect-detection percentage for her test team and industry, senior management
and executives remain disappointed in the test group, saying that the test team misses too many
bugs. Given that the users are generally happy with the system and that the failures which have
occurred have generally been low impact, which of the following testing principles is most likely
to help the test manager explain to these managers and executives why some defects are likely to
be missed?
a. Exhaustive testing is impossible
b. Defect clustering
c. Pesticide Paradox
d. Absence-of-errors fallacy a correct answer According to the ISTQB Glossary, regression
testing is required for what purpose?
a. To verify the success of corrective actions.
b. To prevent a task from being incorrectly considered completed.
c. To ensure that defects have not been introduced by a modification.
d. To motivate better unit testing by the programmers. c correct answer Which of the
following is most important to promote

,and maintain good relationships between testers and
developers?
a. Understanding what managers value about testing.
b. Explaining test results in a neutral fashion.
c. Identifying potential customer work-arounds for bugs.
d. Promoting better quality software whenever possible. b correct answer Which of the
statements below is the best assessment of how the test principles apply across the test life cycle?
a. Test principles only affect the preparation for testing.
b. Test principles only affect test execution activities.
c. Test principles affect the early test activities such as review.
d. Test principles affect activities throughout the test life cycle. d correct answer What are
good practices for testing within the development life cycle?
a. Early test analysis and design.
b. Different test levels are defined with specific objectives.
c. Testers will start to get involved as soon as coding is done.
d. A and B above. d correct answer Which option best describes objectives for test levels
with a life cycle model?

A. Objectives should be generic for any test level.
B. Objectives are the same for each test level.
C. The objectives of a test level don't need to be defined in advance.
D. Each level has objectives specific to that level. d correct answer Which of the following is a
test type?

A. Component testing
B. Functional testing
C. System testing
D. Acceptance testing b correct answer Which of the following is a nonfunctional quality
characteristic?
a. Feasibility
b. Usability
c. Maintenance
d. Regression b correct answer Which of these is a functional test?
A. Measuring response time on an on-line booking system.
B. Checking the effect of high volumes of traffic in a call-center system.
C. Checking the on-line bookings screen information and the database contents against the
information on the letter to the customers.
D. Checking how easy the system is to use. c correct answer Which of the following is a true
statement regarding the process of fixing emergency changes?

A. There is no time to test the change before it goes live, so only the best developers should do
this work and should not involve testers as they slow down the process.

B. Just run the retest of the defect actually fixed.

, C. Always run a full regression test of the whole system in case other parts of the system have
been adversely affected.

D. Retest the changed area and then use risk assessment to decide on a reasonable subset of the
whole regression test to run in case other parts of the system have been adversely affected.
d correct answer A regression test:
a. Is only run once.
b. Will always be automated.
c. Will check unchanged areas of the software to see if they have been affected.
d. Will check changed areas of the software to see if they have been affected. c correct
answer Non-functional testing includes:
a. Testing to see where the system does not func tion correctly.
b. Testing the quality attributes of the system including reliability and usability.
c. Gaining user approval for the system.
d. Testing a system feature using only the software required for that function b correct
answer Beta testing is:

A. Performed by customers at their own site
B. Performed by customers at their software developer for a site
C. Performed by an independent test team
D. Useful to test bespoke software
E. Performed as early as possible in the lifecycle a correct answer Which of the following
artifacts can be examined by using review techniques?

A. Software code
B. Requirements specification
C. Test designs
D. All of the above d correct answer Which statement about the function of a static analysis
tool is true?

A. Gives quality information about the code without executing it.
B. Checks expected results against actual results.
C. Can detect memory leaks.
D. Gives information about what code has and has not been exercised. a correct answer
Which is not a type of review?

A. Walkthrough
B. Inspection
C. Informal review
D. Management approval d correct answer What statement about reviews is true?

A. Inspections are led by a trained moderator, whereas technical reviews are not necessarily.
B. Technical reviews are led by a trained leader, inspections are not.
C. In a walkthrough, the author does not attend.
D. Participants for a walkthrough always need to be thoroughly trained. a correct answer What
is the main difference between a walkthrough and an inspection?

Written for

Institution
Study
Course

Document information

Uploaded on
January 3, 2023
Number of pages
22
Written in
2022/2023
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$23.99
Get access to the full document:

100% satisfaction guarantee
Immediately available after payment
Both online and in PDF
No strings attached

Get to know the seller
Seller avatar
HIGHSCORE420
3.0
(1)

Get to know the seller

Seller avatar
HIGHSCORE420 Chamberlain School Of Nursing
Follow You need to be logged in order to follow users or courses
Sold
6
Member since
3 year
Number of followers
7
Documents
982
Last sold
1 year ago
NURSING TASTE BANKS AND ALL REVISION MATERIALS IN ONE!!!!!!!!!

ON THIS PAGE YOU WILL FIND ALL REVISION MATERIALS YOU NEED FOR YOUR EXAMS,WELCOME TO BOSSGRADES ALL THE BEST!!!!!

3.0

1 reviews

5
0
4
0
3
1
2
0
1
0

Trending documents

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions