What is difference between smoke testing and sanity testing?
In simplest manner...
Answer Posted / pradip
Sanity Testing - Testing the build is in the sane
(position) of testing or not.
Sanity testing is carried out by Test Lear or Tester before
starting actual detailed testing of the new build. In other
words we can say that deciding whether to accept the build
for testing or not.
Smoke Testing - Testing of application without following
any pattern. Smoke testing is generally done by Project
Lead / Project Manager or Client - just to check whether
all major features are working properly or not.
Note : Sanity Testing and Smoke Testing are totally
different terms and are not same.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
State a generalized process for load test? Or explain how you did it previously.
approx how long a simple website take time just for manual testing including report generation.
Are there more defects in the design phase or in the coding phase?
Scenario A year ago we developed a standards compliant website for a client. Their site is very popular resulting in the client wanting to be able to track how it is being used by their users. The first part of this project is to create a Login function so that users can be identified on the website. The data supplied by users would have to be handled securely. You have been allocated this project to work on. You will be responsible for the task from start to finish and will be expected to give feedback to your manager. User expectations The client wants their users to be able to login using a page that fits in with the website design. Tom wants to access the website but doesn’t want his login information to be available to anyone else. Paul doesn’t want to login to the website because he’s not a frequent user. Task Please provide some feedback on how you would do the following:- Being the only Test Engineer on this task, what would your approach be for this requirement? Identify the key areas for testing this page. What tools if any, would you use to perform the testing, bearing in mind that the testing will be done without using an ‘automated test tool’. Provide a sample test case that could be used for testing this page, for example as a word or Excel document.
how to explain banking domain project in testing?
Upps..., sorry my email id is this : preet405p@yahoo.com Thanks in advanced.
1.Acceptance testing involves procedures for identifying acceptance criteria for interim life cycle products and for accepting them.is that? 2.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products.is it?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
What is the responsibility of programmer’s vs QA?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
If anyone have attended interview with deloitte for the post of senior manual test engineer. Please share the interview process and the questions asked. How to prepare for the interview. Thanks in advance
i want to for technical interview question paper along with in tesrviwe Phases i need
What are the differences between stlc and sdlc?
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000
Which are the standards for software test plans?