Entries Tagged 'Types of testing' ↓
November 30th, 2012 — Types of testing
What is User Acceptance Testing (UAT)?
UAT is final testing performed when functional, system and regression testing is completed. The main purpose of UAT is to validate the software against the business requirements. This validation is carried out by end users who are familiar with the business requirements. UAT, alpha and beta testing are different types of acceptance testing.
As user acceptance testing is the last testing carried out before the software goes live, obviously this is the last chance for the customer to test the software and measure if it’s fit for the purpose.

Need of User Acceptance Testing
Continue reading →
Google+
November 6th, 2012 — Types of testing
Purpose of the Article
Black box testers don’t care about unit testing. Their main goal is to validate the application against the requirements without going into the implementation details. But as a curiosity or out of the box thinking, have you ever wondered how developers test their own code? What method they use to test before releasing code for testing? How dev-testing is important in agile process? The answer to all this is unit testing. I want to educate you on the importance of unit testing so that development and testing teams can work more collaboratively to design, test and release a excellent application.
Who knows in the future some of you may even switch to white box testing and use these code validation and improvement techniques!
What is Unit Testing?
Unit testing is not a new concept. It’s been there since the early days of the programming. Usually developers and sometime white box testers write unit Continue reading →
Google+
October 22nd, 2012 — Testing Life cycle, Types of testing
Alpha and beta testing are important testing phases for success of any software release. Both these testing techniques have saved thousands of dollars to large scale software releases for companies like Apple, Google and Microsoft.
The purpose of this article is to educate you on these testing terms and how you can use these techniques to earn some extra income or even to get a full time testing job. Freshers can put beta testing experience in resume to make it stand out from the crowd.
Read on to know more..
What is Alpha Testing?
This is a form of internal acceptance testing performed mainly by in-house software QA and testing teams. Alpha testing is the last testing done by test teams at development site after the acceptance testing and before releasing the software for beta test. Alpha testing can also be done by potential users or Continue reading →
Google+
August 15th, 2011 — Basics of Software testing, Testing best practices, Testing Concepts, Types of testing
Topics we will cover in this article:
- Application Testing
- Categories of Applications
- Application Testing Methodologies
- Application Testing Tools
- Software Test Plan
- Application Testing Cycles
- Application Testing – Best Practices
Application Testing is an activity that every software tester performs daily in his career. These two words are extremely broad in practical aspect. However, only the core and most important areas will be discussed here. The purpose of this article is to touch all the primary areas so that the readers will get all the basic briefing at a single place.
Categories of Applications
Whether it is small calculator software with only the basic arithmetic Continue reading →
Google+
July 17th, 2011 — Testing Interview questions, Types of testing
Q. What is difference between Performance Testing, Load Testing and Stress Testing?
1) Performance Testing:
Performance testing is the testing, which is performed, to ascertain how the components of a system are performing, given a particular situation. Resource usage, scalability and reliability of the product are also validated under this testing. This testing is the subset of performance engineering, which is focused on addressing performance issues in the design and architecture of software product.
Performance Testing Goal:
The primary goal of performance testing includes establishing the benchmark behaviour of the Continue reading →
Google+