Queen Mary University of London School of Electronic Engineering and Computer Science
EBU6304: Software Engineering Lab 5: Testing
You are going to test a software unit which is to validate the password format. It should take the password as the input parameter and return the result (the password format is valid or invalid). A valid password must:
• be between five and nine characters long;
Copyright By PowCoder代写 加微信 powcoder
• contain only letters and digits(letters: a-z and A-Z, digits: 0-9); cannot contain any
other characters and cannot have any blank spaces.
• contain at least one letter and one digit;
Design test cases using Partition Testing. Outline partitions, choose suitable input data and expected output results for each partition.
Submission: A Word or PDF document that contains your solution.
程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com