What is Alpha testing/ Beta testing?
Answers were Sorted based on User's Feedback
Answer / bharathvajja
Alpha Testing - It is type of user acceptance testing conducted in a software industry by the test engineers in the presence of the user on the user specified areas just before delivering the application.
Beta Testing - It is type of user acceptance testing conducted in the clients place based on the clients interest either by the end users or by the third party testing experts just before the actual implementation of application.
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / rehana
Alpha testing is done before the software is made available
to the general public. Typically, the developers will
perform the Alpha testing using white box testing
techniques. Subsequent black box and grey box techniques
will be carried out afterwards. The focus is on simulating
real users by using these techniques and carrying out tasks
and operations that a typical user might perform. Normally,
the actual Alpha testing itself will be carried out in a
lab type environment and not in the usual workplaces. Once
these techniques have been satisfactorily completed, the
Alpha testing is considered to be complete.
The next phase of testing is known as Beta testing. Unlike
Alpha testing, people outside of the company are included
to perform the testing. As the aim is to perform a sanity
check before the products release, there may be defects
found during this stage, so the distribution of the
software is limited to a selection of users outside of the
company. Typically, outsourced testing companies are used
as their feedback is independent and from a different
perspective than that of the software development company
employees. The feedback can be used to fix defects that
were missed, assist in preparing support teams for expected
issues or in some cases even enforce last minute changes to
functionality.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ahammad
Alpha testing is testing of an application when development
is nearley completed and smaller design changes are still
to be made as a result of such testing.It is done by
Customer in Developer environment.
Beta testing is testing of an application when development
and testing are essentilayy completed.It is done by
customer in real time environment
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nilanjan saha
Alpha Testing - It is type of user acceptance testing
conducted may or may not in the presence of the user but
done at development site.
Beta Testing - It is type of acceptance testing conducted in
the client site keeping in mind the customer satisfaction.
Is This Answer Correct ? | 0 Yes | 0 No |
What do you do if the bug that you found is not accepted by the developer and he is saying its not reproducible.
How to do Website Cookie Testing manually. Explain in Detail with an example. Tnx in Advance
What is the final stage of integration testing
Are number of defects more in design phase or coding phase?
what are the different methods to test a product in 'Japanese' language? NOTE:User is unable to perform basic functionalities while using the app..(copy, paste, text selection etc.)
Explain crud testing.
What is smoke testing?
Write notes on apparel testing equipments.
0 Answers Mahatma Gandhi University,
What is acceptance testing?
wat is mutation testing
What is the difference between Two Tier and Three Tier Architecture?
12 Answers HCL, TCS,
In Satyam interview I have faced this question.Please answer me. The calculator is calculating like this: 1+1=2 2+2=5 3+3=6 4+4=9 5+5=10 ------ like this Prepare a bug report on this.