40 Questions Quiz 8 (281-320)

Beschreibung

Quiz am 40 Questions Quiz 8 (281-320), erstellt von Daniel Neag am 04/12/2017.
Daniel Neag
Quiz von Daniel Neag, aktualisiert more than 1 year ago
Daniel Neag
Erstellt von Daniel Neag vor mehr als 6 Jahre
27
0

Zusammenfassung der Ressource

Frage 1

Frage
In case of Large Systems :
Antworten
  • A. Only few tests should be run
  • B. Testing should be on the basis of Risk
  • C. Only Good Test Cases should be executed.
  • D. Test Cases written by good test engineers should be executed.

Frage 2

Frage
What is the expected result for each of the following test cases? A. Citibank card member, holding a Silver room B. Non Citibank-member, holding a Platinum room
Antworten
  • A. A Don't offer any upgrade, B - Don't offer any upgrade.
  • B. A Don't offer any upgrade, B - Offer upgrade to Gold.
  • C. A Offer upgrade to Silver, B - Offer upgrade to Silver.
  • D. A Offer upgrade to Gold, B - Don't offer any upgrade

Frage 3

Frage
Which typical defects are easier to find using static instead of dynamic testing? L. Deviation from standards M. Requirements defects N. Insufficient maintainability O. Incorrect interface specifications
Antworten
  • A. L, M, N and O
  • B. L and N
  • C. L,N and O
  • D. L,M and N

Frage 4

Frage
Based on the IEEE Standard for Software Test Documentation (IEEE Std 829-1998), which sections of the test incident report should the following details be recorded? a) Test incident report identifier b) Summary c) Incident description d) Impact 1. Expected results 2. Actual results 3. Procedure step 4. Environment 5. Revision level 6. Date and time
Antworten
  • A. a: 3; b: 5; c: 1, 2, 4 and 6
  • B. b: 5; c: 1, 2, 3, 4 and 6
  • C. b: 5 and 6; c: 1, 2, 3 and 4
  • D. a: 5; c: 1, 2, 3, 4 and 6

Frage 5

Frage
Repeated Testing of an already tested program, after modification, to discover any defects introduced or uncovered as a result of the changes in the software being tested or in another related or unrelated software component:
Antworten
  • A. Re Testing
  • B. Confirmation Testing
  • C. Regression Testing
  • D. Negative Testing

Frage 6

Frage
Consider the following state transition diagram of a switch. Which of the following represents an invalid state transition?
Antworten
  • A. OFF to ON
  • B. ON to OFF
  • C. FAULT to ON

Frage 7

Frage
We use the output of the requirement analysis, the requirement specification as the input for writing:
Antworten
  • A. User Acceptance Test Cases
  • B. Integration Level Test Cases
  • C. Unit Level Test Cases
  • D. Program specifications

Frage 8

Frage
Regression testing should be performed: i. Every week ii. After the software has changed iii. As often as possible iv. When the environment has changed v. When the project manager says
Antworten
  • A. i & ii are true, iii, iv & v are false
  • B. ii, iii & iv are true, i & v are false
  • C. ii & iv are true, i, iii & v are false
  • D. ii is true, i, iii, iv & v are false

Frage 9

Frage
Which input combinations will a knowledgeable tester MOST LIKELY use to uncover potential errors when testing a surname field?
Antworten
  • A. Wilson, de Costa and Morgan
  • B. Go, Cheenaswamimuthusami and Venkatsewaran
  • C. Smit, Smyth and Smithson
  • D. O'Lever, Lesa-Brit and Jewel Dòe

Frage 10

Frage
Which of the following has highest level of independence in which test cases are:
Antworten
  • A. Designed by persons who write the software under test
  • B. Designed by a person from a different section
  • C. Designed by a person from a different organization
  • D. Designed by another person

Frage 11

Frage
Test planning has which of the following major tasks? i. Determining the scope and risks, and identifying the objectives of testing. ii. Determining the test approach (techniques,test items, coverage, identifying and interfacing the teams involved in testing , testware) iii. Reviewing the Test Basis (such as requirements,architecture,design,interface) iv. Determining the exit criteria.
Antworten
  • A. i,ii,iv are true and iii is false
  • B. i,,iv are true and ii is false
  • C. i,ii are true and iii,iv are false
  • D. ii,iii,iv are true and i is false

Frage 12

