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 |
What type bugs you will find in integration testing with example?
Why testing is required?
28 Answers Cap Gemini, Infosys,
What is regression testing and what are the types in regression testing?
hi!!!!!!!!!!!! i heard there is a new type of testing i.e. YELLOW TESTING if anyone knows about it plz tell me. thanks
What is smoke testing?
Can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
What is your daily process? and roles and responsibility? please answer this question this is very imp question. I am putting 2+years of experience.
if you working with any emails why Inbox, outbx, folder all are in left side. why not Right side.
When a defect is assign as Postponed and differed. explain with example? thanks
What is Recovery Testing in Testing the TV
is script is same like test cases?
what is the difference between Desktop testing,Client/server testing and webapplication testing