发布新日志

  • Jmeter tool

    2012-07-11 17:37:57

    Maybe we will use open source tool for performance testing, so I begin to study to Jmeter tool.
    First, download Jmeter2.6 from offical website, http://jmeter.apache.org/download_jmeter.cgi. and unzip the backage.
     
    Second, download badboy tool to record scripts, the tool is used to record scripts, and then export to Jmeter.
     
    Third, download Jmeter plugins, i downloaded JMeterPlugins-0.5.3, in order to add more listener to monitor TPS etc. detailed listener please see http://code.google.com/p/jmeter-plugins/wiki/TransactionsPerSecond?utm_source=jmeter&utm_medium=helplink&utm_campaign=TransactionsPerSecond.
     
    Modify scripts, set thread, paramterization using CVS data set config. and add listener. run test plan to collect test result.
     
    this is simple summary, I will update later.
  • QTP中array index

    2012-03-15 17:41:23

    ExpString="account"
    'ExpString="myaccounts"

    Dim arrRange(11)
    arrRange(0)="E"
    arrRange(1)="X"
    arrRange(2)="a"
    arrRange(3)="c"
    arrRange(4)="c"
    arrRange(5)="o"
    arrRange(6)="u"
    arrRange(7)="n"
    arrRange(8)="t"
    arrRange(9)="S"
    arrRange(10)="U"
    strRange = Join(arrRange,"")
    If InStr(1,strRange,expString,1) > 0 Then
    MsgBox "Comparision Matched"
    starting=InStr(1,strRange,expString,1)
    MsgBox starting
    '-1 since index starts from 0
    starting=CInt(starting)-1
    MsgBox "starting index"& starting
    ending=Len(ExpString)
    '-1 since index starts from 0
    ending=starting+CInt(ending)-1
    MsgBox "ending index"&ending

    Else
    MsgBox "Comparision did not matched"
    End If
  • 失业中的学习进度跟踪

    2012-02-22 21:05:13

    2012年2月号之前学习了oracle 10g数据库教程,总共14个视频。其实以前都看过,用过的,比如sqlplus编程,存储过程,触发器之类的。好几年不用了,忘的差不多了。不过看以下能很快能回忆起来的。
    2012.2.1-2012.2.5看了shell编程,以前没用过,不过这些看起来很容易。记下简单的用法。工作中用需要再深入学习。
    2012.2.10到现在看一下qtp教程,java教程。2007年用qtp做过几年的项目,后来就用的是testcomplete.最近两年多因为项目是android本地化测试开发,所以基本都忘了。原理什么的都没忘。看了能很快记起来。
    java一直在学,不过项目中不用,忘的很快。看了张孝祥的视频教程感觉效果还不错。看忘了要试着写点代码。
    另外,每天坚持听VOA,radio国际台至少一个小时,以前英语听力很差,至少现在能听懂不少了。口语开有待提高。本来打算报个ef或者华尔街的培训呢,但是在是太贵了,报价4w-5w。无米之人呀,还是自己勤奋点吧。慢慢来。年前报了新东方的口语精品班,感觉效果不好,试听了一课退课了。如果能找个老外交流就好了。
    如果工作后有时间打算考个PMP认证区。
     
  • 有关测试人生感想

    2012-02-17 10:42:18

    工作了快10年了,做过互联网行业自动化测试(QTP,Testcomplete),性能测试(LR, QAload),测试管理,最近还做过android OS下自动化测试开发。
    面临着换工作,感想挺多的。以前一直做互联网,web的测试及管理,后来公司没有合适我的项目,把我弄到android项目做测试开发,因为这期间生了baby,所以也一直没换工作。现在想换工作,一时很迷茫。
    打电话面试的公司也不少,但合适的职位不多。要不就是薪水不合适,要不就是职位不合适(薪水就没必要谈)。好多做手机的职位,不过不想考虑了,不想在以前的经验上越走越远。以前的经验丢了怪可惜的。但也有好多跟以前比较match的职位,薪水10以内,还没我现在的多。迷茫。不过我会一直等下去,直到碰到合适的工作。
    找工作的期间我会一直学习,看下以前做过的项目,看下以前用过的有关DB的一些知识,oracle及一些编程语言,脚本语言。好好梳理下。现在的职位一个senior test engineer要求很高,几乎要无所不通。我LG(title:PM)看了都吓一跳,要求这么高,几乎要无所不能。哈哈,做测试难,做个senior的测试人员更难。
     
    找工作的过程就是一个人认识自我,不再浮躁,好好学习的过程。
Open Toolbar