AI Testing Tools

There are several tools and frameworks available for testing AI software and machine learning models. These tools assist in various aspects of AI testing, including data preparation, model evaluation, performance measurement, and adversarial testing. some popular AI testing tools: TensorFlow: An open-source machine learning framework developed by Google. It provides tools for building and training… Continue reading AI Testing Tools

LALT-2 Test Case Documentation

A new checkbox called “Cost Allocation based on Volume” inside the bill.Users will have the option to input Landed cost details in a custom sublist called “Landed Cost-Volume” which is a custom record within the and Bill records. Additionally,a script that automatically checks the “Landed Cost per Line” checkbox when the user selects the “Cost… Continue reading LALT-2 Test Case Documentation

Payment page is not static in mobile devices

Payment page created is not static in mobile devices Mobile devices is it possible to make the page static in smaller devices? Solution This is the issue of page responsiveness. You can create a mobile responsive web page using bootstrap and the @medaia tag in the style section. These methods can help with mobile responsiveness.

RSP field in item line level of invoice record is not sourced from item record when items are added using ADD MULTIPLE button

RSP field in item line level of invoice record is not sourced from item record when items are added using ADD MULTIPLE button, Sourcing the value to RSP field is done through a Client Script Issue:RSP field in item line level is sourced from item record when items are added one by one but it… Continue reading RSP field in item line level of invoice record is not sourced from item record when items are added using ADD MULTIPLE button

Client script shows different output in different browsers

Functionality of the script was to source the value in the discount field from a custom record, value in discount field was sourced correctly in Microsoft edge but Different result was shown in google chrome Expected result in discount -10% Google chrome Edge Resolved the issue by increasing the time out in the script when… Continue reading Client script shows different output in different browsers

Ranorex- Automation tool

Ranorex is a comprehensive commercial automation testing tool designed for desktop, web, and mobile application testing. It provides a range of features and capabilities to facilitate the creation, execution, and maintenance of automated tests. Here are some key features of Ranorex: Test Creation: Ranorex offers a user-friendly and intuitive IDE (Integrated Development Environment) that allows… Continue reading Ranorex- Automation tool

Robot Framework

Robot Framework is a popular open-source test automation framework that enables easy and efficient automation of test cases. It follows a keyword-driven approach and uses a tabular format for test case specification. Here are some key aspects of Robot Framework for automation testing: Test Case Syntax: Robot Framework uses a plain-text, tabular syntax that is… Continue reading Robot Framework

MAMS 226- Test Case Documentation

Task Description A four level approval workflow is created for bill payment.First Level Approval- Clerk accounts payable can create the vendor payment record,Submit for approval button shown to Clerk accounts payable and Administrator.Second Level Approval-The Account payable can view the vendor payment list in the NetSuite dashboard. The Accountant payable and Administrator can view the… Continue reading MAMS 226- Test Case Documentation

Pair Testing

Pair Testing is a software testing technique in which two testers work together on testing the same software or system. One tester is the driver, and the other is the observer. The driver performs the testing by executing test cases, while the observer watches and takes notes. The testers switch roles frequently to ensure that… Continue reading Pair Testing