| |
GeekInterview.com > Interview Questions > Testing
| Print | |
Question: Test for Integration of Two Systems
Answer: 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 ? |
| April 04, 2009 07:24:51 |
#1 |
| mathan_vel |
Member Since: December 2007 Total Comments: 350 |
RE: Test for Integration of Two Systems |
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 |
| |
Back To Question | |