I am testing an application that sends certain data to users. How do i check that the user will not receive excess data. I mean I can go in and sign in as the user and insert a standard checkpoint...but that only checks the data integrity, it does not check if the user received excess data. Please help..any suggestions are welcomed

Showing Answers 1 - 6 of 6 Answers

prashanth

  • Sep 4th, 2007
 

You can put a checkpoint on the size in terms of the number of bytes that are transferred to the user. If the size exceeds the normal level you can consider that as a excess data else it is within the stipulated data.

  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