Manual Interview Questionaire1
Manual Interview Questionaire1
White Box Testing is also called as Glass Box, Clear Box, and
Structural Testing. It is based on applications internal code
structure. In white-box testing, an internal perspective of the
system, as well as programming skills, are used to design test
cases. This testing usually was done at the unit level.
6. What is Black Box Testing?
Grey box is the combination of both White Box and Black Box
Testing. The tester who works on this type of testing needs to have
access to design documents. This helps to create better test cases
in this process.
8. What is Positive and Negative Testing?
Positive Testing:
It is to determine what system supposed to do. It helps to check
whether the application is justifying the requirements or not.
Negative Testing:
It is to determine what system not supposed to do. It helps to find
the defects from the software.
9. What is Test Strategy?
Test plan document is a document which contains the plan for all
the testing activities to be done to deliver a quality product. Test
Plan document is derived from the Product Description, SRS, or Use
Case documents for all future activities of the project. It is usually
prepared by the Test Lead or Test Manager.
a. Test plan identifier
b. References
c. Introduction
d. Test items (functions)
e. Software risk issues
f. Features to be tested
g. Features not to be tested
h. Approach
i. Items pass/fail criteria
j. Suspension criteria and resolution requirements
k. Test deliverables
l. Remaining test tasks and Environmental need.
m. Staff and training needs
n. Responsibility
o. Schedule
p. Plan risks and contingencies
q. Approvals
r. Glossaries
11. What is Test Suite?
Test Suite is a collection of test cases. The test cases which are
intended to test an application.
Test Scenario gives the idea of what we have to test. Test Scenario
is like a high-level test case.
13. What is Test Case?
Test cases are the set of positive and negative executable steps of
a test scenario which has a set of pre-conditions, test data,
expected result, post-conditions and actual results.
14. What is Test Bed?
Test data is the data that is used by the testers to run the test
cases. Whilst running the test cases, testers need to enter some
input data. To do so, testers prepare test data. It can be prepared
manually and also by using tools.
For example, To test a basic login functionality having a user id,
password fields. We need to enter some data in the user id and
password fields. So we need to collect some test data.
17. What is Test Closure?
Gamma testing is done when the software is ready for release with
specified requirements. It is done at the client place. It is done
directly by skipping all the in-house testing activities.
Sanity Testing is done during the release phase to check for the
main functionalities of the application without going deeper. It is
also called as a subset of Regression testing. It is done at the
“release level”. At times due to release time constraints rigorous
regression testing can’t be done to the build, sanity testing does
that part by checking main functionalities.
33. What is Retesting?
To ensure that the defects which were found and posted in the
earlier build were fixed or not in the current build. Say, Build 1.0
was released. Test team found some defects (Defect Id 1.0.1,
1.0.2) and posted. Build 1.1 was released, now testing the defects
1.0.1 and 1.0.2 in this build is retesting.
It is to verify the behavior of the system once the load increases more
than its design expectations.
47. What is Adhoc Testing?
Testing all the functionalities using all valid and invalid inputs and
preconditions is known as Exhaustive testing.
50. What is Early Testing?
Defect priority can be defined as how soon the defect should be fixed.
It gives the order in which a defect should be resolved. Developers
decide which defect they should take up next based on the priority. It
can be High, Medium or Low. Most of the times the priority status is
set based on the customer requirement.
59. Tell some examples of Bug Severity and Bug Priority?
A bug which is actually missed by the testing team while testing and
the build was released to the Production. If now that bug (which was
missed by the testing team) was found by the end user or customer
then we call it as Bug Leakage.
Defect age can be defined as the time interval between date of defect
detection and date of defect closure.
Defect Age = Date of defect closure – Date of defect detection
Assume, a tester found a bug and reported it on 1 Jan 2016 and it
was successfully fixed on 5 Jan 2016. So the defect age is 5 days.
64. What is Showstopper Defect?