Skip to main content

Posts

Showing posts from June 6, 2020

What is compatibility testing ?

What is compatibility testing ? Watch Video Compatibility testing is a type of non-functional testing, the main purpose of which is to verify the correct operation of a product in a specific environment. The environment may include the following elements: Hardware platform; Network devices; Peripherals (printers, CD / DVD drives, webcams, etc.); Operating system (Unix, Windows, MacOS, ...) Databases (Oracle, MS SQL, MySQL, ...) System software (web server, firewall, antivirus, ...) Browsers (Internet Explorer, Firefox, Opera, Chrome, Safari) At the first stage, Software Testers check the interaction of the product being released with the environment in which it will be installed on various hardware. In the next step, they check from the perspective of its end user and the configuration of its workstation. Thank for reading

What is usability testing ?

What is usability testing ? Usability testing is a way to see how system is easily usable by the end users. It basically verifies the interface of website and test whether application is user friendly or not. It identifies how the customer will feel comfortable in using the software. Usability Testing not only test Look and feel it also test in how many steps customer will reach their goals Example: Suppose there is an application in which user wants to generate Attendance Report of Employees on daily basis, and user has to follow below steps: 1) Login to Application. 2) Click on Attendance System 3) Click on Reports and select Employee Attendance Report 4) Various Employee Attendance reports will be displayed of different teams. Select particular report(say: Select Team) 5) Select the parameters which you want to display in report say: • Date • Shift Timings • Employee Id • Name • In/Out Time • Status (Present/Absent/leave) 6) Click on Generate Report 7) Click on Print option In this ...