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
  • Adding the Example Scripts project to your account
  • Updating the Example Scripts project

Was this helpful?

  1. Getting Started

Example Scripts

PreviousFirst stepsNextWriting your first scenario

Last updated 1 year ago

Was this helpful?

testgrinder service will be discontinued on January 31, 2025

We've prepared a suite of example scripts that are designed to provide a step by step introduction to testgrinder script writing and give you several real world examples of what you can do with testgrinder. The example scripts are provided as a project that you can add to your account.

Adding the Example Scripts project to your account

If your account was created fairly recently, you should already see the Example Scripts project in your project list. If it is not there, you can add the Example Scripts project by clicking the + Example Scripts button at the bottom of the project list.

Click on the Example Scripts project to open it. Expand the folders on the left and click on any of the scripts to open them.

Updating the Example Scripts project

From time to time, the testgrinder team will make changes to the example scripts (please let us know how we can improve them). The example scripts are published to the (). When you add the Example Scripts project to your testgrinder account, the project is automatically linked to the repository. If you want to reset your project to the latest version of the published example scripts, click on the project's root folder (Example Scripts) and then select the External Repository tab. Once there, click the Revert button and the project will reset to the current version in github. Note that if you made any changes to any of the scripts in the project, they will be lost. If you want to see how your current project differs from what's in the github repository, click the Compare button before reverting.

testgrinder Example Scripts github repository
https://github.com/testgrinder/example-scripts
After adding the Example Scripts project
The Example Scripts project in testgrinder
After reverting the project to the published example scripts