Frage
Deciding How much testing is enough should take into account :- i. Level of Risk including Technical and Business product and project risk ii. Project constraints such as time and budget iii. Size of Testing Team iv. Size of the Development Team
Antworten
  • A. i,ii,iii are true and iv is false
  • B. i,,iv are true and ii is false
  • C. i,ii are true and iii,iv are false
  • D. ii,iii,iv are true and i is false

Frage 13

Frage
Which of the following will be the best definition for Testing:
Antworten
  • 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. The purpose of testing is to demonstrate that the program does what it is supposed to do.
  • D. Testing is executing Software for the purpose of finding defects.

Frage 14

Frage
Minimum Tests Required for Statement Coverage and Branch Coverage: Read P Read Q If p+q > 100 then Print "Large" End if If p > 50 then Print "pLarge" End if
Antworten
  • A. Statement coverage is 2, Branch Coverage is 2
  • B. Statement coverage is 3 and branch coverage is 2
  • C. Statement coverage is 1 and branch coverage is 2
  • D. Statement Coverage is 4 and Branch coverage is 2

Frage 15

Frage
Match every stage of the software Development Life cycle with the Testing Life cycle: i. Hi-level design ii. Code iii. Low-level design iv. Business requirements a Unit tests b Acceptance tests c System tests d Integration tests
Antworten
  • A. i-d , ii-a , iii-c , iv-b
  • B. i-c , ii-d , iii-a , iv-b
  • C. i-b , ii-a , iii-d , iv-c
  • D. i-c , ii-a , iii-d , iv-b

Frage 16

Frage
Which of the following is a part of Test Closure Activities? i. Checking which planned deliverables have been delivered ii. Defect report analysis. iii. Finalizing and archiving testware. iv. Analyzing lessons.
Antworten
  • A. i , ii , iv are true and iii is false
  • B. i , ii , iii are true and iv is false
  • C. i , iii , iv are true and ii is false
  • D. All of above are true

Frage 17

Frage
What principles do "avoiding author bias" and "communicating problems constructively" represent?
Antworten
  • A. Preventive testing and reactive testing
  • B. Experience-based testing and interoperability testing
  • C. Independent testing and good interpersonal skills
  • D. Criticism avoidance and effective relationships

Frage 18

Frage
Which test is OFTEN the responsibility of the customers or users of the system?
Antworten
  • A. Usability testing
  • B. Functional testing
  • C. Maintenance testing
  • D. Acceptance testing

Frage 19

Frage
Which of the following statements is true of static analysis:
Antworten
  • A. Compiling code is not a form of static analysis.
  • B. Static analysis need not be performed before imperative code is executed.
  • C. Static analysis can find faults that are hard to find with dynamic testing.
  • D. Extensive statistic analysis will not be needed if white- Box testing is to be performed.

Frage 20

Frage
In a system designed to work out the tax to be paid: An employee has $4000 of salary tax free. The next $1500 is taxed at 10% The next $28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class?
Antworten
  • A. $5800; $28000; $32000
  • B. $0; $200; $4200
  • C. $5200; $5500; $28000
  • D. $28001; $32000; $35000

Frage 21

Frage
Cost of the reviews will not include.
Antworten
  • A. Review process itself
  • B. Metrics analysis
  • C. Tool support.
  • D. Process improvement.

Frage 22

Frage
Regression testing always involves
Antworten
  • A. Testing whether a known software fault been fixed.
  • B. Executing a large number of different tests.
  • C. Testing whether modifications have introduced adverse side effects.
  • D. Using a test automation tool.

Frage 23

Frage
Capture and replay facilities are least likely to be used to _______
Antworten
  • A. Performance testing
  • B. Recovery testing
  • C. GUI testing
  • D. User requirements.

Frage 24

Frage
Which tool will be used to test the flag memory leaks and unassigned pointers
Antworten
  • A. Dynamic analysis tool
  • B. Static Analysis tool.
  • C. Maintenance tool.
  • D. Configuration tool.

Frage 25

Frage
Cyclomatic complexity is used to calculate
Antworten
  • A. Number of independent paths in the basis set of a program
  • B. Number of binary decisions + 1
  • C. Number bound for the number of tests that must be conducted to ensure that all statements have been executed at least once
  • D. Number of branches and decisions

Frage 26

Frage
Which of the following is not included in Test Plan.
Antworten
  • A. Features to be tested.
  • B. Environmental needs.
  • C. Suspension criteria.
  • D. Expected results.

