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 |
Explain about Bug Life Cycle
How will you decide that the software is ready for release? Please if any one knows this answer, submit the answer as early as possible.
How to crash or break the web-based application
HI. THIS IS SURBHI. NEW TO IT INDUSTRY.DNG TESTING COURSE. CAN ANYONE TELL ME IS THERE ANY CONSULTANCY WHICH CAN PROVIDE JOB FOR FRESHER?
What is a Show Stopper?
I am planning to write certification exam ISTQB on 19t of sep i have no idea on testing can you help me with material,frequently asked quetions and how much time it takes to prepare certification exam
I Have a login screen.Jus before the release you see the screen and there is a bug.Tell mde wats the bug. screen : Logen : Password : | Submit |(submit is a button)
Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?
difference between QA and QC?
write a TestCases for Telephone ?
When ever u get a build, what type of environment u can deploy it?
what is "test strategy"?