Display Safety Stock on the Transaction Saved Search

Navigate to Reports > Saved Searches > All Saved Searches > New Search Type: Select Transactions Click Results subtabNote: For every required field use the drop-down menu to select it and once adjusted click Add if needed. Select Item Fields… Select Location Preferred Safety Stock Level Select Item Fields… Select Location  Click Save & Run

Auto close of transfer order and RMA records

Requirement The client needs to close the transfer orders and the RMA records automatically which is not scheduled and created 10 days ago. Solution A scheduled script can be used to close the transfer orders and RMS records which is not scheduled and created 10 days ago. For the Transfer and RMA orders both ignore… Continue reading Auto close of transfer order and RMA records

clip-path

The clip-path property lets you clip an element to a basic shape or to an SVG source. Note: The clip-path property will replace the deprecated clip property. The clip-path CSS property creates a clipping region that sets what part of an element should be shown. Parts that are inside the region are shown, while those… Continue reading clip-path

Published
Categorized as Magento

Test Execution Schedule

Once the various test cases and test procedures are produced ( with some test procedures potentially automated) and assembled into test suites, the test suites can be arranged in a test execution schedule that defines the order in which they are to be run. The test execution schedule should take into account such factors as:… Continue reading Test Execution Schedule

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

Automation Testing vs Manual Testing

Automation Testing Automation testing is a process of changing any manual test case into the test scripts by using automation testing tools, and scripting or programming language is called automation. Automation testing is used to increase the efficiency, effectiveness, and coverage of Software testing. Automation test engineer uses automation testing tools to automate the manual… Continue reading Automation Testing vs Manual Testing

Title : Looping Horizontal Scroll:

Description: Horizontal scrolling is a page navigation method in which the user scrolls left and right to reveal content from the sides of the window or container.The scroll wheel causes the page to move horizontally across the screen rather than vertically. How to use:In this example, I’ve created a <div> container element with a width of 500… Continue reading Title : Looping Horizontal Scroll: