What is the difference between user Acceptance
testing,alpha testing and beta testing....can anyone tell
me in wat order these levels of testin will be done???
Answers were Sorted based on User's Feedback
Answer / mercy
Alpha and beta testings come under Acceptance Testing.
Alpha testing is actual or simulation of the application
testing at the developer's site. Usually done by the test
team or users/customer's. After this, the application is
send for Beta testing.
Beta testing is done at the customer's site. The
application is released to a limited audience.Beta versions
are released to public for feedback.
Is This Answer Correct ? | 13 Yes | 2 No |
Answer / sunny
User acceptance testing : This teating is done by end user
and it decides wether the appln. will be acceoted or not
by the user.
Alpha and Beta testing can be called as types of user
accepatance testing.....
Alpha : This testing is done by the user at the developers
site under the controlled environment once the appln is
built.
Beta : This testing is done by the user at their end under
uncontrolled environment,any bug found is reported to
developer.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / akram
alpha testing and beta testing both comes under the
acceptence testing
alpha testing is the testing where the client would be
called for demo before accepting the product. the client
conducts this test in the developers place
Beta testing is the testing where the client of that
particular project conducts testing at one or more customer
sites and the customers records the problem and reports it
to the vendor and get them modified
Is This Answer Correct ? | 3 Yes | 0 No |
Acceptance testing :This testing is done to check whether
the client or user is accepting the product or not
Alpha testing :The testing done by developer's after the
development phase is completed
Beta Testing: The testing done in the absence of
developer's in user site.
Is This Answer Correct ? | 4 Yes | 7 No |
what is the creteria required for deciding when the test cases are cover the requirements of the client or project ?
What are all the things ur going to keep in mind while System testing?
what is Severity / Prioity ? How do assian ? What are the basic things followed?
How GUI testing will be done in manual testing for a website?
What r blackbox & whitebox testing techniques?
what is the chronological order in software testing
What is an entry criteria?
Explain the Pros and Cons of testing the software by Developement team and by testing team?
we need to perform Soak Perf Test, Resilience Perf Test, Regression Perf Test.
When the Developer fixes and releases a defect.. then the tester tests it and fails the defect. Suppose the developer again fixes it and the tester again fails it and this process continues for the same defect for more times then what is that u do for getting the defect closed?
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?
What is testing and maintenance?