1 / 9

3 Characteristics of Well Protected Data

In general, software products are meant for processing, storing and exchange of data. Different programs process different kinds of data for different purposes.

qatestlab
Download Presentation

3 Characteristics of Well Protected Data

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 3 Characteristics of Well Protected Data

  2. In general, software products are meant for processing, storing and exchange of data. Different programs process different kinds of data for different purposes.

  3. At present security of user data have become one of the main requirements to an application. Security standards are very high for e-commerce, banking and other programs dealing with sensitive business and personal data.

  4. One Can Say That Data are Properly Protected If: 1. Every user has access and is able to edit only the data that he or she is entitled to utilize. 2. All the sensitive data are stored in an encrypted form.

  5. One Can Say That Data are Properly Protected If: 3. All the sensitive data are transferred between the server and client machine, the system modules, other software products, etc. in an encrypted form, via protected channels.

  6. Data protection is one of the main points during security testing of a software product. Test engineers have to find out whether the mentioned conditions are met.

  7. Besides, it is necessary to check whether the data are not corrupted or lost during coding, decoding and transitions. One should make sure that sensitive information does not appear in a readable form anywhere, for example, in the browser address line.

  8. Manual and automated testing is applied for checking data protection. This part of software testing must be carried out thoroughly; otherwise the application users and owners may face serious problems.

  9. Thank You

More Related