sanity testing and smoke testing both are same or not?
what is mean by Build Acceptance Test?
Answers were Sorted based on User's Feedback
Answer / logesh
Smoke testing :
Testing whether all required functionalities are working as
expected or not.
Sanity testing:
Testing whether specific functionality is working as
expected or not.
Build Acceptance testing :
A new build(modified code) will be deployed to the existing
build(code) in the test environment ,and acceptance testing
will be ran to check whether the expected changes has been
done in the test environment or not.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rahul
Smoke Testing: Testing is done to verify that software application is stable enough for the further testing(checking the application functionality is working properly and accept it further testing).A subset of most basic and important test cases is selected and run to make sure that most basic and crucial functions of the software are working fine and software can be further tested.
Sanity Testing: Testing that is done after any change in code or after the defect has been fixed to ensure that particular functionality works properly. (Regression testing is looking for the impact on the whole application after any change in application or defect is fixed)
Build Acceptance test/ Build Verification Test:
Is a set of tests run on each new build of a product to verify that the build is testable before the build is released into the hands of the test team
| Is This Answer Correct ? | 0 Yes | 0 No |
1]Give me Two examples for - High Priority and Low Severity?? 2]Give me Two Examples for - High Severity and Low Priority??
How do i write a test condition to test the following simple program with the intention of 100% Condition coverage testing Print “Hello World” If Date $ = ‘01-01-2000’ AND Time $ = “00:00:00” THEN Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $. Could anyone please clarify in detail. Would really appreciate it....
what is the difference between test strategy and test methodology?
Hi Friends, This is Chennamsubbaraidu.i Have 2+ Years Realtime Exp in Manual Testing.Am Looking to Shift From My Present Company.Please if u Have Any Openings in Your Company's, Please Let Me Know.Any Location Prefer.Thanks.
What are the different strategies of rollout to the end users?
what is mean by test environment?
what is a broken link in web testing and how test it.
11 Answers Accenture, Thomson,
Who writes "white box " test cases ?
Could anyone let me how to write test cases in Manual Testing with the real time examples.
Why are initial and end conditions necessary?
what is difference between regression and retesting? urgent
What did your base your test cases?