Robot Framework (2) - a simple run case

1. Open RIDE

Before the introduction of three ways can

2. Create engineering and test suites

1> Click the File-New Project

2> Click OK, and as shown below:

3> Right-click on New Suite

 

4> Click OK, and as shown below:

3. Create a Case

1> Right-click on the New Test Case

2> Click OK, and as shown below:

4. Scripting

The first line of code entry programmers: hello world

The RF command log, the log is used to print, in analogy Java System.out.println ( "hello world");

As shown below:

5. Run the script

1> Click Save

2> Check the case need to run

3> Click on Run

 

6. View Results

Log path can view or Report report, you can also click to see the entrance directly from the page

Report: general report, the implementation of the overall case

Log: A more detailed report of the case step

 

Guess you like

Origin www.cnblogs.com/icy88/p/10930706.html