PlanoTse Handbook for Job Search Automation/Creating a Testbed
Creating a Testbed
editA PlanoTseScript testbed is where you can code and test your source code in PlanoTseScript . When you are satisfied with your logic, you copy the source code and place it in the target springboard. The steps in this section show you how to use a data holder as a testbed for your PlanoTseScript experiments.
How to Run an Immediate Command in PlanoTseScript Remember, when you're asked to run an immediate command in PlanoTseScript, you can bring up the Code & Run springboard, type in the command, then press the button Run PlanoTseScript. |
Data Directories
editYou should always know where your data is stored, especially when you create a testbed. Before you start using the software for serious purposes, you should learn how to deal with data domains and data directories in PlanoTse.
How to Create a PlanoTseScript Testbed
editThe first step in setting up your testbed is to create a script holder. You can do this via menu or via PlanoTseScript. Almost any menu command in PlanoTse can be carried out as a command in PlanoTseScript. Take either of the following course of action:
|
|
How to Insert Some Code in the Testbed
editDo the following steps to insert some code in the testbed:
- Open the script holder for use as part of a testbed.
- Press the Steps button.
- Enter the code in the input box of the Steps window: { say Hello from my testbed!; }
- Press the button [Save & Close].
- Press the Run button and see the result.
How to Access Your Testbed Script from Anywhere
editDo the following steps to turn the Go menu into a way to access your testbed script:
- Remember the number of the script holder you created for use as part of your testbed.
- Select the menu command [Automation » Go Script » Edit the Go script].
- Press the key [Ctrl+A] then press the key [Del] to delete existing content in the Go script file.
- Type in the code, { edit script 99999; }, where 99999 is the actual number of your scrip holder.
- Close the Notepad and save the Go script.
- From the main menu, click on 'Go' and see that you can open your testbed script at any time regardless of where you might be in the application.
This page is part of The Shortest Route, which is the shortest sequence of pages that would as quickly as possible bring you to the point where you can start using PlanoTse effectively for either job search automation or any other application in the mining of global data from the World Wide Web. |