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)

Answers were Sorted based on User's Feedback



Written Paper at Net Solutions: 1) Difference between Smoke Testing and Sanity Testing. 2) Bug l..

Answer / vidya

Diff. bet Smoke and Sanity testing:
Smoke Testing: Whenever a new build comes to test the high
level of functionality in the application and ensure that
the build is ready for detail testing.

Sanity testing: In this type of testing the behavior of the
system are test. Test whether the system is working
smotthly whiout any unexpected error.

Bug Life Cycle:
Whenever a defect found we marked the test as "New". Then
TL or onsite coordinator verifies the bug and mrked the
status as "Open". Then it goes to developers plate. At
developer end Developer head marked the status
as "Development Assign". When it assgin to a particular
developer marked the status as "Dev Started". Developer
worked on the bug and categorised this in 3 types:
Fixed - For fixing the valid bug.
Dev Rejected - Invalid bug
Deffered - Functionality included in the next release.
After that it again comes to the tester's end. Then tester
again worked on the bug and if it is fixed marked the
status as "Closed". If it is not fixed marked the status
as "Reopen".

Steps followed in STLC:
1. Understand the requirements.
2. Creation of Test Plan
3. Creation of Test Cases.
4. Execution of test cases.
5. Defect reporting
6. Resolution of defect
7. Regression

Define BVA:
In this for a given range we are most concern of the
boundries. 3 valid test cases and two invalid test cases.
For. e.g to test BVA for 1 to 100 then possible test cases
are:
1. valid: 1,2,99,100, In between the range
2. Invalid: 0, 101

ECP:
BVA is done in ECP. The range is devided in the paritions
and for each partition we chck the boundries.

Test Cases for login:
1. Username and Password with valid data.
2. Keeping one or both fields blank.
3. Invalid data for both the field.
4. Login to the application with valid data.
5. Cancel buttton with and without entering the value.

Is This Answer Correct ?    7 Yes 2 No

Written Paper at Net Solutions: 1) Difference between Smoke Testing and Sanity Testing. 2) Bug l..

Answer / 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

More Manual Testing Interview Questions

What is the difference between Business Requirement and functional Requirement

3 Answers  


for example, we have old password,confirmed password, new password followed by submit button. what are the test cases written for that?

9 Answers   Semantic Space,


why Test plan is needed??

5 Answers   Oracle,


What is Automation Test frame work ?

1 Answers   Virtusa,


list of methods that is used to document the requirements of a software.

0 Answers  






What type of ideal testing process should be follow by CMM- 3 COMPANY.(PLEASE IN DETAIL)

2 Answers   Kirti Soft,


Can anyone please answer the below question on Manual Testing: Tell me about atleast 5 bugs you come across in your last testing?

0 Answers   United Healthcare,


Hi DUE TO SOME PROBLEMS I STOPPED MY MCA IN FINAL YEAR. I AM PLANING TO KEEP FAKE CERTIFICATE OF MCA, PLEASE HELP ME IF ANY ONE CAN HELP ME IN THIS. YOU CAN REACH ME AT venu.naidu1@gmail.com, for this i will pay 5000 to 7000, and i will maintain it very confidential. please help.

5 Answers  


what will be the test case for car & Cell phone.

6 Answers  


what is mean by Performance Related Testing in data base?

0 Answers   CSS, Wipro,


can anyone please post few samples of SRS and test case for calculator,insurance,hotel project,atm....?Also please refer me the book for my reference for manual and automation?espically any book which has sample of testcase and SRS?please degree of emergency!

0 Answers  


What is difference between QTP 9.2 and QTP 8.0 ?

1 Answers   ACS,


Categories