Index
Introduction
Need Help
Guidelines
Install Python
Install Pycharm
Install Java
Install Node.js and NPM
Setup Framework on local Machine
Execute the framework on local
Execution command
This document is intended to be used by Scripters in order to get directions about script creation.
The scripter should follow all the steps for successful script creation and consequence for a successful automated run.
1. Environment setup
In this step, you will configure your environment with all you need.
If you need assistance you can contact the coordinator anytime by opening a ticket
2. Script development
Write the requested scripts using our guidelines
3. Script validation in scripter's local machine
Validate first your script in your local machine
4. Sandbox Package Run
You can use our sandbox to validate the scripts, by creating a run and waiting for the results. Depending on the results you can see if the script needs any fixes or it's ready.
If no error is verified in the prior step, please send the test package to the coordinator.
If you need assistance you can contact the coordinator anytime by opening a ticket
5. Script validation Testlio
In this step, the coordinator will execute it in PRD
6. Script acceptance
If no error is detected your script development has been accepted!
If you have any suggestions, related to this document please feel free to give the suggestions to the coordinator anytime.
Have good work!
If you need any help or need to contact the coordinator for any reason, please use this Google Form.
Please read and understand this provided user guide step by step. Also, notify your coordinator through Google Form if additional libraries other than listed are required. For any blockers please submit a ticket through Google Form.
Provided below ‘Comment section at the very top of the code with details:
/**
* Scripter's Name:
* Scripter's Email:
* Script Creation Date:
* Additional Libraries Used and Version:
* Test Case Name: * Test Case Description:
*/
Add proper comments for a better understanding of logic/implementations in code.
Avoid hardcoded data in the script. Declare all variables and respective values at the beginning of your script.
Do not hardcode access credentials in the test code.