Editorial / Best Answer
kurtz182
TEST CASES
FUNCTIONAL
1) Transfer an empty file
2) Transfer a file with one character
3) Transfer a file with maximum number of characters
4) Transfer a file that exceeds maximum number of characters by 1 (max+1)
5) Transfer a file that is less than maximum number of characters by 1 (max-1)
6) Transfer a file that contains the entire ASCII character set
7) Transfer a file that contains the entire UTF-8 character set
8) Transfer a file that contains the entire Unicode character set
9) Transfer a file that contains the entire Unicode big endian character set
PERFORMANCE
Verify speed of file transfer meets specification
STEPS
1) send file
2) navigate to the file destination,
3) verify the file is transferred to proper target destination,
4) verify the filename has not changed,
5) verify the file's size has not changed,
6) open the file and
7) verify that the contents had been transferred without changes.
Write the test cases for File Transfer ?
Profile Answers by Meenakshi Dubey Questions by Meenakshi Dubey
Questions by Meenakshi Dubey
Editorial / Best Answer
kurtz182Profile Answers by kurtz182 Questions by kurtz182
TEST CASES
FUNCTIONAL
1) Transfer an empty file
2) Transfer a file with one character
3) Transfer a file with maximum number of characters
4) Transfer a file that exceeds maximum number of characters by 1 (max+1)
5) Transfer a file that is less than maximum number of characters by 1 (max-1)
6) Transfer a file that contains the entire ASCII character set
7) Transfer a file that contains the entire UTF-8 character set
8) Transfer a file that contains the entire Unicode character set
9) Transfer a file that contains the entire Unicode big endian character set
PERFORMANCE
Verify speed of file transfer meets specification
STEPS
1) send file
2) navigate to the file destination,
3) verify the file is transferred to proper target destination,
4) verify the filename has not changed,
5) verify the file's size has not changed,
6) open the file and
7) verify that the contents had been transferred without changes.
Related Answered Questions
Related Open Questions