What is Alpha and Beta Testing?
Answer Posted / bharat aggarwal
Alpha testing
Alpha testing is simulated or actual operational testing by potential users/customers or an independent test team at the developers' site. Alpha testing is often employed for off-the-shelf software as a form of internal acceptance testing, before the software goes to beta testing.
Beta testing
Beta testing comes after alpha testing and can be considered a form of external user acceptance testing. Versions of the software, known as beta versions, are released to a limited audience outside of the programming team. The software is released to groups of people so that further testing can ensure the product has few faults or bugs. Sometimes, beta versions are made available to the open public to increase the feedback field to a maximal number of future users.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Test cases on send/ receive button of Microsoft outlook.
Test approach to windows update?
write testcases for open dialogbox
How can write testcases on a code under development pls give asnwer
What are the different levels of manual testing?
KINDLY FORWARD ME THE INTERVIEW QUESTIONS & ANSWERS FROM REAL TIME POINT OF VIEW FOR 1.5 YEARS EXPERIENCED CANDIDATE. MY EMAIL ID IS sky_bird433@yahoo.com
Can you explain decision tables?
What do you plan to become after say 2-5yrs (Ex: QA Manager, Why?)
1) Difference between "Delete" and "Concatenate" with reference to databases? 2) Difference between SDLC and STLC. 3) Latest versions of the browsers used. 4) What is URL Tampering? 5) Full form of URL. I don't need the answers. These are just for reference.
Tell me the advantage and disadvantage of cookies?
i have done B.E. computer in 2009 i have done software testing course and also 6 months exp in testing on live project as trainee, now a days i am searching job in pune. can any one tell me any opening in pune?
On login window for username and password auto populated field means what !
What are the different types of integration testing?
What are all the scenario for 1.google analytics 2.api 3.paypal
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; }