Garantie de satisfaction à 100% Disponible immédiatement après paiement En ligne et en PDF Tu n'es attaché à rien
logo-home
SWT301 EXAM QUESTIONS WITH 100% SCORED A+ SOLUTIONS!! €10,92   Ajouter au panier

Examen

SWT301 EXAM QUESTIONS WITH 100% SCORED A+ SOLUTIONS!!

 9 vues  0 fois vendu
  • Cours
  • SWT301
  • Établissement
  • SWT301

Which of the following activities should be performed during the selection and implementation of a testing tool? i) Investigate the organisation's test process. ii) Conduct a proof of concept. iii) Implement the selected tool on a project behind schedule to save time. iv) Identify coaching and...

[Montrer plus]

Aperçu 4 sur 58  pages

  • 3 octobre 2024
  • 58
  • 2024/2025
  • Examen
  • Questions et réponses
  • SWT301
  • SWT301
avatar-seller
SWT301 EXAM
Which of the following activities should be performed during the selection and
implementation of a testing tool?
i) Investigate the organisation's test process.
ii) Conduct a proof of concept.
iii) Implement the selected tool on a project behind schedule to save time.
iv) Identify coaching and mentoring requirements for the use of the selected tool.
Options:
A. i, ii, iii.
B. ii, iii, iv.
C. i, iii, iv.
D. i, ii, iv. - ✔️✔️d

As part of which test process do you determine the exit criteria?
A. Test planning.
B. Evaluating exit criteria and reporting.
C. Test closure.
D. Test control. - ✔️✔️a

Which of the following BEST describes the difference between an inspection and a
walkthrough?
A. Both inspections and walkthroughs are led by the author.
B. An inspection is led by a moderator and a walkthrough is led by the author.
C. Both inspections and walkthroughs are led by a trained moderator.
D. A walkthrough is led by the author. The author is not present during inspections. -
✔️✔️b


From a Testing perspective, what are the MAIN purposes of Configuration
Management?:
i) Identifying the version of software under test.
ii) Controlling the version of testware items.
iii) Developing new testware items.
iv) Tracking changes to testware items.
v) Analysing the need for new testware items.
A. ii, iv and v.
B. ii, iii and iv.i,
C. i, ii and iv.
D. i, iii and v. - ✔️✔️c

Which of the following is a MAJOR task of test planning?
A. Scheduling test analysis and design tasks.
B. Initiating corrective actions.
C. Monitoring progress and test coverage.

,D. Measuring and analyzing results. - ✔️✔️a


Where may functional testing be performed?
A. At system and acceptance testing levels only.
B. At all test levels.
C. At all levels above integration testing.
D. At the acceptance testing level only. - ✔️✔️b

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

Who would USUALLY perform debugging activities?
A. Developers.
B. Analysts.
C. Testers.
D. Incident Managers. - ✔️✔️a

Which of the following would you NOT usually find on a software incident report?
A. The name and/or organisational position of the person raising the problem.
B. Version of the Software Under Test.
C. Suggestions as to how to fix the problem.
D. Actual and expected results. - ✔️✔️c


Given the following state transition table Which of the test cases below will cover the
following series of state transitions? S1 SO S1 S2 SO
Exhibit:
A. D, A, B, C.
B. A, B, C, D.
C. D, A, B.
D. A, B, C. - ✔️✔️a

Which of the following defines the expected results of a test?
A. Test case specification.
B. Test design specification.
C. Test procedure specification.
D. Test results. - ✔️✔️a

Some tools are geared more for developer use. For the 5 tools listed, which statement
BEST details those for developers
i) Performance testing tools.

,ii) Coverage measurement tools.
iii) Test comparators.
iv) Dynamic analysis tools.
v) Incident management tools.
A. i, iii. and iv. are more for developers.
B. ii. and iv. are more for developers.
C. ii, iii. and iv. are more for developers.
D. ii. and iii. are more for developers. - ✔️✔️b

Which of the following is correct?
A. Impact analysis assesses the effect on the system of a defect found in regression
testing.
B. Impact analysis assesses the effect of a new person joining the regression test team.
C. Impact analysis assesses whether or not a defect found in regression testing has
been fixed correctly.
D. Impact analysis assesses the effect of a change to the system to determine how
much regression testing to do. - ✔️✔️d


