Smoke Testing v/s Sanity Testing

Smoke Testing • Smoke testing is the initial testing process exercised to check whether the software under test is ready/stable for further testing. • The Smoke testing is typically executed by testers after every build is received for checking the build is in testable condition. • These test cases are executed prior to start actual testing to check critical functionalities of the program is working fine. • Smoke testing follows shallow and wide approach where you cover all the basic functionality of the software. • The test cases can be executed manually or automated; this depends upon the project requirements. • Smoke Testing, also known as “Build Verification Testing”. Sanity Testing • Sanity testing to check the after minor fixes the small section of code or functionality is working as expected & not breaking related functionality. • The main aim of Sanity testing to check the planned functionality is working as expected. • Sanity testing follows narrow and… Continue reading Smoke Testing v/s Sanity Testing

Unable to create the order in NetSuite for the Shopify order

Error: Unable to create the order in NetSuite for the Shopify order #x A mapping error occurred.” ” Could not find a match for “[[“itemid”,”is”,”exemple”], This Error can occur in multiple Scenarios Scenario 1:The item you have in the Order is Exist in Netsuite and you still get this error that mean you need to change the… Continue reading Unable to create the order in NetSuite for the Shopify order

Published
Categorized as Celigo

Showing COGS Account of an item record in item search.

Requirement: User wants to fetch the COGS account of all the item records in the item search. Solution: Formula (Text) > Summary Type = Maximum > Formula = case when {‌transaction.accounttype} = ‘Cost of Goods Sold’ then {‌transaction.account} else null end Custom Label = COGS Summary Type = COGS This will however only works with… Continue reading Showing COGS Account of an item record in item search.

Email attachment types in transactions

Issue – when sending emails from transactions, the attachment sending as HTML doc rather than a PDF Solution: The email preference in the customer record may have been set ‘Default’ value. And in Set preferences(under the Home tab), the Transaction Email attachment format may be set as HTML (Under the transactions tab). Then when sending… Continue reading Email attachment types in transactions