functions_that_use_java_robot [TAST DokuWiki ]

User Tools

Site Tools


Sidebar

First steps in TAST

What is UML

Computer setup for TAST use

FAQ

Recognized Issues

TAST tool Menu

TAST Adaptors

Adaptors examples

TAST Integrations

Interesting features

Documentation of technical administration

Modeling recommendations

Training in the TAST tool

functions_that_use_java_robot

Functions that use Java Robot

The Java Robot is a class in Java to generate native system input events for purposes of test automation.

Some of our functions uses this Java Robot class and it causes that if you execute various test cases at once with GUI/HTML adaptor, those functions that has to had the focus in the main screen but for some coincidence is in a background window overlapped with other execution, it will fail.

This is a list of functions that use Java Robot:

GUI/HTML Adaptor:

  • typeKeys
  • sendKeys
  • fileDownloadDialog
  • fileUploadDialog
  • takeScreenshot (only if fails takeScreenshot by Webdriver).

User Adaptor:

  • sendKeys
  • sendKeysCombination
  • sendKeysPaste
  • takeScreenshot

Other Adaptors:

  • takeScreenshot
functions_that_use_java_robot.txt · Last modified: 2023/12/18 14:44 (external edit)