Posts

What is compatibility tests and how are they performed?

  Compatibility testing  is a type of testing that examines and compares  functionality over multiple browsers, devices, platforms, and OS to recognize potential discrepancies. Performing compatibility testing verifies that your product/software works efficiently in its intended environments. A compatibility test is conducted to ensure that the concerned application can fulfill expectations concerned with various devices-browser-OS combinations.  It performed as follows:-  Check application compatibility with networks, databases, browsers, hardware, devices, operating systems, etc. The better way to analyze application behavior when placed in varied environments Robust compatibility testing highlights workability and security features to enhance application performance. A convenient method to recognize bugs before the final product launch Delivery of error-free software apps that can guarantee success for your business

What is Unit testing

Unit testing is  a software development process in which the smallest testable parts of an application, called units, are individually scrutinized for proper operation . Software developers and sometimes QA staff complete unit tests during the development process.

What are the different types of non-functional tests

  Types Of Non-Functional Testing 1. Performance Testing It eliminates the causes of the software’s sluggish and constrained performance. The software’s reading speed should be as quick as possible. One must create a well-organized and precise specification about the desired speed for Performance Testing. Otherwise, it won’t be evident if the test is a success or a failure. Example: When 1000 users use an application simultaneously, the load time shouldn’t exceed 5 seconds. Tools Used:  LoadRunner, Apache JMeter, WebLOAD. 2. Load Testing The system’s loading capability is tested during load testing. The system can handle increasing simultaneous users because of its loading capacity. If you want  to run a quick website speed test, check your speed scores. Tools Used:  Neoload, Load Multiplier. 3. Security Testing Security testing is used to find the software application’s weaknesses. The testing is carried out by looking into the design of the system and the mind...

Difference between blackbox and whitebox tests

Image
 

Difference between Alpha & Beta tests

Image
 

Difference between regression, sanity and smoke tests

Image
 

Difference between system, Integration and E2E test

Image