Hello,
1. there is no defined folder structure. You can organize your folder/files the way you want. When you launch robot to execute your tests, you will specifiy a folder in which robot will look for test cases (will recursively look in sub-folder as well). See
doc section on that.
2. it is possible to use those 3 types of tests in Robot. But you can also stick to the one you prefer.
See doc section on that.
3. you can create different type of files when writing your automated tests portfolio with Robot: test suite file, resource file, library, variable file. Only mandatory file is a test suite file that contains a test case. The other files are optional.
See doc section on that topic.
Hope this helps,
Laurent
Le mardi 11 juin 2013 08:37:47 UTC+2,
trin...@gmail.com a écrit :
Hi I'm new to Robot, and having some questions on this framework, would be really great if anyone of you could clarify my issues :) ,
1. After installing robot framework is there a defined folder structure as to where to store the jar files, test reports, Test cases and other relevant configuration files ?
2. Do we use all three types Key word driven , Data driven and BDD style test when writing tests in Robot ?
3. Are there any pre defined files that are created when building tests in Robot, if so What are the defined files we use when writing tests. Eg Resources, Keywords file ???