Software Testing

ads
ads

Popular Posts

Acceptance Testing

Acceptance Testing

This is the most importance type of testing as it is conducted by the Quality Assurance Team Whether the application meets the intended specifications and satisfies the client. requirements.The QA team will have a set of pre written scenarios and Test Cases that will be used to test the application.
Acceptance tests are not only intended to point out simple spelling mistakes, cosmetic errors or Interface gaps, but also to point out any bugs in the application that will result in system crashers or major errors in the application.
By performing acceptance tests on an application the testing team will deduce how the application will perform in production.There are also legal and contractual requirements for acceptance of the system.
Alpha Testing
This test is the first stag e of testing and will be performed among st the teams (developer and QA teams).Unit testing, integration testing and system testing when combined are known as alpha testing.During this phase, the following will be tested in the application:
  • Spelling Mistakes.
  • Broken Links.
  • Cloudy Directions.
  • The Application will be tested on machines with the lowest specification to test loading times and any latency problems.

  • Beta Testing
    This test is performed after Alpha testing has been successfully performed. In beta testing a sample of the intended audience tests the application. Beta testing is also known as pre-release testing. Beta test versions of software are ideally distributed to a wide audience on the Web, partly to give the program a "real-world" test and partly to provide a preview of the next release. In this phase the audience will be testing the following:
  • Users will install, run the application and send their feedback to the project team.
  • Typographical errors, confusing application flow, and even crashes.
  • Getting the feedback, the project team can fix the problems before releasing the software to the actual users.
  • The more issues you fix that solve real user problems, the hig her the quality of your application will be.

  • Having a hig her-quality application when you release to the general public will increase customer satisfaction.
  • No comments:

    Post a Comment