OWASP ZAP, or the Zed Attack Proxy, is an open-source web application security testing tool designed by the Open Web Application Security Project (OWASP). It’s used primarily for finding security vulnerabilities in web applications during the development and testing phases. Introduction to ZAP: ZAP – ZAP in Ten (zaproxy.org) Key aspects and features of OWASP… Continue reading OWASP ZAP (Zed Attack Proxy)
Category: Test case documentation – QA
Test case documents
Selenium vs PlayWright
Global search on SCA web sites
Verify that the search bar is functional: Result: Confirm that the search bar accepts input, and pressing “Enter” or clicking the search button initiates a search process.Verify that relevant results are displayed for a specific keyword: Result: Ensure that the search returns items containing the specified keyword in their names or descriptions.Verify that the search… Continue reading Global search on SCA web sites
QA Documentaton On Automate CSV import for RF-SMART Item Bin Enhancement
Requirement : Client would like to add a script that automates two CSV imports into a custom record, which should run once every day at 9:00 PM. The script should: Create a new “Bin Enhancement” record if the “Bin Enhancement Bin” column is empty in the CSV import. Update the “Bin Enhancement” record if the… Continue reading QA Documentaton On Automate CSV import for RF-SMART Item Bin Enhancement
Testcase Document On-Auto-apply Credit Memos to Invoices
Requirement : For another customer, we need the following: Customer creates credit memos for customers on a regular basis. these credit memos can not be applied to existing invoices since the customers get all incoming payments via credit cards at the moment of invoice generation, so normally all invoices are already fully paid. Therefore, at… Continue reading Testcase Document On-Auto-apply Credit Memos to Invoices
Review rating section on the SCA web site
UI Considerations: Visibility and Placement: Ensure that the rating and review section is prominently displayed on the left-hand side of the PLP page. Make sure it’s easily noticeable and accessible, encouraging users to leave reviews. Responsive Design: Confirm that the UI is responsive and looks good on various devices and screen sizes. Test on mobile… Continue reading Review rating section on the SCA web site
Citrus- integration testing tool
Citrus is indeed an integration testing tool, specifically designed for testing messaging systems. Citrus is an open-source framework that provides capabilities for end-to-end testing of messages on various communication protocols such as JMS, HTTP, SOAP, TCP, and more. Here are some key features of the Citrus framework: Declarative Syntax: Citrus allows you to define test… Continue reading Citrus- integration testing tool
Nessus Security Testing Tool
Nessus is a widely used vulnerability assessment tool developed by Tenable Network Security. It’s designed to scan networks, servers, devices, and applications to identify potential security vulnerabilities and misconfigurations that could be exploited by attackers. Key aspects and features of Nessus include: Vulnerability Scanning: Nessus conducts comprehensive scans of networks and systems to identify vulnerabilities… Continue reading Nessus Security Testing Tool
Test Driven Development (TDD): Building Better Software from the Start
In the dynamic realm of software development, Test Driven Development (TDD) stands out as a proactive and efficiency-driven methodology. Here’s a quick dive into its key principles and why it’s a game-changer for software excellence. 1. Red-Green-Refactor Loop: TDD follows a simple yet powerful cycle—Red, Green, Refactor. Start by writing a failing test (Red), implement… Continue reading Test Driven Development (TDD): Building Better Software from the Start