Entries Tagged 'Quality assurance' ↓

Types of Risks in Software Projects

Are you developing any Test plan or test strategy for your project? Have you addressed all risks properly in your test plan or test strategy?

As testing is the last part of the project, it’s always under pressure and time constraint. To save time and money you should be able to prioritize your testing work. How will prioritize testing work? For this you should be able to judge more important and less important testing work. How will you decide which work is more or less important? Here comes need of risk-based testing.

Continue reading →

Regression Testing with Regression Testing Tools and methods

What is Regression Software Testing?
Regression means retesting the unchanged parts of the application. Test cases are re-executed in order to check whether previous functionality of application is working fine and new changes have not introduced any new bugs.

This is the method of verification. Verifying that the bugs are fixed and the newly added feature have not created in problem in previous working version of software.

Continue reading →

What are the Quality attributes?

First in brief know what is Quality? Quality can be define in different manner. Quality definition may differ from person to person. But finally there should be some standards. So Quality can be defined as

  • Degree of excellence - Oxford dictionary
  • Fitness for purpose - Edward Deming
  • Best for the customer’s use and selling price - Feigenbaum
  • The totality of characteristics of an entity that bear on its ability to satisfy stated or implied needs - ISO

How a Product developer will define quality - The product which meets the customer requirements.
How Customer will define Quality - Required functionality is provided with user friendly manner.

Continue reading →