Solution
Author: Athul N.V
Clarification on removing “REMOVE” button in a custom record
Requirement A custom record is created for inventory adjustment request , A field ESTIMATED TOTAL VALUE is created in the record. Value in ESTIMATED TOTAL VALUE is calculated as the sum of (adj qty * Est unit cost) in all item lines ,updates made in the fields will reflect the ESTIMATED TOTAL VALUE on edit… Continue reading Clarification on removing “REMOVE” button in a custom record
Fuzz Testing
Fuzz testing, also known as fuzzing, is a dynamic software testing technique that involves sending a large volume of random, unexpected, or invalid inputs to a software application in order to identify vulnerabilities, crashes, and unexpected behaviors. Fuzz testing is particularly effective in finding security vulnerabilities and can reveal issues that might not be identified… Continue reading Fuzz Testing
Crowdsourced Testing
Crowdsourced testing is a method for performing software testing that makes use of a broad and dispersed collection of outside testers, also known as “crowd testers,” to carry out testing tasks. In order to test software programs in a variety of real-world scenarios, devices, and surroundings, this approach draws on the pooled experience of a… Continue reading Crowdsourced Testing
GGBN- Test Case Documentation
Requirement Growire requires an integration connecting Salesforce with NetSuite, enabling the generation of Sales Orders and Credit Memo records. Sales order , credit memo created in salesforce are synced to NetSuite through a restlet script.A custom record is created to handle the error and an email notification will be sent to administrator with the custom record… Continue reading GGBN- Test Case Documentation
Duplicate Entries in ADD WIP
RequirementInvestigate and solve the issue with the “ADD WIP” option, which is not displaying all the Work in Progress (WIP) entries. Currently, the ADD WIP option is only showing entries up to 7 June, even though the invoice date is 30 June. There are billable items after 7 June that have been approved, but they are not… Continue reading Duplicate Entries in ADD WIP
Functionize – AI-driven test automation platform
Functionize is an AI-driven test automation platform designed to simplify and optimize the process of creating, executing, and maintaining automated tests for web applications. It leverages artificial intelligence and machine learning to improve test stability, reduce test creation time, and enhance test maintenance. Key features of Functionize include: NLP (Natural Language Processing): Functionize uses NLP… Continue reading Functionize – AI-driven test automation platform
TestCraft – AI-powered test automation platform
TestCraft is an AI-powered test automation platform that offers codeless testing capabilities, making it accessible to both technical and non-technical users. It is designed to simplify the test creation process and accelerate the execution of automated tests for web applications. Key features of TestCraft include: Codeless Test Automation: TestCraft allows users to create automated tests… Continue reading TestCraft – AI-powered test automation platform
TSMG – Test Case Documentation
Requirement Sales Order and Item Fulfillment syncing between Warroad NetSuite account and Touchstone NetSuite account through Celigo. Sales orders from Warroad NetSuite Production account have to be synced to the Touchstone NetSuite Sandbox account. Then the item fulfillments created for these sales orders in Touchstone account have to be synced back to the Warroad Production… Continue reading TSMG – Test Case Documentation
API Testing and Microservices
API Testing and Microservices API testing plays a critical role in the context of microservices architecture. Microservices is an architectural style where an application is composed of loosely coupled, small, and independent services that communicate with each other through APIs (Application Programming Interfaces). Each microservice is responsible for a specific business functionality and can be… Continue reading API Testing and Microservices