|
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-16 00:29 编辑 ] |
|