PROS of AI in Software Testing

1.Efficiency and Speed:  Automation of Repetitive Tasks: AI can automate repetitive and mundane tasks such as regression testing, freeing up human testers to focus on more complex scenarios.  ( This comes under Test Automation) 2.Accuracy:  Reduction of Human Error: By automating tests, AI minimizes the risk of human error, leading to more consistent and reliable… Continue reading PROS of AI in Software Testing

Mantis- Bug Tracking Tool

Mantis Bug Tracker (MantisBT) is a popular, open-source, web-based bug tracking system. It is designed to help teams manage and track software defects and issues efficiently. Here are some key features and benefits of MantisBT: Key Features: Issue Tracking: Allows users to report, track, and manage bugs and issues. Supports categorization, prioritization, and assignment of issues.… Continue reading Mantis- Bug Tracking Tool

Version One Tool

VersionOne is a comprehensive Agile project management tool designed to support the entire software development lifecycle. It is widely used by teams to plan, track, and manage Agile projects effectively. Here are some key features and benefits of VersionOne: Key Features: Backlog Management: Allows teams to create, prioritize, and manage product backlogs. Supports user stories,… Continue reading Version One Tool

SUREWORKS IMPLEMENTATION :Test Strategy Document V1.1

ent 1. Introduction  The purpose of this Test Strategy document is to outline the approach and scope of the testing activities for the NetSuite project. It ensures that all functionalities are thoroughly tested, meets business requirements, and achieves a successful implementation.  2. Objectives  Validate that NetSuite configurations, customizations, and integrations function as intended.  Ensure data… Continue reading SUREWORKS IMPLEMENTATION :Test Strategy Document V1.1

Defect Density

Defect density is a metric used in software testing to measure the number of defects found in a software module or system relative to its size. It helps in assessing the quality of the software and the effectiveness of the testing process. The formula to calculate defect density is: Defect Density = Total Number of… Continue reading Defect Density

Defect Leakage ratio

The defect leakage ratio is a metric used in software testing to measure the percentage of defects that were not detected during the testing phases and were discovered only after the software was released to the production environment or reported by end users. This metric helps assess the effectiveness of the testing process. The formula… Continue reading Defect Leakage ratio

Formula to generate the remaining amount without tax for Partially paid transaction types in proportion of amount paid to total amount

For open invoices partially paid, consider the following example…   Subtotal /{ amt (net of tax) } =370.00 –> This amt is without tax Discount Item= 0 Tax Total =55.50 Total /{ total gross amount } = 425.50 Amount Due / { amt remaining }= 287.50 Amount paid= 138.00  Since we need to get the amount remaining… Continue reading Formula to generate the remaining amount without tax for Partially paid transaction types in proportion of amount paid to total amount

Identify dormant customers: Date of Last Sale

Dormant customers= Active customers but hasn’t done any sales transaction for past few months or for more than 1 year, as defined by client. Browsing the customer record, we can see the list of sales done under them, as in below: To identify such customers who hasn’t done any sales transaction for past 1 year,… Continue reading Identify dormant customers: Date of Last Sale

Formulas for Sales achieved, Gross profit and Overdue/Collection percentages for sales commission calculation

Sales achieved % = (actual Sales / Target sales ) *100 for an associate for a specific month Gross Profit % = (Sales – COGS) / Sales *100 Overdue %= Overdue Invoices amount / Total Open invoices amount *100 : There will be open invoices with no overdue. Such invoices wont be considered for numerator.

Custom Sales Commission Generation in NetSuite: Points to consider

This article will discuss the points to be considered for custom sales commission generation in NetSuite Sales commission for employees are calculated based on Sales amount excluding the tax and other costs including shipping charges. The field to consider will be ” AMOUNT NET OF TAX” Sales commission for partial paid transactions when calculating Overdue… Continue reading Custom Sales Commission Generation in NetSuite: Points to consider