Java-RFT
zencorn
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Java String judgement for null value.
Work by Jianfei is licensed under a Creative Commons wei 3.0 Unported License. It's better to take a look this code line in below, before we using a judgement code statement to verify a string va原创 2013-02-17 09:49:31 · 460 阅读 · 0 评论 -
Java context replacing with BufferedReader & PrintWriter
public boolean replacesFileHeader(String strFillFullPath) { boolean bFlag = false; try{ File infile = new File(strFillFullPath); BufferedReade原创 2013-02-17 09:49:38 · 631 阅读 · 0 评论 -
Eclipse User Defined Code Statement Block.
Work by Jianfei is licensed under a Creative Commons wei 3.0 Unported License. 1. 2. Work by Jianfei is licensed under a Creative Commons wei 3.0 Unported License.原创 2013-02-17 09:49:11 · 349 阅读 · 0 评论 -
Java Instance return model note!
1. We have a class and define a static method of getInstance() public class GenDarwinGlobal extends GenDarwinGlobalHelper{ /** * Script Name : GenDarwinGlobal * Generated : Mar原创 2013-02-17 09:49:33 · 354 阅读 · 0 评论 -
Automation testing framework for RFT execution with STAF+STAX . [Session-1]
Work by Jianfei is licensed under a Creative Commons wei 3.0 Unported License. [Background: In this document it will show you how to build one test execution automation framework with STAF+STAX.原创 2013-02-17 09:49:41 · 534 阅读 · 0 评论 -
Java method Exception throw with return instance.
Work by Jianfei is licensed under a Creative Commons wei 3.0 Unported License. 1. We will get an error if write the getInstance method like below, cause the StaticEnvLib() throw a exception but t原创 2013-02-17 09:49:26 · 367 阅读 · 0 评论
分享