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...
Introduction to Load Testing with JMeter
JMeter is a load testing tool to measure the performance of web applications. It is open-source and written in Java....
Mind Mate v0.7 Released: Built-in and custom Themes
Download Link: MindMate 0.7 The major enhancement in this release is the support for themes. There are 11 built-in themes:...
CSS in Svelte
Svelte is a front-end framework for web development, you can find more about it here. This post is about using...