Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Software Development Model, Slides of Software Project Management

Software development models are structured approaches or methodologies used to plan, design, develop, test, and deploy software systems. Each model outlines specific phases, activities, and deliverables, guiding the software development process. Below is a description of several popular software development models:

Typology: Slides

2024/2025

Available from 09/03/2024

ashish-chandak
ashish-chandak 🇮🇳

11 documents

1 / 91

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Software Testing
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31
pf32
pf33
pf34
pf35
pf36
pf37
pf38
pf39
pf3a
pf3b
pf3c
pf3d
pf3e
pf3f
pf40
pf41
pf42
pf43
pf44
pf45
pf46
pf47
pf48
pf49
pf4a
pf4b
pf4c
pf4d
pf4e
pf4f
pf50
pf51
pf52
pf53
pf54
pf55
pf56
pf57
pf58
pf59
pf5a
pf5b

Partial preview of the text

Download Software Development Model and more Slides Software Project Management in PDF only on Docsity!

Software Testing

Course Outcomes

  • To study fundamental concepts in software testing, including software testing objectives, process, criteria, strategies, and methods.
  • To discuss various software testing issues and solutions in software unit test; integration, regression, and system testing.
  • To learn how to planning a test project, design test cases and data, conduct testing operations, manage software problems and defects, generate a testing report.
  • To expose the advanced software testing topics, such as object- oriented software testing methods, and component-based software testing issues, challenges, and solutions.

Human Cause of Software Defect

  • Mistake
  • Defect (Fault or bug)
  • Failure
  • Eventual failures
  • Technical writer

Typical Scenarios

Time Saving in Early Defect Removal

Role of Testing

  • Testing is part how risk failure are reduced.
  • When testing find defects, those defect are repaired and quality of software increases.
  • Delivers quality software.

Objective of Testing

  • Cost of quality
  • To minimize the risk of failure.
  • To deliver quality product.
  • To make sure that the end result meets the business and user requirements.
  • Gaining confidence in and providing information about the level of quality.

Software Testing Myths

  • Myth:Quality control-testing
  • Fact:Testing is component of quality control. Quality control includes other activities such as reviews.

Software Testing Myths

  • Myth: The objective of testing is 100% defect free product.
  • Fact: objective is to cover as much as defect. 100% testing is not possible.

Software Testing Myths

  • Myth: Testing is easy.
  • Fact: can be difficult and sometimes tough than coding.

Software Testing Myths

  • Myth: Anyone can test
  • Fact: requires skills and complete domain knowledge.

Software Testing Myths

  • Myth: When a defect slips, it is fault of testers.
  • Fact: Quality is responsibility of members/stakeholders, including developers.

Testing and Debugging

Testing

  • It involves identifying bug/error/defect in a software without correcting it.
  • Normally professionals with a quality assurance background are involved in bugs identification.
  • Testing is performed in the testing phase.