You are on page 1of 5

1. Explain the principles of statistical quality control.

What are the


tools used for this purpose? Explain the principle of a control chart.
* Statistical quality control is using data rather than
intuition/experience to make decisions. The tools used to do this
data collection include: Pareto analysis, cause-and-effect diagram,
ow chart, trend chart, histogram, scatter diagram, and control chart.
The control chart helps determine if a process is in a state of
statistical control or not.
2. Explain the concept of lean principles.
* Lean principles is a systematic approach to identifying and
elimination waste through continuous improvement, flowing the
product at the pull of the customer in pursuit of perfection.
3. What is an Ishikawa diagram? When should the Ishikawa
diagram be used? Provide a procedure to construct an Ishikawa
diagram.
* The Ishikawa diagram is an instrument used to detail the cause
and effects of materials, machines, methods, and measurements on
the overall quality of a product. In order to construct it, draw a single
arrow towards quality and from the arrow branches out the different
causes based on the 4Ms.
4. What is total quality management (TQM)? What is the difference
between TQM and TQC?
* Total quality management is taking steps to figure out the defects
of a product before it reaches the final stage, whereas total quality
control is the running and shipping stage and if a defect is found it is
sent back to the TQM stages or thrown out.
5. Explain the differences between validation and verication.
* The difference between validation and verification is the level of
assurance that comes with the terms. Whilst validation assures the
quality of something, verification simply determines whether
something has attained set standards.
6. Explain the differences between failure, error, and fault.

* Error is human interaction which produces an incorrect result. Fault


is a stage of software which is caused by an error. Failure is a
deviation of software from its expected delivery or service.
7. What is a test case? What are the objectives of testing?
* A test case is a simple pair of inputs with expected outcomes. The
objectives of testing are to reduce the risk of failure and the cost of
testing and of course to see if it works or not.
8. Explain the concepts of unit, integration, system, acceptance, and
regression testing.
* Unit testing is testing individual program units. Integration testing
includes modules that are assembled to construct larger subsystems
and testing. System testing includes functionality and load.
Acceptance testing uses the customers expectations from the
system.
9. What are the different sources from which test cases can be
selected?
* Requirement and functional specifications, source code, input and
output domain, operational profile, and fault model.
10. What is the difference between fault injection and fault
simulation?
* In fault injection one can find out whether a program is faulty based
on the actual fault inserted versus fault simulation you can modify a
program from being incorrect to correct.
11. Explain the differences between structural and functional testing
* Structural testing is focused more on internal code versus
functional testing is focused on how the program works and its
external features.
12. What are the strengths and weaknesses of automated testing
and manual testing?
* Having to run tests repeatedly and on different machines but it
being more expensive and sometimes impossible to run on some
programs are the advantages and disadvantages of automated

testing. Inexpensive testing while still being very time consuming are
the advantages and disadvantages of manual testing.
1. Explicar los principios de control de calidad estadstico. Cules son las
herramientas que se utilizan para este fin? Explicar el principio de un grfico
de control.

* El control de calidad estadstico est utilizando datos en lugar de la


intuicin / experiencia para tomar decisiones. Las herramientas utilizadas
para hacer esta recopilacin de datos incluyen: anlisis de Pareto, diagrama
de causa y efecto, flujo grfico, grfico de tendencia, histograma, diagrama
de dispersin y grfico de control. El grfico de control ayuda a determinar
si un proceso est en un estado de control estadstico o no.

2. Explicar el concepto de los principios lean.

* Principios Lean es un enfoque sistemtico para la identificacin y


eliminacin de residuos a travs de la mejora continua, que fluye el
producto en el tirn del cliente en la bsqueda de la perfeccin.

3. Qu es un diagrama de "Ishikawa"? Cundo se debe utilizar el diagrama


de Ishikawa? Proporcionar un procedimiento para construir un diagrama de
Ishikawa.

* El diagrama de Ishikawa es un instrumento usado para detallar la causa y


efectos de los materiales, mquinas, mtodos, y las mediciones de la
calidad general de un producto. Para construirlo, dibuje una flecha hacia la
calidad y de la flecha se ramifica las diferentes causas basadas en los 4 ms.

4. Qu es la gestin de la calidad total (TQM)? Cul es la diferencia entre


la ACT y los CTC?

* Gestin de calidad total est tomando medidas para averiguar los defectos
de un producto antes de que llegue a la fase final, mientras que el control
de calidad total es la etapa de funcionamiento y gastos de envo y si se
encuentra un defecto que es enviado de vuelta a los escenarios de la GCT o
expulsado.

5. Explicar las diferencias entre la validacin y verificacin.

* La diferencia entre la validacin y verificacin es el nivel de garanta que


viene con los trminos. Mientras validacin asegura la calidad de algo, la
verificacin simplemente determina si algo ha alcanzado los estndares
establecidos.

6. Explicar las diferencias entre el fracaso, el error y la culpa.

* Error es la interaccin humana que produce un resultado incorrecto. Fault


es una etapa de software que es causada por un error. El fracaso es una
desviacin de software a partir de su entrega o servicio esperado.

7. Qu es un caso de prueba? Cules son los objetivos de la prueba?

* Un caso de prueba es un simple par de entradas con los resultados


esperados. Los objetivos de las pruebas son para reducir el riesgo de
fracaso y el costo de las pruebas y, por supuesto, para ver si funciona o no.

8. Explicar los conceptos de unidad, integracin, sistema, aceptacin y


pruebas de regresin.

* Prueba de la unidad es la prueba de unidades de programas individuales.


Las pruebas de integracin incluye mdulos que se ensamblan para
construir los subsistemas y las pruebas ms grandes. Las pruebas del
sistema incluye la funcionalidad y la carga. Las pruebas de aceptacin
utiliza las expectativas del cliente desde el sistema.

9. Cules son las diferentes fuentes de las que se pueden seleccionar casos
de prueba?

* Requisitos y especificaciones funcionales, cdigo fuente, de dominio de


entrada y salida, perfil operativo y modelo de fallo.

10. Cul es la diferencia entre la inyeccin de fallos y simulacin de fallos?

* En la inyeccin de fallos se puede saber si un programa se basa


defectuosa sobre la falla real insertado frente simulacin de fallos se puede
modificar un programa de ser incorrecto para corregir.

11. Explicar las diferencias entre las pruebas estructurales y funcionales

* Ensayos estructurales se centra ms en cdigo interno frente a las


pruebas funcionales se centra en cmo funciona el programa y sus
caractersticas externas.

12. Cules son las fortalezas y debilidades de las pruebas automatizadas y


las pruebas manuales?

* Tener que realizar pruebas en varias ocasiones y en diferentes mquinas,


pero que sea ms costoso ya veces imposible de ejecutar en algunos
programas son las ventajas y desventajas de las pruebas automatizadas.
Pruebas Barato sin dejar de ser muy lento son las ventajas y desventajas de
las pruebas manuales.

You might also like