Given the following state transition diagram Which of the following series of state
transitions contains an INVALID transition which may indicate a fault in the system
design?
A. Login Browse Basket Checkout Basket Checkout Pay Logout.
B. Login Browse Basket Checkout Pay Logout.
C. Login Browse Basket Checkout Basket Logout.
D. Login Browse Basket Browse Basket Checkout Pay Logout. - ✔️✔️c

Which of the following is a MAJOR task of test implementation and execution?
A. Measuring and analyzing results.
B. Reporting discrepancies as incidents.
C. Identifying test conditions or test requirements.
D. Assessing if more tests are needed. - ✔️✔️b

What is beta testing?
A. Testing performed by potential customers at the developers location.
B. Testing performed by potential customers at their own locations.
C. Testing performed by product developers at the customer's location.
D. Testing performed by product developers at their own locations. - ✔️✔️b

Given the following fragment of code, how many tests are required for 100% decision
coverage?
if width > length
then
biggest_dimension = width
if height > width
then

, biggest_dimension = height
end_if
else
biggest_dimension = length
if height > length
then
biggest_dimension = height
end_if
end_if
A. 3
B. 4
C. 2
D. 1 - ✔️✔️b

You have designed test cases to provide 100% statement and 100% decision
coverage for the following fragment of code.
if width > length
then
biggest_dimension = width
else
biggest_dimension = length
end_if
The following has been added to the bottom of the code fragment above.
print "Biggest dimension is " & biggest_dimension
print "Width: " & width
print "Length: " & length
How many more test cases are required?
A. One more test case will be required for 100 % decision coverage.
B. Two more test cases will be required for 100 % statement coverage, one of which will
be used to provide 100% decision coverage.
C. None, existing test cases can be used.
D. One more test case will be required for 100" statement coverage. - ✔️✔️c

A thermometer measures temperature in whole degrees only. If the temperature
falls below 18 degrees, the heating is switched off. It is switched on again when the
temperature reaches 21 degrees. What are the best values in degrees to cover all
equivalence partitions?
A. 15, 19 and 25.
B. 17, 18 and19.
C. 18, 20 and22.
D. 16, 26 and 32. - ✔️✔️a

Which activity in the fundamental test process creates test suites for efficient
test execution?
A. Implementation and execution.
B. Planning and control.

Les avantages d'acheter des résumés chez Stuvia:

Qualité garantie par les avis des clients

Qualité garantie par les avis des clients

Les clients de Stuvia ont évalués plus de 700 000 résumés. C'est comme ça que vous savez que vous achetez les meilleurs documents.

L’achat facile et rapide

L’achat facile et rapide

Vous pouvez payer rapidement avec iDeal, carte de crédit ou Stuvia-crédit pour les résumés. Il n'y a pas d'adhésion nécessaire.

Focus sur l’essentiel

Focus sur l’essentiel

Vos camarades écrivent eux-mêmes les notes d’étude, c’est pourquoi les documents sont toujours fiables et à jour. Cela garantit que vous arrivez rapidement au coeur du matériel.

Foire aux questions

Qu'est-ce que j'obtiens en achetant ce document ?

Vous obtenez un PDF, disponible immédiatement après votre achat. Le document acheté est accessible à tout moment, n'importe où et indéfiniment via votre profil.

Garantie de remboursement : comment ça marche ?

Notre garantie de satisfaction garantit que vous trouverez toujours un document d'étude qui vous convient. Vous remplissez un formulaire et notre équipe du service client s'occupe du reste.

Auprès de qui est-ce que j'achète ce résumé ?

Stuvia est une place de marché. Alors, vous n'achetez donc pas ce document chez nous, mais auprès du vendeur PatrickKaylian. Stuvia facilite les paiements au vendeur.

Est-ce que j'aurai un abonnement?

Non, vous n'achetez ce résumé que pour €10,92. Vous n'êtes lié à rien après votre achat.

Peut-on faire confiance à Stuvia ?

4.6 étoiles sur Google & Trustpilot (+1000 avis)

81849 résumés ont été vendus ces 30 derniers jours

Fondée en 2010, la référence pour acheter des résumés depuis déjà 14 ans

Commencez à vendre!
€10,92
  • (0)
  Ajouter