Computing Homework
ValidationandVerification
Explainwhatthe difference between ValidationandVerificationisandwhyitisused
Findan example of each,take ascreenshotandexplain.
Programmingtask
Create a programme to ask the userto entera word.If the wordhas more than 20 characters or 0
characters enteredgive anerrormessage.
1) Firstdesign a flowchartand explainthis
2) Create the Code
3) Create a testtable and testthe code (youshouldhave at least3 differenttests)
4) Extendyourcode
5) Annotate onyourcode using#
6) Evaluate yourcode,what’sgoodabout itand whatcouldbe improved.Whatpractical uses
doesyourcode have?
Sample code
Sample test table
Testnumber Purpose of test Testdata ExpectedResult
Each test should have
a numberto identify
it.
Whatis it that you are
checking?Are you
checking the
validation of an input,
or whethera loop
terminatesat the right
point?
What data will you
use?Thisshouldbe
markedas typical (T),
boundary(B) or
erroneous(E).
What youthinkshould
happen?

More Related Content

DOC
Md university cmis 102 week 5 hands
PPT
A beginners guide to testing
PPTX
Fase de evaluacion empresarial
PPTX
Mandala carlos benítez
PPTX
Βιωματικές Δράσεις Γυμνασίου
PPTX
Ypf Class Presentation Print Ready
PDF
מבוא לתכנות מדעי פייתון הרצאה 1 חלק 3 Python
DOCX
Business studies homework
Md university cmis 102 week 5 hands
A beginners guide to testing
Fase de evaluacion empresarial
Mandala carlos benítez
Βιωματικές Δράσεις Γυμνασίου
Ypf Class Presentation Print Ready
מבוא לתכנות מדעי פייתון הרצאה 1 חלק 3 Python
Business studies homework

Viewers also liked (14)

PDF
Pancarta publicitaria
ODP
Dzban
PDF
Критическое мышление , лекция 2, 2013 (Клейнер Игорь)
PPTX
Definicionsoftware
DOCX
Converting denary binary
PDF
Apresentação Linx
DOCX
Informe de cumplimiento de responsabilidades profesionales
PPTX
PDF
Portal Cautivo - PfSense
PPTX
Göz mobil[1]
PPTX
What is Docker
PPT
Teacher Training Seminar on TEYL
PDF
Cc code cards
Pancarta publicitaria
Dzban
Критическое мышление , лекция 2, 2013 (Клейнер Игорь)
Definicionsoftware
Converting denary binary
Apresentação Linx
Informe de cumplimiento de responsabilidades profesionales
Portal Cautivo - PfSense
Göz mobil[1]
What is Docker
Teacher Training Seminar on TEYL
Cc code cards
Ad

Similar to Computing homework validation (20)

PDF
CMIS 102 WEEK 5 HANDS-ON LAB
PPTX
The relationship between test and production code quality (@ SIG)
PDF
Test Case Design Techniques in Software Testing_ Elements, Types, and Best Pr...
PDF
Istqb advanced practioner_level_practice_exam_1
PPT
Testers Desk Presentation
PPT
SD & D analysis
PPTX
Coding and testing In Software Engineering
PPTX
Test Case Design Techniques – Practical Examples & Best Practices in Software...
PPS
Estimating test effort part 2 of 2
PPS
Lesson 2....PPT 1
PPTX
UNIT-IV SE_engineering_software_ipu.pptx
PDF
Unit testing (workshop)
PPTX
TDD Best Practices
PDF
Unit testing - An introduction
PDF
How to complement TDD with static analysis
PPS
Testing techniques
PPTX
Unit test
PPT
TDD (Test Driven Design)
PPT
Test Driven Development
PDF
Expressive Testing ...and your Code For Free?
CMIS 102 WEEK 5 HANDS-ON LAB
The relationship between test and production code quality (@ SIG)
Test Case Design Techniques in Software Testing_ Elements, Types, and Best Pr...
Istqb advanced practioner_level_practice_exam_1
Testers Desk Presentation
SD & D analysis
Coding and testing In Software Engineering
Test Case Design Techniques – Practical Examples & Best Practices in Software...
Estimating test effort part 2 of 2
Lesson 2....PPT 1
UNIT-IV SE_engineering_software_ipu.pptx
Unit testing (workshop)
TDD Best Practices
Unit testing - An introduction
How to complement TDD with static analysis
Testing techniques
Unit test
TDD (Test Driven Design)
Test Driven Development
Expressive Testing ...and your Code For Free?
Ad

Computing homework validation

  • 1. Computing Homework ValidationandVerification Explainwhatthe difference between ValidationandVerificationisandwhyitisused Findan example of each,take ascreenshotandexplain. Programmingtask Create a programme to ask the userto entera word.If the wordhas more than 20 characters or 0 characters enteredgive anerrormessage. 1) Firstdesign a flowchartand explainthis 2) Create the Code 3) Create a testtable and testthe code (youshouldhave at least3 differenttests) 4) Extendyourcode 5) Annotate onyourcode using# 6) Evaluate yourcode,what’sgoodabout itand whatcouldbe improved.Whatpractical uses doesyourcode have? Sample code Sample test table Testnumber Purpose of test Testdata ExpectedResult Each test should have a numberto identify it. Whatis it that you are checking?Are you checking the validation of an input, or whethera loop terminatesat the right point? What data will you use?Thisshouldbe markedas typical (T), boundary(B) or erroneous(E). What youthinkshould happen?