how will u Do Smoke testing and Sanity testing for these
fields:We have 3 fields on page: Name,Address and Pincode ?
Answers were Sorted based on User's Feedback
Smoke testing is BVT that is u will briefly visit all the
functionalities to make sure nothing is breaking. For this
example i will check wheather all the fields are accepting
inputs and displaying it properly.
For Sanity testing i will choose one of field and test that
field in detail.
Smoke testing is broad in approch & Sanity is narrow in
approch.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / mudaseer
Well
Smoke Testing is something when you do it like a overview, you perform testing to verify the most basic features are working or not...
so for u r eg: - you may be just checking is the system accepting name, address and PinCode or Not...
Smoke Testing done usually when the product is ready for the delivery . It is done to ensure all basic functionality are being performed.
Sanity Testing is a in Depth testing . May be you will do testing at the variable level as well. All Valid values and invalid conditions have to be considered here.
SO for u r eg:- To perform Testing on PinCode you will choose different conditions like , How many characters can pincode box will accept? Can we add characters in the PinCode Box? What is the minimum length of PinCOde and So On,...
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / santosh
Smoke testing (Think a Fresh somke is coming out n ur
testing): A navigation kind of testing on each new build.
Sanity (Means - common sence): After smoke ur doing a
common functional testing to see working or not
Some times both are same
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / saff
for smoke test iwill give valid inputs to the 3 fileds only
once and check the behaviour
and whereas for sanity i will give more input values and
include - values also
sanity testing is more depth then smoke but their purpose
is same to test the appln without going into deep
but the time they used is different smoke testing when a
build is released and sanity when no time to reg test
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / vijayalakshmi
Sanity Testing:-
Check stable for 3 fields in complete Testing.
Smoke Testing:-
Any shake in 3 fields Reject the build to development
before Test the Build.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / vijayalakshmi
Smoke Testing:-
Check full functionality of 3 fields.
Sanity Testing:-
I found any bugs in this 3 fields reject the build to
development team.After releasing the build once again check
the functionality of all the 3 fields.
| Is This Answer Correct ? | 0 Yes | 14 No |
1. Regression& Retesting 2. What is usability testing? 3. Functionality testing 4. On what basis you will write the test cases 5. do you written the test scripts also 6. where do you store the test cases 7. where do you execute the test cases. 8. Do you prepare the requirements.
Wht is the Test Driver used in Integration Testing. Anybody can expalin in Detail. Thanks in advance.
What are all the responsibilities will be having for a tester who is having 1+yrs of experience? What are the things the concern may expect for their recruitment process?
what is ment by compatblity testing ? in real time any tool is used to test it? plz real timers
can anybody explain traceability matrix clearly
Can anyone have some better answer for this.. Difference between Boundary value analysis & Equivalence partitioning?
when will tester do the smoke testing?
Can any one tell me the contents in Traceability Matrix
what are the major observations that you made when you are doing compatibility testing particularly in web applications?
Which design document supports to choose test data and how to select test data ranges ?
What is Web testing & which action we take at the time of Web Testing?
What is the difference between high level design and low level design with example