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???
Answer Posted / 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 |
Post New Answer View All Answers
1.How to maintain the Bug status Report? 2.What is project based Company and product based company?
Can anybody give whole test cases for banking module.it should include from start to end .that will help me more.to do study.it should contain account,deposite,withdraw,fd,atm modules.?please try to give me??
Which model is following in your company for developing software?
Can any one give a summary of testing a territory management system? what would be the test scenarios, few test cases. how it works.
What are the different types of integration testing?
what is port testing and do it comes in manual testing?
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing?
Hi Friends, Just One Month Back I was Join in Small Company as a Testing Eng.I have Six Month Exp. In this Company all my team memb.r fresher & PM give responsibility on us to prepare all require QC doc. for our new project.So I need ur help in this matter .How Can I start my work and Which Doc.I start to collect & From Where I get Detail Information all abt these thing. Thanks to all friends who give reply to this. Suyog
How to test an Scheduled event? For ex: in an investment banking application, the scheduler will create an equity anbd user has nothing to do but tester has to test if the instrument is created properly or not?
How can a LOG for testcases be maitained which can give information about a TestCase that is it new one or has been occured in previous versions of the software.
What is positive and negative testing?
Explain Test Plan with example? Explain following in the test plan with examples What is being tested? What are pass/fail criteria? When will each test occur? What Hardware & Software environment is required? What features must be tested? What features will not be tested? What are the responsibilities of individuals & organisation in the project?
can anyone help me regarding testing patterns?
What is verification in software testing?
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; }