Interface test automation tool
[SOLUTIONS] [DOWNLOAD] [ORDERING] [SUPPORT] [PRESS] [PARTNERS] [TESTIMONIALS] [ABOUT US]

Automatically copy symbols with CopyToClipBoard script intruction of RoutineBot

RoutineBot is an automation software for automation of any routine task, such as automated GUI testing

  • Use command to copy any selected text string in to the clipboard from testing script.
  • RoutineBot allows software testers to automatize text string copying
  • Automated copying of characters
  • Program your GUI test script to copy text line
  • Copy characters from your test script
  • Automatize characters copying process
  • RoutineBot software will work as a robot that will copy string
  • Work out routine job of characters copying
Command Description How can it help?
CopyToClipBoard The command is useful, if you need to copy the value of some variable to the clipboard.

The function is good to use together with GetFileContent function when you need to insert some text into the text field on the web-form.

The are two ways to use this function:

  • CopyToClipBoard(i); // the function will copy the value of variable i to the clipboard
  • CopyToClipBoard('test'); //the function will copy the text string to the clipboard

This command will get the content of the file and copy it to the clipboard:

  • CopyToClipBoard(GetFileContent('C:\tmp\somefile.txt'));
Made in Devoler

Copyright © 2000-2012 AKS-Labs. All rights reserved.