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 bidirectional traceability ??? and how it is implemented
Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?
Give me an example of something you tried at work but did not work out so you had to go at things another way.
what r u r responsibilities in current project
What are the tasks of test closure activities in software testing?
What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?
For any web application, what are the possible login features that should be tested?
When new application ready to test than whats your testing strategies?
What is mean by Schedule report who is the responsible for generated that one ?
hi friends .......... from srs to signoff what r the tests the testing team will conduct either sequentially or parallel pls advice thanks in advance
How to test a Falsh player scrollings?
What is the difference between baseline and traceability matrix?
Could anyone share FAQs for Test Manager position...
Hi , Please send me the interview questions which were asked in manual testing mainly the test cases asked to write in interview.
what the purpose of requirement phase