The spike testing is performed to check how essentially the system responds with unpredicted increases and failure of users. The objective of the Spike Testing The significant objective of spike testing are as follows: The primary purpose of executing the spike testing is to govern whether the system will crash or remain in case of… Continue reading Spike testing
Author: Aswathi K
NPUK- Testing document
Mobile Testing Tools
To test the mobile application, we need these types of tools, which help us to check the usability, functionality, security, and consistency of the application. In the current scenarios, the mobile applications are widely used over the android and iOS platforms, which enhances the client’s reliability towards the applications. Some of the best tools of… Continue reading Mobile Testing Tools
Frontend Testing VS. Backend Testing
A web-based application is three-tier architecture application. The first layer is the presentation layer known as Front-end, and the third layer is the database layer known as backend. Frontend Testing It is a type of software testing used to evaluate the presentation layer of a three-tier architecture in a web application. In a web application, frontend testing will include the analysis of multiple components such as: Menus Graphs Forms Reports and related JavaScript.… Continue reading Frontend Testing VS. Backend Testing
Test Strategy
A high-level document is used to validate the test types or levels to be executed for the product and specify the Software Development Life Cycle’s testing approach is known as Test strategy document. Once the test strategy has been written, we cannot modify it, and it is approved by the Project Manager, development Components of Test Strategy Document… Continue reading Test Strategy
Test case document- Coupon code entry issue
Scalability Testing
Another type of performance testing is scalability testing, which comes under the under non functional testing of software testing It is used to check an application’s performance by increasing or decreasing the load in particular scales known as scalability testing. It is executed at a hardware, software, or database level. It is specified as the capacity of a network,… Continue reading Scalability Testing
Active Testing
During active testing, the tester sends different inputs into the system and evaluates the outcome as an end user. Moreover, in active testing, testers develop a software’s mental model that is being tested, and the more they interact with it, the better it gets. Specific problems with the test input are found during active testing.… Continue reading Active Testing
Security testing tools
Security testing tools are used to make sure that the data is saved and not accessible by any unauthorized user. To protect our application data from the threats, we will use these tools. These tools help us to find the flaws and security leakage of the system in the earlier stage and fix it, and… Continue reading Security testing tools
Mutation Testing
Mutation testing is a white box method in software testing where we insert errors purposely into a program (under test) to verify whether the existing test case can detect the error or not. In this testing, the mutant of the program is created by making some modifications to the original program. The primary objective of… Continue reading Mutation Testing