Thursday, February 9, 2017

Creating First Script in OpenScript

Steps To Create First Script
1)Create Repository (Folder Structure)
2)Create web script
3)Record code for word search in google
4)Playback
5)Review the results

1) Repository
Repository is a storage area where we can place all our automation files which includes test scripts, databanks, object libraries, jar files and function libraries etc...

Creation of Repository
It is like a normal folder creation. Create a Root folder with name MyScripts under this create sub folders like FunctionLibrary,TestScripts,Jars,Databanks,ObjectLibraries (You can give any name for these folders as per you convenience)

Folder Structure
   MyScripts                     (Root Folder)
-> FunctionLibrary (Sub Folder)
-> TestScripts         (Sub Folder)
-> Jars                     (Sub Folder)
-> Databanks          (Sub Folder)
-> ObjectLibraries  (Sub Folder)

Place the above folder structure in Location : C:\OracleATS\OFT

Attach Repository to OpenScript
Goto Tools->Manage Repositories->Add, Browse Root Folder and Provide Name





















click OK.

Repository Creation and attached to the openscript is completed.

2)Create web script(will update)

No comments:

Post a Comment