Dart Code Coverage with Github Actions and CodeCov
Unit tests and Code Coverage not only improves the code quality but also provides agility in developing new features with...
Programming in Rust
Rust has a unique place among programming languages. Apart from being the most loved programming language as often cited in...
Maximo: Initiate workflow from Automation Script
Workflows can be programmatically initiated in Maximo using WorkFlowService class. Here is a sample Automation Script for a new record:...
Maximo: How to fetch selected records from an Automation Script
In most Maximo applications like Work Order Tracking or Assets, the list of selected records can get retrieved as follows:...
Maximo: Suppress warning message dialog through Automation Script
As we automate a task through script by invoking standard functionality, we may get a warning dialog in certain cases....
Maximo: Launching and closing dialog through Automation Script
Launching a dialog Following code launches the status dialog. Any dialog Id can be specified from the application’s XML. Closing...
Adding user-defined operations to a Maximo application
We can have user-defined operations in Maximo by adding menu items to an application using Application Designer. The functionality of...
Load Testing with JMeter – Tips and Tricks
Increasing the heap size By default, JMeter uses 1 GB of heap memory. This may not be enough and you...
JMeter: Use multiple user logins for load testing
Thread Group simulates a number of virtual users putting the load on the server. Often one of the initial requests...