Written Paper at Net Solutions:
1) Difference between Smoke Testing and Sanity Testing.
2) Bug life cycle.
3) Write the steps followed in STLC in your company.
4) Define: 1) BVA (Boundary Value Analysis)
2) ECP (Equivalence Class Partitioning)
5) Write test cases for a login screen with following
fields/buttons:
Username:
Password:
Login (Button)
Cancel (Button)
Answer Posted / swarna
Sanity testing:
Sanity Testing is an Initial effort to check whether the
application can be tested further without any interruption.
Basic GUI functionality, connectivity to database are
concentrated here.
Smoke Testing: It covers most crucial functions of the
application.Testing carried out check whether most crucial
functions of the application work fine or not?
Bug life cycle:
A Tester finds a defect and logs it. (But before you
log it, you must try to recreate it for 3 or 4 times so
that you are 100% sure that it is a bug)
The defect is now approved or disapproved by the Test Lead.
(If it is disapproved, then the test lead will come to you
ask for more details and you have explain to him why it is
a bug)
After the Test Lead approves the bug, it is now assigned to
a development Team Lead (or Development Manager). He/she
now assigns that bug to the concerned developer. The
developer now looks into the bug and fixes it. Once the fix
is ready, there will be another build ready to test. The
tester now tests the defect. It the defect is fixed, then
the tester closes the defect, if not then the test will
reopen it and same cycle starts.
Boundary value Analysis:
It has been observer that Program that work correctly for a
set of values. In Equivalence class fail on some special
values these values often lie on boundary of equivalence
class.
1st enter Correct UID/PWD....
Wrong UID/PWD... Error message
Correct Pwd/UID.... Error message etc...
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is a test scenario?
What is quality center? How many built in tables does quality center have?
What is the difference between stlc and sdlc?
Please let me know how to test labels in web application manually and how the testcases would be. Please provide me a sample testcase
What is split testing?
which domain is of high demand for software testing, Right now i am working in Education domain .How about demand for Education domain and which companies are recruiting in education domain
What are the roles of glass-box and black-box testing tools?
Do submit teststrategy to customer if yes at what time
How the application is launched to the production environment?
Define performance and stress testing?
How do you go about testing a project?
What is the procedure of manual testing?
what is the main field of bugzilla which we fill to report bug to any developers???give some brief description??
hello there, can anyone tell me what type of question does lg soft company ask in written test especially for a quant part? Thanku
What will be the testcase for a uniquely generated number in the application?? i mean to say is, how will i conform the application is generating a unique value.... please do answer...