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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell some examples of bug severity and bug priority?

627


What are the two main categories of software testing?

680


tell me 3 defects in FRS document, while doing FRS review which u have found in the last 3 years ? could u plz answer brahma412@yahoo.co.in

1981


integration test cases for mouse and keyboard

3216


whta is compile module?

1677






To specify the test artifacts involved in testing.

1641


can anybody send the project you have tested with the clear descriptions,and recent bugs u found in that

1683


Please send any one latest 3+ years of experience testing tools resumes my mail id is krishnavenimodaliar26@gmail.com

2873


How to do integration testing on duster......

1243


HI can i know who is taking real time testing classes in banglore? i am preparing to put 3+year experience in testing if possible anybody give suggestions for preparing 3+exp

1471


Is quality control similar to quality assurance?

629


how can we do database testing. In database testing we verify the data integrity and data validation. how can we do testing of Index, triggers, views, ransactions,cursors etc

1469


How can you prepare the resume for testing? Can you send me the answer for this questions?

1502


There is only requirements document. You have 10 days and 8 resources to release the system.At the end of the 8th day u tell ur TL that system is ready for release. How will you proceed with the testing process or in other words what all approach you will follow once you get requirements

1571


how to write test cases for epos/pos testing.

9700