Grey box testing is a software testing technique that combines elements of both black box testing and white box testing. In grey box testing, the tester has partial knowledge of the internal workings of the system being tested. In black box testing, the tester has no knowledge of the internal implementation details and focuses solely… Continue reading Grey Box Testing
Tag: Testing
Online performance Testing tools
Online performance testing tools are a valuable resource for developers and website owners who want to ensure that their sites and applications are fast and responsive for users. These tools allow you to test your site’s performance under real-world conditions, such as high traffic loads and slow network connections, and identify areas for improvement. Here are some popular online… Continue reading Online performance Testing tools
URL Manipulation Testing
URL manipulation testing, also known as URL tampering or parameter tampering, is a technique used to test the security of web applications by modifying URL parameters and observing the application’s response. It helps identify vulnerabilities that could allow an attacker to manipulate or bypass security controls, access unauthorized data, or perform unintended actions. Here are… Continue reading URL Manipulation Testing
Shift Right Testing
Shift-right testing, also known as shift-right approach or shift-right testing, is an emerging concept in software testing that focuses on bringing testing activities closer to the end-users and incorporating them throughout the software development lifecycle (SDLC). The term “shift right” is derived from the concept of shifting testing activities to the right side of the… Continue reading Shift Right Testing
Postman For API Testing
Postman is a widely used tool for testing APIs, allowing developers to easily send requests and receive responses from APIs. It provides a user-friendly interface for making HTTP requests, which simplifies the process of testing APIs and reduces the time needed to fix errors. Postman supports a variety of HTTP methods, including GET, POST, PUT,… Continue reading Postman For API Testing
Test Project – Automation Platform
TestProject is a free and community-powered test automation platform that provides a wide range of features for creating, executing, and managing automated tests. It offers a codeless test automation framework that allows testers to create tests using a simple and intuitive interface, without the need for coding skills. TestProject supports various web, mobile, and API… Continue reading Test Project – Automation Platform
Test Rigor
Test rigor refers to the degree of thoroughness, meticulousness, and attention to detail applied during the testing process. It indicates the level of rigor or strictness in executing test activities and the extent to which the software is examined for defects and compliance with requirements. A higher test rigor typically involves more comprehensive testing efforts… Continue reading Test Rigor
Performance Testing Tools
Apache JMeter: JMeter is a popular open-source performance testing tool that can be used to test the performance of web applications, FTP servers, and databases. It provides a GUI-based interface for creating and running performance tests, and supports a wide range of testing scenarios. LoadRunner: LoadRunner is a commercial performance testing tool from Micro Focus. It provides a… Continue reading Performance Testing Tools
Challenges for testing Netsuite
Testers may face several challenges when testing NetSuite, which is a complex and highly configurable enterprise resource planning (ERP) software. Some of the common challenges faced by testers in testing NetSuite are: Complexity: NetSuite is a complex and highly configurable software that requires a thorough understanding of its features and capabilities. Testers must have a… Continue reading Challenges for testing Netsuite
The difference between Keyword Driven Testing and Data Driven Testing
The fundamental principle of Data-driven testing is that you run your test using a variety of input data to make sure that the application will function as intended for a range of different values. Using data as inputs to your script operations is how this strategy works. Every data set in the script serves as… Continue reading The difference between Keyword Driven Testing and Data Driven Testing