Define data sharing compatibility in software testing.

 solution:-

Data Sharing Compatibility:

1. Data Sharing compatibility testing is essential for sharing the data among different applications. 

2. In the regular working we transfer data from one program to another. 

3. This is done by saving and loading disk files. i.e. We share data among multiple machines. The data that we store should be compatible on all the machines on which we are sharing file. 

4. File  save and file load are the data sharing methods that are commonly used in daily working. 

5. You save your data into any storage device such as pen drive and then load it on another computer running different software. 

6. The data formats of the files need to meet standards for it to be compatible on both computers.

 7. For example, you save a file abc.doc on Windows Microsoft Word. When you try to open the same file on another computer with open office word processor it should support all functionalities such as save, insert, import etc. 

8. Data sharing compatibility testing means testing one file created on one machine is compatible with another machine running different software. 

Comments

Popular posts from this blog

State the functions of Hub, Repeater, Bridge and Router.

Describe the OSI model with neat diagram.

Explain Database languages.