Frage 27

Frage
Software quality is not relevant to _______
Antworten
  • A. Correctness
  • B. Usability
  • C. Viability
  • D. Reusability.

Frage 28

Frage
Match the following: 1. Test estimation 2. Test control 3. Test monitoring a. Measures of tracking process b. Effort required to perform activities c. Reallocation of resources
Antworten
  • A. 1-b, 2-c, 3-a
  • B. 1-b, 2-a, 3-c
  • C. 1-c, 2-a, 3-b
  • D. 1-a, 2-b, 3-c

Frage 29

Frage
When do you stop testing?
Antworten
  • A. When the specified number of faults are found.
  • B. When the test completion criteria are met.
  • C. When all high and medium priority tests are complete.
  • D. When all statements have been executed

Frage 30

Frage
What is the smallest number of test cases required to Provide 100% branch coverage? If(x>y) x=x+1; else y=y+1; while(x>y) { y=x*y; x=x+1; }
Antworten
  • A. 1
  • B. 2
  • C. 3
  • D. 4

Frage 31

Frage
Match the following. 1. Configuration identification 2. Configuration control 3. Status reporting 4. Configuration auditing a. Maintains of CI's in a library b. Checks on the contents of the library c. Function recording and tracking problems. d. Requires the all CI's and their versions in the system are known
Antworten
  • A.1-d, 2-c, 3-d, 4-a.
  • B. 1-d, 2-a, 3-c, 4-b.
  • C. 1-a, 2-b, 3-d, 4-c.
  • D. 1-c, 2-b, 3-a, 4-d.

Frage 32

Frage
Integration testing in the large involves:
Antworten
  • A. Testing the system when combined with other systems.
  • B. Testing a sub-system using stubs and drivers.
  • C. Testing a system with a large number of users.
  • D. Combing software components and testing them in one go.

Frage 33

Frage
How are error guessing and exploratory testing similar?
Antworten
  • A. Both are widely used formal techniques
  • B. Both are white-box test design techniques
  • C. Both are experience-based testing
  • D. Both are effective at all testing levels

Frage 34

Frage
What technique would be MOST appropriate to check status changes based on certain events?
Antworten
  • A. State transition
  • B. Equivalence partitioning
  • C. Boundary value analysis
  • D. Decision table

Frage 35

Frage
In a formal review, who is primarily responsible for the documents to be reviewed?
Antworten
  • A. Author
  • B. Manager
  • C. Moderator
  • D. Reviewers

Frage 36

Frage
What type of testing will you perform on internet banking solution?
Antworten
  • A. System integration
  • B. Functional testing
  • C. Non-functional testing.
  • D. Requirements testing

Frage 37

Frage
Which of the following are false?
Antworten
  • A. Incidents should always be investigated and resolved.
  • B. Incidents occur when expected and actual results differ.
  • C. Incidents can be analyzed to assist in test process improvement.
  • D. An incident can be raised against documentation.

Frage 38

Frage
Testing is not done to ______
Antworten
  • A. Find faults
  • B. Improve quality
  • C. Check user friendliness.
  • D. Improve software accuracy

Frage 39

Frage
A field failure occurs when multiple users access a system. Which of the following is true?
Antworten
  • A. This is an acceptable risk of a multi-user system.
  • B. Insufficient functional testing has been performed.
  • C. This indicates an important non-functional requirement was not specified and tested.
  • D. It is not possible to test against such events prior to release.

Frage 40

Frage
People who don't participate in technical reviews
Antworten
  • A. Analysts
  • B. Management
  • C. Developers
  • D. Testers
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

Vollkostenrechnung –Teilkostenrechnung/Deck.
etsab1982
Onkologie Grundlagen
angelagiulia
Zivilrecht - Streitigkeiten BGB AT
myJurazone
B, Kapitel 1.2, Grundlagen der Sozialen Marktwirtschaft
Stefan Kurtenbach
Einführung für GoConqr - Ausführlich
Laura Overhoff
Evolutionsfaktoren
Xenia W.
Machst du auch diese 10 typischen Fehler auf Deutsch?
Dilyana Hunley
Anatomie - Begriffe
Angela Peier
Vetie - Tierzucht & Genetik - S II
Fioras Hu
Vetie - MiBi 2011
Fioras Hu
Parasitologie 2019
Peter Christian Ponn