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
If I want to check compability of software in a MAC OS then which steps shold I follow?
what is scrum how with ex?
Why do you need to parameterize fields in your virtual user script?
Hi Dear this urgent for me i have need of ROLTA India Ltd Mumbai Paper pattern for Testing Person , PLease Help me , if any body have any idea about it
What is bug, deffect, issue, error?
What is concurrent user hits in load testing?
How can you prepare the resume for testing? Can you send me the answer for this questions?
What are all the netwoking tools, hardware tools and software tools required for testing a web-based n client server applicatopn?
A defect which could have been removed during the initial stage is removed in a later stage. How does this affect cost?
How to do integration testing on duster......
Can anyone write test cases on google account creation page in the testing template format , urgent pls and explain if possible how to execute also
Why performance testing is performed? What are tools of performance testing?
is it possible web application make it as executable file
What is the difference between manual testing and automation testing?
How did you do unit testing in your project?