testgrinder
Go to testgrinder
  • Overview
  • testgrinder uses
    • Testing
      • User Acceptance Testing
      • Change Testing
      • Regression Testing
      • Performance Testing
      • Stress Testing
    • Data management
      • Data verification
    • Configuration management
    • Training videos development
  • Getting Started
    • Video: Get Started with testgrinder
    • First steps
    • Example Scripts
    • Writing your first scenario
    • Scenarios
    • Run reports
  • Writing Scenarios
    • Anatomy of Maximo UI
      • Maximo login page
      • Start Center
      • Application Screen
      • Value lists
      • Advanced Search
      • Targeting fields with no labels
    • Finding the right steps
    • Step autocompletion
    • Scenarios vs Scenario Outlines
    • Snippets and Templates
      • testgrinder Templates Project
      • testgrinder Snippets Project
  • Examples
    • Interacting with electronic signature dialog
    • Automated granting of application access
    • Add a job plan
    • Add an item
    • Add an item to storeroom
  • Administration
    • Accessing Maximo behind a firewall
    • Managing User Access
    • Using Git to Back Up and Version Control testgrinder Projects
  • Self Managed Private Cloud (SMPC)
    • testgrinder SaaS vs testgrinder SMPC
    • Releases
      • Version 1.0.8
      • Version 1.0.0
    • testgrinder Architecture
    • testgrinder Configuration
      • Configuration Files
      • Database Stored Settings
    • Deployment Instructions
      • Prerequisites
      • Subscribing to testgrinder on AWS Marketplace
      • Virtual Private Cloud
      • Security Groups
      • S3 Buckets
      • IAM Roles
      • Key Pair
      • Launch tg-app
      • Finalize Configuration File .env
      • Finalizing Database Stored Settings
      • Minimal Deployment Complete
      • Install SSL Certificate
      • Force HTTP to HTTPS
      • External Database
      • Configure Auto Scaling Group
        • Target Groups
        • Load Balancers
        • Launch Template
        • Auto Scaling Group
        • Finalize Auto Scale Group Deployment
    • Test the Deployment
    • Monitoring
    • Backup and Restore Database
Powered by GitBook
On this page
  • testgrinder service will be discontinued on January 31, 2025
  • Navigating to an application
  • Titlebar

Was this helpful?

  1. Writing Scenarios
  2. Anatomy of Maximo UI

Start Center

PreviousMaximo login pageNextApplication Screen

Last updated 1 year ago

Was this helpful?

testgrinder service will be discontinued on January 31, 2025

Navigating to an application

Most often you'll interact with the Maximo Start Center to navigate to an application. testgrinder provides you with a step that opens the Go To menu, steps through it and click on the desired application:

I go to the (path) application

The step is capable of clicking through multiple levels of Go To menu to drill in to the application. Use / (slash) to separate menu levels. For example, to access the Labor application under Administration and Resources, use Administration / Resources / Labor as the path.

I go to the Administration / Resources / Labor application

Titlebar

The buttons in the top right corner of the Start Center (and application screens too) are referred to as titlebar in testgrinder. To find the name of a button there, hover the mouse on top of it. For example, here's how you click on the Profile titlebar button:

I click the Profile titlebar button

See in Step Reference
See in Step Reference
Maximo Start Center