博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Compatibility Testing
阅读量:3978 次
发布时间:2019-05-24

本文共 2293 字,大约阅读时间需要 7 分钟。

Excerpts from "http://www.guru99.com/".

一、Types of compatibility tests​

  • Hardware : It checks software to be compatible with different hardware configurations .
  • Operating Systems: It checks your software to be compatible with different Operating Systems like Windows , Unix , Mac OS etc.
  • Software: It checks your developed software to be compatible with other software's.For example: MS Word application should be compatible with other softwares like MS Outlook,MS Excel , VBA etc.
  • Network: Evaluation of performance of system In network with varying parameters such as Bandwidth, Operating speed, Capacity. It also checks application  in different networks with all parameters mentioned earlier.
  • Browser: It checks compatibility of your website with different browsers like Firefox , Google Chrome , Internet Explorer etc.
  • Devices: It checks compatibility of your software with different devices like USB port Devices, Printers and Scanners, Other media devices and Blue tooth.
  • Mobile: Checking you software is compatible with mobile platforms like Android , iOS etc.
  • Versions of the software: It is verifying you software application to be compatible with different versions of software.For instance checking your Microsoft Word to be compatible with Windows 7, Windows 7 SP1 , Windows 7 SP 2 , Windows 7 SP 3.​
  • There are two types of version checking
  • Backward compatibility Testing is to verify the behavior of the developed hardware/software with the older versions of the hardware/software.

Forward compatibility Testing is to verify the behavior of the developed hardware/software with the newer versions of the hardware/software.

二、Tools for compatibility testing

Adobe Browser Lab - Browser Compatibility Testing:

This tool helps us to check your application in different browsers.

(About Browser Lab,Adobe公司已经宣布将关闭旗下的桌面浏览器测试服务平台BrowserLab,并建议用户可以选择使用BrowserStack和Sauce Labs来取代前者)​

Secure Platform - Hardware Compatibility tool

This tools includes necessary drivers for a specific hardware platform and it provides information on tool to check for CD burning process with CD burning tools.

Virtual Desktops - Operating System Compatibility:

This is used to run the applications in multiple operating systems as virtual machines. N Number of systems can be connected and compare the results.

转载地址:http://scgki.baihongyu.com/

你可能感兴趣的文章
js判断浏览器在PC中打开还是移动设备中打开
查看>>
PHP服务器信息探针可以检测网络流量,CPU,硬盘,内存使用情况,网站管理员必备
查看>>
centos6.6 安装python环境及Django 1.9.0
查看>>
Centos 6.6 安装python3.4及Django1.9
查看>>
centos6.5 安装python 3.5及pip安装
查看>>
centos-6.6安装nginx-1.9.7和php7.0.0(一)
查看>>
centos-6.6安装nginx-1.9.7和php7.0.0(二)
查看>>
大型网站架构之分布式消息队列
查看>>
datatable 列排序
查看>>
MySql事件
查看>>
架构 Varnish+nginx+php(FastCGI)+MYSQL5+MenCache+MenCachedb
查看>>
Varnish的使用及安装
查看>>
MySQL相关学习资料分享
查看>>
PHP高并发高负载系统架构
查看>>
CentOS 6.4下Squid代理服务器的安装与配置
查看>>
php中header函数参数的Cache-control:private,no-cache,must-revalidate,max-age是使用方法!
查看>>
php $_SERVER中的SERVER_NAME 和HTTP_HOST的区别
查看>>
file_get_contents("php://input")
查看>>
CI框架 -- 核心文件 之 Benchmark.php
查看>>
HTTP/1.1与HTTP/1.0的区别
查看>>