STQA Q AND A For LP 2
STQA Q AND A For LP 2
o Plan: It defines the goal and the plan for achieving that goal.
o Act: This step is used to solve if there any issue has occurred during
the check cycle. It takes appropriate action accordingly and revises the
plan again.
The developers do the "planning and building" of the project while testers do
the "check" part of the project.
2) What is the difference between the white box, black
box, and gray box testing?
Black box Testing: The strategy of black box testing is based on
requirements and specification. It requires no need of knowledge of internal
path, structure or implementation of the software being tested.
White box Testing: White box testing is based on internal paths, code
structure, and implementation of the software being tested. It requires a full
and detail programming skill.
Gray box Testing: This is another type of testing in which we look into the
box which is being tested, It is done only to understand how it has been
implemented. After that, we close the box and use the black box testing.
Missing: It is used to specify the missing things, i.e., a specification was not
implemented, or the requirement of the customer was not appropriately
noted.
Extra: This is an extra facility incorporated into the product that was not
given by the end customer. It is always a variance from the specification but
may be an attribute that was desired by the customer. However, it is
considered as a defect because of the variance from the user requirements.
18) Which types are testing are important for web testing?
There are two types of testing which are very important for web testing:
Verification Validation
The decision table testing is used for testing systems for which the
specification takes the form of rules or cause-effect combination. The
reminders you get in the table explore combinations of inputs to define the
output produced.
o It is not possible to recreate the test if you do not record what data
was used for testing.
Positive Testing: When you put in the valid input and expect some actions
that are completed according to the specification is known as positive testing.
o Sign in with valid login, Close browser and reopen and see whether
you are still logged in or not.
o Sign in, then log out and then go back to the login page to see if you
are truly logged out.
o Log in, then go back to the same page, do you see the login screen
again?
o Sign in from one browser, open another browser to see if you need to
sign in again?
o Log in, change the password, and then log out, then see if you can log
in again with the old password.