Interview Questions

How to creating a Datapool with Robot?

Rational Robot FAQ


(Continued from previous question...)

How to creating a Datapool with Robot?

1. Plan the Datapool
- What datapool columns do you need?
- What data type should you assign to each column?
- Do you need to create data types?
2. Generate the code
- Manually add datapool commands to the script
- Match up script variable names with datapool columns
3. Create and Populate the Datapool
- In TestManager, define datapool columns (including assign a data type to each datapool column).
- Generate the data.
- Verify generated data is correct (open back up to view)
- Test with script

(Continued on next question...)

Other Interview Questions