Combinatorial Testing tools in Software Testing

Combinational testing is a testing technique in which multiple combinations of the input parameters are used to perform testing of the software product. The aim is to ensure that the product is bug-free and can handle different combinations or cases of the input configuration. One of the most commonly used combinatorial testing methods is the… Continue reading Combinatorial Testing tools in Software Testing

Update financial status in shopify

Update order with an authorization transaction. curl –location –request PUT ‘https://2e997fc7333f89646ddf76a558f86aae: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@test-graph-tech-trade.myshopify.com/admin/api/2022-07/orders/4487046627525.json’ \–header ‘Accept: application/json’ \–header ‘Content-Type: application/json’ \–data-raw ‘ {“order”:{“transactions”: [            {                “amount”: “16.45”,                “kind”: “authorization”,                “status”: “success”            }        ]}}’ Get list of transaction for that order for getting transaction details (We need transaction ID) curl –location –request GET ‘https://2e997fc7333f89646ddf76a558f86aae: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@test-graph-tech-trade.myshopify.com/admin/api/2022-07/orders/4487046627525/transactions.json’ Create a new transaction and in body field just use transaction… Continue reading Update financial status in shopify

Add an employee as a project resource in the project record

First, we need to tick the project resources check box in the employee record to show the employee name in the resources allocation dropdown list in the project record. In the employee record, we have also exposed the project manager check box. Check this box to mark the employee as a Project Manager/ job manager.… Continue reading Add an employee as a project resource in the project record

Proposal For Bank Reconcile Report

JCurve Solutions would like to create new a report to retrieve data from transaction relate to bank account with unreconciled. And print reports in Excel format. Requirement New report ‘Bank Reconcile’ to retrieve data from transactions related to a bank account unreconciled. Assumptions: This report will retrieve data from transaction related to a bank account… Continue reading Proposal For Bank Reconcile Report