Thursday, 27 December 2012



Hi,

I am staring this blog by showing how to create a project in ROBOT FRAMEWORK IDE (RIDE).
Please feel free to let me know in case of any query..

1. Click on File option in top menu bar:
Click on New project.

2.  Enter Name of the project and select type "Directory". Browse parent directory where to create this robot project.Click ok.

3. Select this suite, right click on it and then click on New Suite
4. Enter Testsuite name and click ok.
5. Similary right click on testsuite and click new test case. Enter test case name and click ok.
6. Now the folder structure will be like this:
7. Adding selenium2 library to test suite :
    - Select Folder (In our case Demo robo)
    - On the right hand side there is Edit screen click library button.
    - Enter "Selenium2Library" in name
    - Click Ok(if library name is not correct then it will appear in red color after clicking ok button)
 
In next tutorial we will see how to create test case in this project..

No comments:

Post a Comment