Buscar
Estás en modo de exploración. debe iniciar sesión para usar MEMORY

   Inicia sesión para empezar

PPINGPONGG


🇬🇧
In Inglés
Creado:


Public
Creado por:
juzz trial


0 / 5  (0 calificaciones)



» To start learning, click login

1 / 25

[Front]


In this type of testing, the use of automated tool or any script is prohibited. What will happen here is that the tester takes over the role of an end-user and tests the software to identify any unexpected behavior or bug.
[Back]


Manual Testing

Practique preguntas conocidas

Manténgase al día con sus preguntas pendientes

Completa 5 preguntas para habilitar la práctica

Exámenes

Examen: pon a prueba tus habilidades

Pon a prueba tus habilidades en el modo de examen

Aprenda nuevas preguntas

Popular en este curso

elección múltipleModo de elección múltiple

Modos dinámicos

InteligenteMezcla inteligente de todos los modos
PersonalizadoUtilice la configuración para ponderar los modos dinámicos

Modo manual [beta]

Seleccione sus propios tipos de preguntas y respuestas
Otros modos disponibles

Aprende con fichas
Completa la oración
Escuchar y deletrearOrtografía: escribe lo que escuchas
Expresión oralResponde con voz
Expresión oral y comprensión auditivaPractica la pronunciación
EscrituraModo de solo escritura

PPINGPONGG - Marcador

0 usuarios han completado este curso. ¡sé el primero!

Ningún usuario ha jugado este curso todavía, sé el primero


PPINGPONGG - Detalles

Niveles:

Preguntas:

151 preguntas
🇬🇧🇬🇧
Advantages of Prototype Model
-Users are actively involved in the development -the users get a better understanding of the system being developed. -Errors can be detected much earlier. -Quicker user feedback is available leading to better solutions -Missing functionality can be identified easily. -Confusing or difficult functions can be identified. -Requirements validation, Quick implementation of, incomplete, but functional application.
Disadvantages of Prototype model
-Leads to implementing and then repairing way of building systems. -May increase the complexity of the system as scope of the system may expand beyond original plans. -Incomplete application may cause application not to be used as the full system was designed. -Incomplete or inadequate problem analysis.
When to use Prototype model
-When the desired system needs to have a lot of interaction with the end users -Online systems, web interfaces have a very high amount of interaction with end users -Prototyping ensures that the end users constantly work with the system and provide a feedback which is incorporated in the prototype to result in a useable system.
Advantages of the Prototyping Model
-Users are actively involved in development. Therefore, errors can be detected in the initial stage of the software development process. -Missing functionality can be identified, which helps to reduce the risk of failure as Prototyping is also considered as a risk reduction activity. -Helps team member to communicate effectively -Customer satisfaction exists because the customer can feel the product at a very early stage.
Disadvantages of the Prototyping Model
-Prototyping is a slow and time taking process -The cost of developing a prototype is a total waste as the prototype is ultimately thrown away. -Prototyping may encourage excessive change requests. -Sometimes customers may not be willing to participate in the iteration cycle for the longer time duration -There may be far too many variations in software requirements when each time the prototype is evaluated by the customer.
Objectives of Software Review
1. To improve the productivity of the development team. 2. To make the testing process time and cost effective. 3. To make the final software with fewer defects. 4. To eliminate the inadequacies.
Process of Software Review
Entry Evaluation | Management Preparation | Review Planning | Preparation | Examination and Exit Evaluation
Types of Software Reviews
1. Software Peer Review 2. Software Management Review 3. Software Audit Review
Types of Software Peer Review
1. Code Review 2. Pair Programming 3. Walkthrough 4. Technical Review 5. Inspection
Advantages of Software Review
• Defects can be identified earlier stage of development (especially in formal review). • Earlier inspection also reduces the maintenance cost of software. • It can be used to train technical authors. • It can be used to remove process inadequacies that encourage defects.
Stages in Software Inspection Process
1. Planning 2. Overview Meeting 3. Preparation 4. Inspection Meeting 5. Rework 6. Follow Up
Software Quality from User's Perspective
• Correctness • Usability • Reliability • Security • Adaptability
Software Quality from Developer's Perspective
• Maintainability • Portability • Readability • Understandability • Testability
Software Quality Assurance (SQA) has three legs to it:
• Testing • Debugging • Reviews
Attendees of code reivew
• The moderator of the code review is usually the author. • There should be one or more developers at the meeting, someone who’s working on the same project as the author • There should be a tester at the code review. • Finally, there should be an experienced developer present who’s not on the same project as the author.
Code inspections criteria
• Inspections use checklists of common error types to focus the inspectors. • The focus of the inspection meeting is solely on finding errors; no solutions are permitted • Reviewers are required to prepare beforehand; the inspection meeting will be canceled if everyone isn’t ready. • Each participant in the inspection has a distinct role. • All participants have had inspection training
Inspection Roles
• Moderator • Author • Reader • Reviewers • Recorder • Managers
Inspection Phase and Procedures
Planning The Overview Meeting Preparation The Inspection Meeting The Inspection Report Rework and Follow-up
(MCR)
Modern Code Review
Code Review Approaches
The Email Thread Pair Programming Over-The-Shoulder Tool Assisted