ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
1Who performed sanity and smoke testing :-- developers or 
testers ? Explain with example and prove ur answer.

2 Company has developed a project for company B, company B 
has to introduce this project into the market. The 
acceptance testing is performed at Company B. is it called 
as alpha testing or beta testing ? Explain with example and 
prove ur answer.
 
 Question Submitted By :: Sathiyan.l
I also faced this Question!!     Rank Answer Posted By  
 
  Re: 1Who performed sanity and smoke testing :-- developers or testers ? Explain with example and prove ur answer. 2 Company has developed a project for company B, company B has to introduce this project into the market. The acceptance testing is performed at Company B. is it called as alpha testing or beta testing ? Explain with example and prove ur answer.
Answer
# 1
Hi

  Smoke Testing performed by Test Enggineers only

  The Acceptance Test is Alpha Test.

  


  sun_ramprasad@yahoo.com
 
Is This Answer Correct ?    0 Yes 0 No
Ramprasad.s
 
  Re: 1Who performed sanity and smoke testing :-- developers or testers ? Explain with example and prove ur answer. 2 Company has developed a project for company B, company B has to introduce this project into the market. The acceptance testing is performed at Company B. is it called as alpha testing or beta testing ? Explain with example and prove ur answer.
Answer
# 2
smoke testing is performed by tester .smoke testing 
provides benifits s.a.integration risk is 
minimized ,quality of end product is improved ,error 
dignosis n correction ar simplified and progress is easier 
to acsses.
 
Is This Answer Correct ?    0 Yes 0 No
Akash
 
 
 
  Re: 1Who performed sanity and smoke testing :-- developers or testers ? Explain with example and prove ur answer. 2 Company has developed a project for company B, company B has to introduce this project into the market. The acceptance testing is performed at Company B. is it called as alpha testing or beta testing ? Explain with example and prove ur answer.
Answer
# 3
Test Engineers will conduct Smoke Testing and Sanity 
Testing.

Customer site people (Test Engineers) will do Alpha Testing.
Client side people will do Beta Testing.
 
Is This Answer Correct ?    0 Yes 2 No
Cvsr
 
  Re: 1Who performed sanity and smoke testing :-- developers or testers ? Explain with example and prove ur answer. 2 Company has developed a project for company B, company B has to introduce this project into the market. The acceptance testing is performed at Company B. is it called as alpha testing or beta testing ? Explain with example and prove ur answer.
Answer
# 4
Smoke and sanity testing are done my testers only.

Alpha testing is done before a product goes for beta 
testing and it is done in a simulated environment by 
testers at the develpers site. Where as Beta testing is 
done at the company B side .
 
Is This Answer Correct ?    0 Yes 0 No
Srini
 
  Re: 1Who performed sanity and smoke testing :-- developers or testers ? Explain with example and prove ur answer. 2 Company has developed a project for company B, company B has to introduce this project into the market. The acceptance testing is performed at Company B. is it called as alpha testing or beta testing ? Explain with example and prove ur answer.
Answer
# 5
sanity & smoke testing are done by tester.

Suppose there is a website to test, the tester will test 
whether the URL for that website is working or not(site is 
opening or not) and he will also check the working of links 
on the home page whether they are going to inner pages or 
not in order to do a testing in detail.

Acceptance testing is always done on the client side.
Two types of acceptance testing : Alpha & beta.
In alpha testing the end product is used and tested at the 
client side(in this case company B)and when that product is 
released outside it becomes the beta version, then the end 
user uses it.

gmail is the best example, we are using the beta version of 
gmail.At some stage it might be used by the employees of 
google(with in the company) then it would be the alpha 
version.As it is a very huge website, there will be many 
bugs remaining so testing and modification keeps going for 
this type of website
 
Is This Answer Correct ?    1 Yes 0 No
Neha
 
  Re: 1Who performed sanity and smoke testing :-- developers or testers ? Explain with example and prove ur answer. 2 Company has developed a project for company B, company B has to introduce this project into the market. The acceptance testing is performed at Company B. is it called as alpha testing or beta testing ? Explain with example and prove ur answer.
Answer
# 6
i think Sanity testing doing developer and smoke testing
doing tester
Sanity - A process of testing whether the CODE is ready for
further testing or not


Smoke - A process of testing whether the BUILD  is ready for
further testing or not
 
Is This Answer Correct ?    0 Yes 0 No
Sara
 
  Re: 1Who performed sanity and smoke testing :-- developers or testers ? Explain with example and prove ur answer. 2 Company has developed a project for company B, company B has to introduce this project into the market. The acceptance testing is performed at Company B. is it called as alpha testing or beta testing ? Explain with example and prove ur answer.
Answer
# 7
Smoke test performed by testers.Its a black box testing
technique.After getting a build tester will test whether
that condition is stable for furthur testing or not without
considering the finer stage.If that condition is stable then
we will proceed furthur testing otherwise we will reject the
built. So smoke test will done by the tester.
 
Is This Answer Correct ?    1 Yes 0 No
Raghu
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
What is Cursor Testing? Is it come under Manual or Automation testing .Explain?  1
Does we make documentation for all defects?  2
in employe details form, we are entering First name as manjunath and Last name as sastry. but when we retriving the data in reports form, it shows as first name as sastry and last name as manjunath. here bug may be in employee details form or reports form. how you check in manual? CTS9
what is difference between report defect and track defect  5
What is difference between windows 2000 server and windows 2003 server Veritas12
if u find a bug and reported to devoloper, but he is not agree with ur openion what u will do,how u convince to them SunGard5
what is test plan and what it consists? MBT7
what is testing methodology Wipro3
How do we measure quality of testing? What are parameter of this? Samsung6
why is it necessary to give a priority to the test cases or/and requirements. why does the Test case ID is not sufficient to identify the test cases to be executed first.  2
what should we do if the developer rejects the bug?  2
How do you test if an XML file is correct or not? Zeon-Solutions3
What is your Expected CTC? Should I tell my expected salary or say as per company norms? Tell me proper answer for it?  3
What is meant by the bug state "Reproduce" Oracle9
In the static testing,what all can be tested?  2
What is CheckList? BlueShift4
What are the technics used for writing a test cases GXS4
At what stage the unit testing has to be done?  1
What is difference between the Web application testing and Client Server testing? Verizon1
If I have prepared the test case document for version 2.0 and I got the new build say 2.1 then I have to add the test cases for version 2.1.My question is that How should I do that? because each test case has a unique id . Patni2
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com