Software Quality Control

  Home  Software Testing  Software Quality Control


“Software Quality Control frequently Asked Questions by expert members with experience in Software Quality Control. These questions and answers will help you strengthen your technical skills, prepare for the new job test and quickly revise the concepts”



69 Software Quality Control Questions And Answers

41⟩ Tell me what is the difference between quality assurance and quality control?

Quality Assurance :

- It is a Assurance activity,emphasizing on the standards and procedures to be followed while developing an application

- It is a Preventive action taken before hand to ensure the product that developed are defect free

- It is a systematic actions necessary to provide enough confidence that a product or service will satisfy the given requirements for quality.

Quality Control

- It is a Corrective action

- Inspection if the developed application follows the standards and procedures by using the checklists.

 170 views

42⟩ Explain the difference between Quality Assurance, Quality Control and Audit Function?

Quality assurance is planed and systematic set of activities necessary to provide adequate confidence that products/services will confirm to the specified requirements. It is a staff function, Defect prevention based.

Quality control is the process in which product quality is compared with applicable standards and action will be taken when non conformance occurred. It is a line function, Defect design based.

 202 views

45⟩ Tell me why do we use DOE?

The design of experiments may be used to help improve the capability of a process by identifying the process and product variables that affect the mean and the variance of the quality characteristic(s) of the product.

 191 views

47⟩ Explain what are p-charts?

the p-chart is a type of control chart used to monitor the proportion of nonconforming units in a sample, where the sample proportion nonconforming is defined as the ratio of the number of nonconforming units to the sample size

 191 views

48⟩ How to Assure Quality Control?

The answer to this question depends on what it is you are attempting to control. For example, it is much easier to assess and control quality in a manufacturing facility than it is to assure quality control in the software industry.

Quality Control in the software industry refers to the art and practice of testing. Any test effort that strives to identify and report defects in order to improve products and services is practicing Quality Control.

So how can we assure Quality Control? By establishing test processes that prove to deliver products and services that customers require at a level of quality that they demand. And who are these customers? Your company and clients, of course.

 179 views

49⟩ Explain the following costs Requirement Analysis Rs1000, Code Review Rs500, Review of User Documents Rs600, Continuing Education Programs Rs800, Design Rs400, Then what is the Cost of Quality?

What is the cost the business would have to incur if a big error was missed if these steps were not followed properly? Damages in terms of money (cost of litigation, regulatore claims, cost of fixing those bugs) and to the brand name of the company (open to discussion).

For me, that is the cost of Quality

 188 views

50⟩ Tell me what is Defect Rejection Ratio (DRR) and Defect Leackage Ratio (DLR)?

DRR = # of Defects Rejected/Tester to assess the tester performance

DRR = # of Defects Rejected/module to assess the module complexity

DRR = # of Defects Rejected/Team/Project to assess the team performance.

and

DLR = # of Defects uncovered/Tester

DLR = # of Defects uncovered/Module

DLR = # of Defects uncovered/Project

( Uncovered- Defects missed out by the testing team)

 204 views

51⟩ Explain what is a Range in the Control Chart?

Accepted practice uses a width of three standard deviations around the population mean ( 3) to establish the control limits for control chart.Anything that falls between the range of ( 3) is teh common cause of variation & anything that falls out of the range of ( 3) is special cause of variation

 182 views

53⟩ Explain what does phase I and phase II mean?

The answer to this question depends on its context. If you are referring to the Software Development Life Cycle (SDLC), then the answer still depends on the model you are referring to. The number and nature of phases varies greatly between software development models. Generally, the phases of software development are:

Phase 1: Planning (a.k.a. the Requirements Phase)

Phase 2: Design

Phase 3: Implementation

Phase 4: Verification

Phase 5: Maintenance

 179 views

56⟩ how to do Quality Controlling in Garments, cosmetics & perfumes?

Here's a simplified response:

1) Begin by learning about the products and services; gain domain knowledge

2) Understand workflow and processes throughout the product life cycles

3) Determine where defects are caused in these workflows and processes

4) Establish checkpoints at these junctures

5) Establish reliable methods of defect detection

6) Establish quality standards and targets for quality improvement

7) Tie Quality Control effort to organization's cost and profitability

8) Report findings

 187 views

57⟩ Tell me what is BLACKOUT PHASE in software development life cycle model?

The maintenance phase is considered to be the blackout phase. Maintenance is the last stage of the software development life cycle. After the product has been released, the maintenance phase keeps the software up to date with environment changes and changing user requirements. It is called the blackout phase because the system is not accessible and is said to "black out" during maintenance.

 178 views

58⟩ Explain what are the three measures in common use in Quality?

The Three Measures of Common use in Quality Control is Mean, Median and Mode

The three commonly used measures in quality control are Mean (also called as Average), Median (is the value that divides a series of ordered observations so that the number of items above it equals to the number below it) and Mode (is the value that occurs with the highest frequency).

 194 views

59⟩ Explain what are the roles of Quality Assurance?

QA people roles will be do the auditing to make sure that in testing, everything has happened as expected (proper documents created, have been they tracked in exact time, are all the documents stored in share path?....etc) so that they are making sure about the process which delivers the quality products.

 173 views