Guest User

Untitled

a guest
Jun 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ## RobotFramework的路径
  2. 要构建一个好用的测试工程目录结构,先要搞清楚RF是如何import Resource、Library以及variables文件的。
  3.  
  4. .
  5. |-- Robot
  6. | |-- cases
  7. | | |-- sys1
  8. | | | `-- test1.robot
  9. | | |-- sys2
  10. | | | |-- test2.robot
  11. | | | |-- res2.txt
  12. | | |-- qa
  13. | | | |-- user_story001.robot
  14. | | | |-- ...
  15. | | `-- ...
  16. | |-- resources
  17. | | |-- CalculatorLibrary.py
  18. | | |-- res1.txt
  19. | |-- results
  20. | | `-- ...
  21. | |-- aixscripts
  22. | `-- ...
  23. | `-- winscripts
  24. | `-- ...
Add Comment
Please, Sign In to add comment