Requirement EVersum has expressed their desire to establish an approval process that efficiently manages the purchase invoice, proforma invoice, and payment approval process. The process aims to provide a streamlined and efficient approach for managing the approval process while ensuring appropriate financial control and oversight. Each step needs to be done only by authorized users,… Continue reading Proposal for Implementing P2P Workflows
Month: August 2023
Inventory Item not showing up in Saved Search
There is an inventory Item: Inventory Item – NetSuite (Bloom & Grow Ltd) Item Name: TK-KYTE-STORM internal ID:420619 This particular item is not appearing in the results when conducting a Saved Item Search. This item satisfies all the condition mentioned in the criteria Saved Search : pricing 2: Results – NetSuite (Bloom & Grow Ltd)… Continue reading Inventory Item not showing up in Saved Search
Employee advance paid to be shown in Advance to Apply for expense report
Employee advance paid to be shown in Advance to Apply for expense report
Moving text using Html and CSS
Marquee is the tag used for moving text in html csss Example: Output:
Handling Dynamic Elements In Java Selenium
When automating web applications with Selenium in Java, one common challenge is dealing with dynamic elements. Dynamic elements are elements on a web page whose attributes, positions, or presence may change dynamically during runtime. This can happen due to various reasons, such as asynchronous loading, AJAX requests, or dynamic content updates. Handling dynamic elements effectively… Continue reading Handling Dynamic Elements In Java Selenium
Magento 2: What is the difference between Cache Clean & Cache Flush?
Magento 2 Cache Clean & Cache Flush The Magento Cache Clean deletes all the enabled Magento-related caches. The clean cache does not clean other parts of the server which are not related to Magento. The Magento Cache Flush cleanses cache storage. It will impact other parts of the storage which is a part of the… Continue reading Magento 2: What is the difference between Cache Clean & Cache Flush?
how to add a validation message for only one particular field in a pdp ,quick, view and edit cart page
how to add a validation message for only one particular field in a pdp ,quick, view and edit cart pagefirst we need to cerate a event for this and we can get the value from configuration for particular field which we want then we can perform the operation on it other wise if already event… Continue reading how to add a validation message for only one particular field in a pdp ,quick, view and edit cart page
Storage Software Testing
Storage testing is a type of software testing that is performed to verify whether the software stores the relevant data in the appropriate directories or not and there is sufficient space to prevent unexpected termination due to insufficient disk space, i.e., stack overflow. Storage testing is basically carried out where the software is tested to see if… Continue reading Storage Software Testing
Fuzz testing
“Fuzz Testing” (also known as “Fuzzing” or “Random Testing”). Fuzz testing is a black-box testing technique that involves feeding random, unexpected, or malformed data as inputs to a software application to find vulnerabilities, crashes, or unexpected behaviors. Here’s an overview of how fuzz testing works: Test Data Generation: Fuzz testing tools generate a large number… Continue reading Fuzz testing
Issue Customer Refund to Fully Paid Invoice
Issue Customer Refund to Fully Paid Invoice