- 1
- 2
- 3
- 4
- Next Page »
A Learning Portal from Recruitment India
Which of the following can be found using Static Testing Techniques?
Defect
Failure
Both A & B
None
Answer with explanation
Answer: Option AExplanation
Defect
Static testing is method of reviewing a product without executing it so it will find defects. If, we execute the product with defect we encounter a failure.
Workspace
Which of the following is true about Software Verification?
Verification ensures the product being developed is according to design specifications
Verifications concentrates on the design and system specifications.
Both A and B
None of the above
Answer with explanation
Answer: Option CExplanation
Explanation: Both option A And B are correct.
Workspace
Which is not true in case of Creating Releases and Cycle?
Release and Cycle have ID and are not editable.
Both have start and end date.
The date range for a release must be contained within the date range for the cycle to which it belongs.
We start a release tree by adding a folder under the release root folder.
Answer with explanation
Answer: Option CExplanation
The date range for a release must be contained within the date range for the cycle to which it belongs.
Workspace
Designing the test environment set-up and identifying any required infrastructure and tools are a part of which phase
Test Implementation and execution
Test Closure Activities
Evaluating the Exit Criteria and reporting
Test Analysis and Design
Answer with explanation
Answer: Option DExplanation
Test Analysis and Design
Workspace
What is the important criterion in deciding what testing technique to use?
How well you know a particular technique
How appropriate the technique is for testing the application
The objective of the test
Whether there is a tool to support the technique
Answer with explanation
Answer: Option CExplanation
The objective of the test
Workspace
In which order should tests be run?
The order they are thought of
The easiest tests first(to give initial confidence)
The most important tests first
The most difficult tests first(to allow maximum time for fixing)
Answer with explanation
Answer: Option CExplanation
The most important tests first
Workspace
What is the order of Priority Testing?
Unit >>Integration >>System Testing.
Unit>> System>>Acceptance Testing.
System>>Integration>> Acceptance Testing.
System>>Acceptance>>Integration
Answer with explanation
Answer: Option AExplanation
Unit >>Integration >>System Testing.
Workspace
What is the purpose of test completion criteria in a test plan?
to ensure that the test case specification is complete
to set the criteria used in generating test inputs
to know when test planning is complete
to plan when to stop testing
Answer with explanation
Answer: Option DExplanation
to plan when to stop testing
Workspace
If a problem occurs in a system 6 months after it completely goes live, what will be the approach for fixing that problem on very urgent basis?
Do not involve testers
Just go for retest
Always go for a full regression test
Go for a retest and then use risk assessment to decide a reasonable subset of the regression test suit that will be executed.
Answer with explanation
Answer: Option DExplanation
Go for a retest and then use risk assessment to decide a reasonable subset of the regression test suit that will be executed.
Workspace
A test technique that involves testing with various ranges of valid and invalid inputs of a particular module or component functionality extensively is?
Gorilla Testing
Monkey Testing
Agile Testing
Baseline Testing
Answer with explanation
Answer: Option AExplanation
Gorilla Testing
Workspace
Non-functional system testing includes
testing to see where the system does not function properly
testing quality attributes of the system including performance and usability
testing a system feature using only the software required for that action
testing a system feature using only the software required for that function
Answer with explanation
Answer: Option BExplanation
testing quality attributes of the system including performance and usability
Workspace
The most important thing about early test design is that it:
Means inspections are not required.
Makes test preparation easier.
Can prevent fault multiplication.
Will find all faults.
Answer with explanation
Answer: Option CExplanation
It can prevent fault multiplication.
Workspace
Testing activity which is performed to expose defects in the interfaces and in the interaction between integrated components is :
System Level Testing
Integration Level Testing
Unit Level Testing
Component Testing
Answer with explanation
Answer: Option BExplanation
Integration Level Testing
Workspace
Which is not true-The black box tester:
Is creative to find the system’s
weaknesses
Should be able to understand
the source code
Should be able to understand a functional
specification or requirements document
Is highly motivated to find faults
Answer with explanation
Answer: Option BExplanation
Should be able to understand the source code
Workspace
What is the main difference between a walkthrough and an inspection?
A walkthrough is lead by the author, whilst an inspection is lead by a
trained moderator.
An inspection has a trained leader, whilst a walkthrough has no
leader.
Authors are not present during inspections, whilst they are during
walkthroughs.
An inspection is lead by the author, whilst a walkthrough is lead by a
trained moderator.
Answer with explanation
Answer: Option AExplanation
A walkthrough is lead by the author, whilst an inspection is lead by a
trained moderator.
Workspace