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

Was this helpful?

  1. Writing Scenarios

Step autocompletion

PreviousFinding the right stepsNextScenarios vs Scenario Outlines

Last updated 1 year ago

Was this helpful?

testgrinder service will be discontinued on January 31, 2025

Writing scenarios has become significantly more pleasant with the addition of the step autocompletion feature.

As you edit testgrinder scenarios, as soon as you enter a step keyword (Given, When, Then, And, or But) and a first letter of a step, testgrinder will offer you a list of suggested steps. As you continue typing, the list will refine to match what you've typed in so far. At any point you may review the suggested steps by using the Up and Down arrow keys. As you go through the steps, you will see the description of each step to the right of the list. Once you find the step you need, press Enter to select it. If the step has variable parts, the first part will be highlighted and you may start entering its value immediately. To move on to the next variable part, press Tab and enter its value. Once you've entered the last part, pressing Tab will move the cursor to the end of the step, and which point you may press Enter to accept the step. Any time before you press the Enter key, you may go to any of the previously entered variable parts by pressing Shift and Tab simultaneously.

This video provides a few hints on how to use the autocompletion: