- Robot Framework Test Automation
- Sumit Bisht
- 300字
- 2021-07-23 15:21:04
Support for different runtimes
The Robot Framework not only works on the native python (CPython/pypy
installations ), but also supports Java and .NET based runtimes in the form of Jython and ironpython respectively. While there are some features that are exclusive to native Python-or Jython-based Robot Framework installations, most of the functionality is equivalent on all the runtimes. As people might have different OS and application software a stack setup according to their needs or desires, so they can integrate this tool in their existing runtime without requiring a separate runtime.
Based upon the installer environment used, the Robot Framework will create appropriate startup and post-processing scripts:

In addition to these commands used in starting the execution, the Robot Framework can directly be started through the robot.run
module itself if the standard Robot Framework is installed. This can also be used instead of the standard commands as the commands also call the module internally. The module can be called if the Python command in use is the one that has the Robot Framework installed:
python -m robot.run jython .../run.py ipy -m robot.run
This is handy if the Robot Framework is called by some the Python script. Instead of executing the scripts separately, you can call the framework from inside the same program easily.
The post processing command is useful to recreate test executions in the long run. After the test has been executed, you can save the XML file generated as output without saving any other file. To recreate the report and log files again in future, the rebot
command can be used which takes the XML file as an argument and results in the generation of the log and report files without recalling or running the actual tests again.
Command details
The Pybot
command provides the following major options:



- Python快樂(lè)編程:人工智能深度學(xué)習(xí)基礎(chǔ)
- Koa開(kāi)發(fā):入門、進(jìn)階與實(shí)戰(zhàn)
- Learning Python Design Patterns(Second Edition)
- Learning Data Mining with R
- 小程序開(kāi)發(fā)原理與實(shí)戰(zhàn)
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Android系統(tǒng)級(jí)深入開(kāi)發(fā)
- Learning Continuous Integration with TeamCity
- Oracle GoldenGate 12c Implementer's Guide
- Python編程:從入門到實(shí)踐(第3版)
- 后臺(tái)開(kāi)發(fā):核心技術(shù)與應(yīng)用實(shí)踐
- 分布式數(shù)據(jù)庫(kù)原理、架構(gòu)與實(shí)踐
- 安卓工程師教你玩轉(zhuǎn)Android
- C/C++代碼調(diào)試的藝術(shù)(第2版)
- JavaScript編程精解(原書(shū)第3版)