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 let me know how to test labels in web application manually and how the testcases would be. Please provide me a sample testcase
Describe any bug you remember. Plz Give some real examples
tell me some major and minor defects in ur net banking project?
What’s the difference between a bug and a defect?
What is six sigma?
What is pesticide paradox?
If you're given a program that will average student grades, what kinds of inputs would you use?
Explain the strategy for testing a Java application?
What is the first test in software testing process?
Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.
Explain the sub-genres of performance testing?
Why you are selected software testing as career ?
On what basis you are fixing up the time for project completion?
Write notes on apparel testing equipments.
1.How to maintain the Bug status Report? 2.What is project based Company and product based company?