Skip to content

Commit b54e9d0

Browse files
committed
add new blog
1 parent 996412a commit b54e9d0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: post
3+
title: "Do static analysis on RobotFramework cases"
4+
date: 2015-05-27 21:12:00
5+
categories: TA
6+
---
7+
As we know, "static analysis" is valuable and important in developing work. Many geneous tools like `lint`, `klocwork`, `pyflakes` and `jshint` help the developer to find the problems earlier.
8+
9+
`Test Automation` is another style of developing work, but unfortunately we always ignore its quality. The result is, in most scenarios, the Test Automation asserts are hard to maintained and unefficiency.
10+
11+
I wrote a simple static analysis script for [RobotFramework](http://robotframework.org/) during the Sprint Festival, tried to add the lost part of `Test Automation`. In this blog, I want to discuss how I think and implement.
12+
13+
[TODO]...

0 commit comments

Comments
 (0)