Duplicate Functionality – When more than one PIs perform the same function. Compatibility – When APIs don’t work well with certain platforms, frameworks, or languages, leading to integration issues. Missing Functionality – When a requirement is not fulfilled by any of the APIs developed. Error Handling -When APIs don’t provide correct error messages for unexpected/invalid… Continue reading Types of Bugs in API Testing
Month: June 2023
How can we add multiple Modules to a single extension?
First, add the structure of the modules when they are created in the extension. The manager is the entrypoint of the extension. In the manage module, we are connecting the order approval and order approval details. Manage Module as an entry point is added in the Manifest file. So first, enter the entry point of… Continue reading How can we add multiple Modules to a single extension?
Human-in-the-Loop (HITL)
Human-in-the-Loop (HITL) testing refers to a testing approach where human experts or users are actively involved in the evaluation and validation of AI systems. This method combines human judgment, expertise, and feedback with the capabilities of AI technologies. Human-in-the-Loop testing can serve various purposes, including performance assessment, quality assurance, and system refinement. Here are some… Continue reading Human-in-the-Loop (HITL)
Challenges of Mobile App Testing
Mobile app testing is a challenging task for software testers due to the unique characteristics of mobile devices. Unlike desktop applications, mobile apps are used on a wide range of devices with different screen sizes, operating systems, and network conditions. In this article, we will explore some of the challenges of mobile app testing and some best practices for effective mobile… Continue reading Challenges of Mobile App Testing
How to set a template as the front page of wordpress website.
From settings: Visit your site’s dashboard Go to Settings → Reading in the left sidebar: 3.Locate the dropdown option Your homepage displays at the top of the screen: Choose from the following options: Select the — Default — option to use the homepage design from your site’s theme. You can edit the design of this homepage by going to Appearance → Editor. To… Continue reading How to set a template as the front page of wordpress website.
Why the entity name is not available under Name Column When Entering a Journal Entry Line
Scenario When creating a Journal Entry, user can specify on the Name field the supplier or Customer at the line level. In some instance, a particular entity may not be listed or found from the Name drop-down menu. Example: 1. Navigate to Transactions > Financial > Make Journal Entries 2. Subsidiary: Select Company A 3. Notice that Currency field is automatically set to USD (the primary currency) 4. Under Lines tab, add a row with these… Continue reading Why the entity name is not available under Name Column When Entering a Journal Entry Line
How to view open balance transactions in journal entries
User will be able to pull up the transactions thatwere created via Setup > Accounting> Enter Opening Balances by performing the following steps: 1. Navigate to Lists > Search > SavedSearches > New > Transaction 2. Enter the following filters under the Criteriatab > Standard sub tab: Type = Journal Memorized = is False Document Number = is not empty Memo = is Opening… Continue reading How to view open balance transactions in journal entries
What is an ACH File Template :
An ACH (Automated Clearing House) file template is a standardized format used to create files for electronic funds transfers through the ACH network. ACH is a network that facilitates various types of financial transactions, such as direct deposits, bill payments, and business-to-business payments. The ACH file template defines the structure and data elements required for… Continue reading What is an ACH File Template :
Testcase Documentation -SSRX-489
Task Description Sales order sync from NetSuite to TrackTrace. When a Sales order is created in the NetSuite it is synced to track trace and a UUID is created. When an item line is added or removed from the Sales order, then it’s synced to track trace. is closed in the NetSuite, Also deleting a… Continue reading Testcase Documentation -SSRX-489
How to Use React in Suitelet
Here I am going to give a walkthrough to include library of react components in Suitelet. Schematic representation suitelet_react.js config.json react_lib.js demo_component.js Final Page