Manual Testing Faqs
Manual Testing Faqs
Stub Driver
A Stub is a temporary component that A driver is also a temporary component which will
sends response to other component. It is integrate two components and stores the result. It is
called component. calling component.
3. Traceability matrix? Forward and Backward Traceability matrix approaches with examples?
Ans: the mapping of use cases and test cases in the form of rows and columns is known as
traceability matrix.
5. I have given 1200 test cases for 1 day. How u will precede Testing?
Ans: Initially ill prioritize all the test cases and ill execute only the high priority test cases.
Ans: Reviews are nothing but the opinion of colleagues on our test cases.
Walkthrough(informal
7. Peer Reviews reviews) Inspections (formal reviews)
these are nothing This is an informal meeting An inspection is more formalized than a
but the personal for checking og our test 'walkthrough', typically with 3-8 people including
reviews of all our cases.no preparation is a moderator, reader, and a recorder to take
team members. required for this. notes on our test cases.
Waterfall model – Agile model – V model
.
8. Defect – Bug – Error?
Error Defect Bug
An error is encountered by a devloper in A Defect is faced by tester in A Bug is faced by Advisor
development envirement. testing envirement in prod envirement
Testing
Type Why When
User Acceptance
Usually the end users who will be using the applications test the Testing is often the
User application before ‘accepting’ the application. final step before
Acceptanc This type of testing gives the end users the confidence that the rolling out the
e Testing application being delivered to them meets their requirements. application.
1.1 Load Load Testing is nothing but , Increasing the load level from normal to High .nd
Testing checking system performance at maximum load as per client requirement.
Load means, the number of concurrent users acting on the application.
Load testing is done to determine the capability of the system to handle the
anticipated number of concurrent users without much degradation in system
performance.
1.2 Stress Stress testing is conducted to determine the amount of load the system can handle
testing before breaking down or to identify the peak load handled by the system.
2.Data
Volume Volume testing refers to testing a software application performance with a certain
Testing amount of data.
3.Security It is a process to determine that an information system protects data and maintains
testing functionality as intended.
Unit Testing is part of white box testing .This is nothing but code testing. Checking the code by
module wise & executing unit test cases by individual module.
Open: New defect reported by a tester (customer, tech support rep, etc).
Deferred: Defects that are being put off until a future release