这是一个很久以前写的测试框架了,已经很久没有更新了,很能很多东西已经不适用了.不过codeplex快要下线了,所以从codeplex迁移而来。
This is a key-word driver framework for selenium2. contains KDATFFS,KDATFFSRunner and KDATFFSRecorder. KDATFFSRunner allows user to ctreate automated tests using excel,Csv; KDATFFSRecorder allow user to record operation into excel,Csv.
KDATFFS v1.01 had released ,Download
KDATFFS Introduction - Introduce the core of KDATFFS Framework. KDATFFSRecorder Introduction - Introduce the usage of KDATFFSRecorder. KDATFFSRunner Introduction – Introduce the usage of KDATFDSRunner.
KDATFFS
Supports a majority of methods implemented in Selenium
- Record test step in embedded browser
- Test steps be recorded to key words , not script, so more clear
- Supports a majority of methods implemented in Selenium
- Supports Add , Delete or Clear steps in recording
- Supports Stop , Continue recording
- Supports highlight selected element
- Supports Add Verify point
- Supports Iframe , frame and popup windows
- Open-source freeware under GPL2, written in C#.NET 3.5
- Import and Export excel , csv files
- Run selected tests for your need
- Stop running in safe
- Supports ie and firefox browser,when in firefox ,can set proxy
- Supports speed up or down
- Check test execute status and log
- Open-source freeware under GPL2, written in C#.NET 3.5
- Import excel , csv files
- Supports Data Driver
Create a test to search in codeplex
-
You can record test steps in KDATFFSRecorder
-
add a test name”Search” and Select it, Checked Record button,now begin recording
-
Input Url, keydown ”Enter” or click Go button
-
Click search input box,input “KDATFFS”, and click Search button.
-
Finally,you can get follow test steps,export them.
You also create test steps in excel by yourself.
Detail of test step’s column, you can see User Guide.
-
Run the test in KDATFFSRunner
-
File->Open Excel File ,load tests ,checked tests that your need to test.
-
Select browser type , speed ,click “Start “ button. Test beginning
-
Finally , display test status and test log.