Test for Integration of Two Systems

You have system A and system B. System A send System B a text file. We need to verify that System B has received this text file in full and validate its contens ?

How do we do this ?

Questions by testb0y

Showing Answers 1 - 6 of 6 Answers

1) If the transfering of file from one system 1 to another SystemB with out Encrption means i/p & o/p file content should be same.

2)Check that the naming convention for the File should be correct(i.e) o.p file001.doc,file002.doc,file003.doc etc....

3) Check that the o.p document files contain images, audio, video stream should be match with i/p

  Was this answer useful?  Yes

I am going to read the requirement quite literally and treat the file like a text file.  In this case, I would do the following: 

1) Verify file remains intact when copied to directory on same machine
2) Verify file remains intact when sent via File Transport Protocol (FTP)
3) Verify file remains intact when sent as an email attachment

4) Verify files are identical when page is blank
5) Verify files are identical when text file contains max characters
6) Verify files are identical in wrapped mode
7) Verify files are identical in unwrapped mode
8) Verify files are identical when they include entire character sets for
   a) ANSI
   b) Unicode
   c) Unicode big endian
   d) UTF-8

9) Verify filenames are identical
10) Verify the file sizes are identical

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions