Wednesday, 22 October 2025
Monday, 9 September 2024
A security feature in the Chrome web browser which has been designed to mitigate JavaScript memory corruption issues has security vulnerabilities
A security
feature in the Chrome web browser which has been designed to mitigate
JavaScript memory corruption issues has security vulnerabilities
The earlier version of Chrome i.e.,
beforehand 128.0.6613.84, allows a remote attacker to potentially exploit
memory corruption or access all the system or server resources via a
constructed HTML page.
INSIGHTS ABOUT THE THREAD:
Chrome V8 Engine, has been designed in JavaScript
engine which executes the JavaScript code. V8 is written in C++ and it can execute the
C++ programs which knobs the file system, database and network connections and this permits to construct C++ in JavaScript,
and this will be executed via V8.
It can execute JavaScript code either
within or outside of a browser.
V8 is used in the Chromium-based web
browsers - Google Chrome, Brave, Opera, Vivaldi, Microsoft Edge, and in
the Couchbase database server.
Hence forth using this exploitation, if the organization/individuals
have old browsers in machines or in server entire organization/individuals’
data in filesystem & databases, and network can be controlled/accessed.
Hence as part of DevOps Security Practices, it is encouraged to update the browser to the latest version to come over these security vulnerabilities.
Saturday, 17 August 2024
Supply Chain Management to Warehouse Management System MuleSoft Integration Product CI/CD
Supply Chain Management to Warehouse Management System MuleSoft Integration Product System Test
Supply Chain Management to Warehouse Management System MuleSoft Integration Product Integration Test
Demo Series Playlist
Supply Chain Management to Warehouse Management System MuleSoft Integration Product System Test
Demo Series Playlist
In this video, the System Test of developed Integrated Product will be developed and executed. Details:
- E2E Tests
- Business Test Cases
- Edge Test Cases
- Positive Scenarios
- Negative Scenarios
Supply Chain Management to Warehouse Management System MuleSoft Integration Product Development
Demo Series Playlist
Supply Chain Management to Warehouse Management System Integration Product Development & Unit Tests
Demo Series Playlist
Supply Chain Management to Warehouse Management System MuleSoft Integration Product Architecture
Demo Series Playlist
🔄 Supply Chain Management to Warehouse Management System (MuleSoft) – Demo Overview
📘 API Lifecycle Phases Covered
✅ Design
⚙️ Implementation
📡 Management
🎨 Design Phase
📝 API Specification is created as the foundation for the integration product.
🛠️ Implementation Phase
🔧 Integration Solution / Mule Application is developed.
🧪 Unit Test Cases are created.
🎯 100% Unit Test Coverage is targeted and achieved.
🔍 Integration & System Test Cases are designed and executed, including:
✔️ Business Scenarios & Test Cases
✔️ Edge Scenarios & Test Cases
✔️ End‑to‑End Scenarios & Test Cases
✔️ Positive & Negative Test Cases
📡 Management Phase
🚀 CI (Continuous Integration) and CD (Continuous Deployment) pipelines are implemented and demonstrated.
📈 Monitoring and 🔔 Alerting mechanisms are set up as part of operational readiness.
🧪 Testing Phase – Importance & Impact
🐞 Demonstrates how testing identifies potential bugs that can affect business operations.
⚠️ Highlights risks and business impacts, such as:
💸 Increased operational overhead
🔁 Process disruptions
🛑 Failures in critical business flows
🌟 Shows how each lifecycle phase contributes to preventing issues and ensuring smooth business functioning.
Subscribe on LinkedIn YouTube Channel
Wednesday, 10 July 2024
E2E Product Developed using MuleSoft Anypoint 4 - Integration and System Testing
- E2E Product is developed using MuleSoft Anypoint 4 which integrates, Developed Webservices, SFTP, Hospital Management System, Insurance ERP application, and Bank application are automated and tested.
- Here it is demoed, how the E2E flow is automated and tested, in all involved systems.
- Special features:
- Insurance ERP Desktop application which posses challenges in automation or not supported by Playwright, is automated by using a blend of User Interface application, APIs and some tweaks.
- Combination of Valid & Invalid Transactions, Positive & Negative Scenarios, Business Use Cases and Edge Test Cases are automated, validated and demoed.
- Tests utilizes both user interface applications and APIs.
- Postman for Integration testing and Playwright for System testing is utilized.
- Insurance ERP Desktop application which posses challenges in automation or not supported by Playwright, is automated by using a blend of User Interface application, APIs and some tweaks.
- Combination of Valid & Invalid Transactions, Positive & Negative Scenarios, Business Use Cases and Edge Test Cases are automated, validated and demoed.
- Tests utilizes both user interface applications and APIs.
Tuesday, 28 June 2022
[🐛 Bug]: Selenium4, Java & WebDriverManager downloads improper versions of drivers and test executions are failing
When old versions of Chrome/Edge/Firefox are installed and when the WebDriverManager is used/run, it downloads the incorrect version of chromedrive.exe or respective drivers and hence the test executions are failing.
Screenshots:
Browser Installed Version:
[🐛 Bug]: Selenium4, CSharp & WebDriverManager downloads inappropriate versions of drivers and test executions are failing



