NEW
Font size
WorksheetsManual Testing Quiz
Total questions: 40
Worksheet time: 44mins
A web browser is a software application for Retrieving, Presenting, and Traversing information resources on the World Wide Web.
True
False
Which of the following situations can we say “There is a Defect”?
A requirement is not implemented
A requirement is wrongly implemented
Something extra is implemented which is not specified in BRS or SRS
All the option
Which is a Formal Technique?
Walk through
Peer To Peer Review
Review
Inspection
Web Services can convert your existing applications into Web-applications
True
False
Which of the following is not an objective of testing?
Finding defects
Preventing defects
To Manage Change Request
Fixing defects
All the options
Following are non functional Requirements
Website should be open in 0.3 sec when 10,000 users are using the website
For invalid Data ... the system should throw an error message
On entering invalid data and clicking Login button, a correct message should be displayed
After login Inbox Page should display
Which of the following attributes are mentioned in a Test plan?
Approach, Resources, Schedule
Actors, Secondary actors, Goal, Scope Post-Condition
Test Objective, Test conditions, Test description, Test Risk
Test version, Test Status, Test module name, Test Severity
Who is responsible for Writing a Test Plan ?
Testing Team Lead
Junior Tester
Developer
Project Manager
Difference between Retesting and Regression Testing is _________ .
Retesting ensures the original fault has been removed where as regression testing looks for unexpected side-effects.
Retesting looks for unexpected side-effects where as regression testing ensures the original fault has been removed.
Retesting is done after faults are fixed where as regression testing is done earlier
Retesting is done by developers whereas regression testing is done by independent testers
When the expected result is not specified in the Test case template then _________.
We cannot run the test
It may be difficult to repeat the test
. It may be difficult to determine if the test has passed or failed.
We cannot automate the user inputs.
At which Phase of "Software Test Life Cycle" is the Test Plan been prepared ?
Test Planning and Control
Test Analysis And Design
Evaluating Exit Criteria and Reporting
Test Closure Activities
Which is not true regarding Smoke and Sanity Testing?
. Sanity Testing is also called tester acceptance testing.
Smoke testing performed on a particular build is also known as a build verification test.
Smoke and sanity tests can be executed using an automation tool.
When executing both, then first execute sanity testing tests and then smoke testing
In Gmail Application after logging in to the account, if "Sent mail" page is opened... then this Defect is ?
Non-functional, wrong defect
Functional, Missing defect
Functional, Wrong Defect
Functional, Extra Defect
Explicit Requirements are given by...
Client
Manager
Business Analyst
Developer
Why should requirements be analyzed ?
Understand the customers requirements
To build a right product
To make requirements testable
All option correct
When can Testing activities be ideally started
After coding phase
After Software Requirements Specifications is baselined
After Business Requirements Specifications is baselined
After the Test Plan is reviewed and approved
Which Standard template is being used to write a test plan ?
IEE892
IEEE819
IEE829
IEEE829
Which of the following is not an Iterative Model?
Rapid Application Development (RAD) Model
. Incremental Model
V - Model
Spiral Model
What are the Different Categories of Requirements ?
Functional and Non-Functional requirements
Implicit and Explicit requirements
White Box and Black Box requirements
Performance, Usability & Security requirements E. Front End & Back End requirements
Number of test data used while performing Equivalence Class Portioning is
6
5
3
2
In test design for a range (15 - 40) how many test values are tested according to BVA Technique ?
Six values
Four values
Three values
Two values
What are the advantages of Agile Testing?
Saves time
Requires less planning and creates less documentation
Regular feedback from end users
Solves issues in advance by daily
All the options
Test Scenarios, Test Cases, Test Plan, Defect Report are the...
Test Specifications documents
. Test Design documents
Test Deliverables
Manual User guide of Product
Which of following is not one of the elements that need to be considered when constructing WebApp server-side configuration tests?
Browser Compatibility
Database Software Integration
Operating System Compatibility
System Security Measure
Which of the following is a Functional Requirement..?
Mobile screen size should be of 5 inch
Mobile should get locked by pressing lock button
Mobile should be of Red color
. Mobile should be very Slim
Equivalence Partitioning comes under which type of Testing?
White Box Testing
Black Box Testing
Grey Box Testing
None of the options
What types of errors are not done by Black-Box Testing and can be uncovered by White-Box Testing?
Logic errors
Performance errors
Behavioural errors
None of the above
The features which are of low risk or has been used before and is considered stable comes under which attribute of Test Plan ?
Test deliverables
features to be tested
Features not to be tested
Risk issues
. ___________ combines procedures and tools to manage different versions of configuration objects that are created during the software process.
Configuration status report
Change control
Version control
None of the option
What is a full form of SCM
Software Control Management
Software Compliance Management
Software Configuration Management
Supply Chain Management
What is an Equivalence Partition?
A set of test cases for testing classes of objects
An input or output range of values such as have only one value in the range becomes a test case.
An input or output range of values such that each value in the range becomes a test case
. An input or output range of values such that every tenth value in the range becomes a test case.
Which test design technique is also called as Range Checking.
Error guessing
Equivalence class partitioning
Boundary Value Analysis
State Transition Technique
Both Boundary Value Analysis & Equivalence Class Partitioning
"User Manual" given with the end Product, comes under which requirement ?
Explicit requirements
Implicit requirement
Functional requirements
Non-Functional requirement
A .............. has components that describes an Input, Action or Event and an Expected Response, to determine if a feature of an application is working Correctly.
Test Plan document
Test Case document
Test Procedure document
Test Suite document
Which attribute of Test Plan specifies the completion of test ?
Suspend/Resume criteria
Schedule
. Item Pass / Fail Criteria
Software risk issues
If a farmer has less than 6 acre farm then he gets 20% discount on seeds, If the farmer has upto 15 acre farm then gets 12% discount on seeds, If he has more than 15 acre farm then he get 5% discount. Find the BVA values ?
3 5 7 12 15 16
4 6 9 13 19 35
1 5 6 8 16 25
5 6 7 14 15 16
Find out valid data for Boundary value analysis if The value range is from 100 to 500?
101, 99, 501, 100
500, 95, 100, 101
100, 99, 101, 500
100, 101, 409, 500
Following is one of the Black-Box test design Techniques ?
Error guessing
Unit Testing
Top Down Approach
Boundary Value Analysis
The Requirement Traceability Matrix is used to ?The Requirement Traceability Matrix is used to ?
Write down all the requirements
To trace requirements with respective Test Cases
To trace down all the issues in test requirements and prepare a Matrix table
None of the option
"A customer should be able to withdraw the money”. This is an Unambiguous requirement
True
False
