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

SWT301 QUESTIONS & ANSWERS VERIFIED 100% CORRECT

Rating
-
Sold
-
Pages
16
Grade
A+
Uploaded on
03-10-2024
Written in
2024/2025

Which of the following is NOT part of system testing? Select one: a. requirements-based testing b. performance, load and stress testing c. business process-based testing d. top-down integration testing - ️️d Where may functional testing be performed? Select one: a. At all levels above integration testing. b. At the acceptance testing level only. c. At system and acceptance testing levels only. d. At all test levels - ️️d Which of the following will be the best definition for Testing Select one: a. The goal / purpose of testing is to demonstrate that the program works. b. The purpose of testing is to demonstrate that the program is defect free. c. Testing is executing Software for the purpose of finding defects. d. The purpose of testing is to demonstrate that the program does what it is supposed to do. - ️️c What can static analysis NOT find? Select one: a. Whether the value stored in a variable is correct b. The use of a variable before it has been defined c. Unreachable ("dead") code d. Array bound violations e. The re-definition of a variable before it has been used - ️️a Which of the following artefacts can be examined by using review techniques? Select one: a. Requirements specification b. Software code c. Test designs d. All of the above - ️️d Which statement about the function of a static analysis tool is true? Select one: a. Can detect memory leaks. b. Gives information about what code has and has not been exercised. c. Gives quality information about the code without executing it.d. Checks expected results against actual results. - ️️c Which is not a type of review? Select one: a. Informal review b. Walkthrough c. Inspection d. Management approval - ️️d What statement about reviews is true? Select one: 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 What is the main difference between a walkthrough and an inspection? Select one: a. An inspection is led by the authors, while a walkthrough is led by a trained moderator. b. An inspection has a trained leader, while a walkthrough has no leader. c. Authors are not present during inspections, while they are during walkthroughs. d. A walkthrough is led by the author, while an inspection is led by a trained moderator. - ️️d The later in the development life cycle a fault is discovered, the more expensive it is to fix. Why? Select one: a. Wages are rising b. The fault has been built into more documentation,code,tests, etc. c. None of the others d. The documentation is poor, so it takes longer to find out what the software is doing. - ️️b What is the MAIN objective when reviewing a software deliverable? Select one: a. To identify potential application failures by use of a test specification. b. To identify spelling mistakes in a requirements specification. c. To identify standards inconsistencies in the code. d. To identify defects in any software work product. - ️️d Who would USUALLY perform debugging activities? Select one: a. Developers.b. Testers. c. Analysts. d. Incident Managers. - ️️a Which of the following is a type of non-functional testing? Select one: a. Dataflow testing. b. Statement Coverage. c. Cause-effect graphing. d. Usability testing. - ️️d

Show more Read less
Institution
SWT301
Course
SWT301

Content preview

SWT301
Which of the following is NOT part of system testing?
Select one:
a. requirements-based testing
b. performance, load and stress testing
c. business process-based testing
d. top-down integration testing - ✔️✔️d


Where may functional testing be performed?
Select one:
a. At all levels above integration testing.
b. At the acceptance testing level only.
c. At system and acceptance testing levels only.
d. At all test levels - ✔️✔️d

Which of the following will be the best definition for Testing
Select one:
a. The goal / purpose of testing is to demonstrate that the program works.
b. The purpose of testing is to demonstrate that the program is defect free.
c. Testing is executing Software for the purpose of finding defects.
d. The purpose of testing is to demonstrate that the program does what it is supposed to
do. - ✔️✔️c

What can static analysis NOT find?
Select one:
a. Whether the value stored in a variable is correct
b. The use of a variable before it has been defined
c. Unreachable ("dead") code
d. Array bound violations
e. The re-definition of a variable before it has been used - ✔️✔️a

Which of the following artefacts can be examined by using review techniques?
Select one:
a. Requirements specification
b. Software code
c. Test designs
d. All of the above - ✔️✔️d

Which statement about the function of a static analysis tool is true?
Select one:
a. Can detect memory leaks.
b. Gives information about what code has and has not been exercised.
c. Gives quality information about the code without executing it.

,d. Checks expected results against actual results. - ✔️✔️c

Which is not a type of review?
Select one:
a. Informal review
b. Walkthrough
c. Inspection
d. Management approval - ✔️✔️d

What statement about reviews is true?
Select one:
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

What is the main difference between a walkthrough and an inspection?
Select one:
a. An inspection is led by the authors, while a walkthrough is led by a trained moderator.
b. An inspection has a trained leader, while a walkthrough has no leader.
c. Authors are not present during inspections, while they are during walkthroughs.
d. A walkthrough is led by the author, while an inspection is led by a trained moderator.
- ✔️✔️d


The later in the development life cycle a fault is discovered, the more expensive it is to
fix. Why?
Select one:
a. Wages are rising
b. The fault has been built into more documentation,code,tests, etc.
c. None of the others
d. The documentation is poor, so it takes longer to find out what the software is doing. -
✔️✔️b


What is the MAIN objective when reviewing a software deliverable?
Select one:
a. To identify potential application failures by use of a test specification.
b. To identify spelling mistakes in a requirements specification.
c. To identify standards inconsistencies in the code.
d. To identify defects in any software work product. - ✔️✔️d

Who would USUALLY perform debugging activities?
Select one:
a. Developers.

, b. Testers.
c. Analysts.
d. Incident Managers. - ✔️✔️a

Which of the following is a type of non-functional testing?
Select one:
a. Dataflow testing.
b. Statement Coverage.
c. Cause-effect graphing.
d. Usability testing. - ✔️✔️d



Ensuring that test design starts during the requirements definition phase is important to
enable which of the following test objectives?
Select one:
a. Finishing the project on time.
b. Finding defects through dynamic testing.
c. Gaining confidence in the system.
d. Preventing defects in the system - ✔️✔️d

According to the ISTQB Glossary, a risk relates to which of the following?
Select one:
a. Negative feedback to the tester.
b. Negative consequences that could occur.
c. Negative consequences for the test object.
d. Negative consequences that will occur. - ✔️✔️b

According to the ISTQB Glossary, the word 'bug' is synonymous with which of the
following words?
Select one:
a. Incident.
b. Mistake.
c. Defect.
d. Error. - ✔️✔️c

A company recently purchased 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?
Select one:
a. To gather evidence for a lawsuit.
b. To build confidence in the application.
c. To detect bugs in the application.
d. To train the users. - ✔️✔️b

Written for

Institution
SWT301
Course
SWT301

Document information

Uploaded on
October 3, 2024
Number of pages
16
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Brainarium Delaware State University
View profile
Follow You need to be logged in order to follow users or courses
Sold
1882
Member since
2 year
Number of followers
1044
Documents
22695
Last sold
3 days ago

3.8

326 reviews

5
151
4
62
3
55
2
16
1
42

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