书写:
如果着手要写jira了,一般是自己报bug之类的,BA和Customer写的另说,核心就是要写的清楚,易于理解,格式,语言,还有和开发的默契都很重要,有好几次我报的东西leader或者developer加comments说“I don't understand”,真的很失败很失败,所以良好的英语书写能力,适当的attachment(doc、pic、xls、screenshot、screencast)很有必要。对于重要的jira,把自己加为watcher吧。作者: pp_psy 时间: 2009-10-12 22:41 标题: About jira(Understanding,testing,and Writing) Because different companies may have different words for jira, here you can just think it as bug.
To understand
To myself,understanding is the most hard thing to test jira.It is related to whether you are familiar with product and related skill,understanding, and English level.Testing speed and familiarization can't be formed in a short time,so I have to get to company at 8 clock, spend half to one hour to get familiar with today's jira or do other preparation.In for opinion,familiarization come from accumulation,testing speed is the result of practice, to the stupid guys just like me, doing everything step by step is a quite useful way to be better.
For the complex special sections or jiras that hard to understand,it is advised to scan it, prepare questions, then ask others when they are free.
To test
Based on understanding,we can start to test now.Nearly half of jiras have no test cases,which means it need us to prepare for it.It would be very easy if we are very familiar with the jira and the special features.Before testing,writing down the test steps will be save lots of time.
To write
For tester,if we begin to write a jira,which usually means repoting a bug.The point is to make it clear and clear,easy to understand is the most important.Format,English are also very important.If necessary, add proper attachment(doc、pic、xls、screenshot、screencast).
Sometimes for the important jira, add yourself as a watcher.作者: 千里 时间: 2009-10-13 10:13
继续盖楼作者: pp_psy 时间: 2009-10-14 00:18
关于个人资料库的建立和整理
整理:
首先是整理的时间,每天下班后花20分钟就可以整理好了,周末的时候我一般会来次公司,把一些积累的问题搞清楚,这些也可以添加到相应的周文件里。虽然发觉很多时候自己搞清楚的东西在当时可能并不必要,但渐渐在以后的工作中发现很有好处,不知不觉提高了很多。
整理的话,归纳和总结尤为重要,一个月后可能以前几百字的东西现在只有十几个字记录了,而且揭示得更清楚,这就是成长。作者: pp_psy 时间: 2009-10-14 00:50 标题: About creating and organizing personal datebase To create:
Personal datebase is quite essential to accumulate.The first time I began to do this is about one month ago, when I always be scolded for forgetting .I had to bear all of this ,but I can't admit that I am such a loser.So I decided to remember everyday's problem and questions in text file,make it clear and write down the important information in one specific file. This method helps me a lot and make me more confident now.Now I write a file for todayay's information and some other necessary files.
To organize:
First thing is the time for organizing,I think 20 minutes after work is enough.And on weekends I always come to company for the tough questions,try to figue them out and make a detailed summary.These information can be added into weekly files.Sometimes the questions you figue out may not important on that time, but if keep doing this,you'll find it is become useful gradually.
For organizing,conclusion and summary is the most important ability.What a great progress when hundreds of words now just turn to scores of words.作者: csb821023 时间: 2009-10-14 14:15
继续关注,受教了作者: ljmelody 时间: 2009-10-14 14:41
强悍,每段还有英文版~作者: xavier_007 时间: 2009-10-14 16:29
哈哈,lz展现自己的方式比较有意思
除了英文版多来几个版本啊,方言版,根据区域,民族,国家。。作者: hueslife 时间: 2009-10-14 18:20
关住
你们的头像杂个都变了喃::yiwen:::作者: pp_psy 时间: 2009-10-14 19:42
头像用的索隆,呵呵,OP里面很喜欢的主角之一作者: pp_psy 时间: 2009-10-15 00:07
今天着意在看新的东西,最近被SEO相关的东西搞得很郁闷,还好两天的迷茫后现在渐渐清晰多了,感谢同事,感谢书本,感谢各种详尽的文档,接触自动化测试工具,学习中。
三个月了,很喜欢这个公司,气氛,热情,成长都很不错,不知道会不会转正呢,担心啊作者: pp_psy 时间: 2009-10-15 23:42 标题: 一般流程 A ---------------> B------------> C -------------> Production(D)
A :BA在做好相应的设计之后,由developer在A环境下实现。由于这个环境代码每天都有变动,所以除非必要或者需求如此,不在这里测试。
B:Tester最常用的环境。在Developer对自己的代码commit之后,会在B freeze的时候deploy到B上,在jira上就反映到了test queue里,这个时候需要tester去测试是否正确,pass,hold,或者fail
C:这里是过度阶段,在B环境下版本已经达到预期目标的时候,搭建C环境,把相应代码deploy到C上,tester花两三天时间把相关的jira都跑一遍,同时跑回归,每天及时解决遇到的问题
D:Production,最终阶段,C到达D是通过产品Release实现,一般持续3到8小时不等,Developer和Tester同时工作,Tester只需要做smoke test就可以,release之后,要对产品做回归测试。
1,有些页面或者改动先在A上进行,之后直接push到产品上,这时候tester接触之后直接在产品上测试,一般这样的改动和其他部分关联性较小,所以只需要测BA和developers提及的改动就可以。
2,在B上做的deploy,3到5小时内是有cache存在的,所以建议晚一点开始测试,不然测试结果很可能不准。
3,由于在不同的环境切换,需要记住在各个环境下的一些账号信息和一些常用的数据,这样才能更熟练,加快测试速度。
4,同理,由于环境不同,经常会出现环境问题,数据库问题,这些都需要心里有数,以后遇到了会识别出那些是真正的问题,那些是在这个环境下不可避免的
5,每一个release之后,需要重新整理一下自己测过的jira信息,总结问题,看看有没有更好更快捷的方法测试,如果遇到类似的怎样提高效率。对划归到下个release的jira,要注意查看。
6,有时候为了节省费用和加快进度,会没有C阶段,这样就必须更仔细的在B阶段做好总结工作,不同tester之间互相测一下已经pass的jira很有必要。作者: pp_psy 时间: 2009-10-16 00:19 标题: Common workflow A ---------------> B------------> C -------------> Production(D)
A:After BA finished the design,developer do code work in environment A.Because in this environment code changes very frequently, usually we do not test here unless necessary.
B:The "home environment" for tester.After developer commit code in A, He will deploy to B when freezing time.It's our turn to test the jira in test queue now.
C:It's a environment of transition.when most features in environment B meet the requirement,will create a environment C and deploy to it, tester need two or three days to rerun all of the related jira, meanwhile do regression test ,it is better to solve everyday's problems on time.
Droduction.There is a popular word "Release" for deplying to D, A release usually needs developer and tester work at same time and lasted for 3 to 8 hours .Tester only needs do smoke test during release time,but after release regression test is needed.
/**********DO not finish translation on time today,for my problem that I usually be sleepy during work time, I must go to bed now,and I will finish translation tomorrow
[ 本帖最后由 pp_psy 于 2009-10-22 19:10 编辑 ]作者: pp_psy 时间: 2009-10-23 19:20 标题: weekends 1,review my jira
find whether it is good, and get a summary excel file.
2,practice to write test cases
3,summary about SEO test,to find a way to speed my testing
4,setup virtual studio for c#
5,think over what to do next
6,figure out "add review" problems作者: pp_psy 时间: 2009-10-23 19:28
Busy days, I try to be careful and careful, but everyday I meet little problems ,which made me criticized a lot.
God,how can I be better fast,why am I so careless that always make such a stupid mistake?
I can be responsble for every thing I did,but I can't stand myself, such a stupid guy!!作者: pp_psy 时间: 2009-10-23 19:31 标题: Set up my goals in 3 months 1,Be very familiar with the product
2,Can use wt-r and qtp to write useful script.
3,In daily work,can develop little program to speed test.
4,Familiar with C#.
5,Can write good testcases.
6,Try to create testcases.