SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start

PPINGPONGG


🇬🇧
In English
Created:


Public
Created by:
juzz trial


0 / 5  (0 ratings)



» 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

Practice Known Questions

Stay up to date with your due questions

Complete 5 questions to enable practice

Exams

Exam: Test your skills

Test your skills in exam mode

Learn New Questions

Popular in this course

multiple choiceMultiple choice mode

Dynamic Modes

SmartIntelligent mix of all modes
CustomUse settings to weight dynamic modes

Manual Mode [BETA]

Select your own question and answer types
Other available modes

Learn with flashcards
Complete the sentence
Listening & SpellingSpelling: Type what you hear
SpeakingAnswer with voice
Speaking & ListeningPractice pronunciation
TypingTyping only mode

PPINGPONGG - Leaderboard

0 users have completed this course. Be the first!

No users have played this course yet, be the first


PPINGPONGG - Details

Levels:

Questions:

151 questions
🇬🇧🇬🇧
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