XP is (71) of interesting twists that encourage one to think--for example, how about "Test and then code"? I've worked with software companies and a few IT organizations in (72) programmer performance was measured on lines of code delivered and testing wa

题目

XP is (71) of interesting twists that encourage one to think--for example, how about "Test and then code"? I've worked with software companies and a few IT organizations in (72) programmer performance was measured on lines of code delivered and testing was measured on defects found-- (73) side was motivated to reduce the number of defects prior to testing. XP uses two types of testing: unit and functional. (74) , the practice for unit testing involves developing the test for the feature prior to writing the code and further states that the tests should be automated. Once the code is written, it is immediately (75) to the test suite bringing instant feedback.

A.filled

B.stuff

C.pack

D.full


相似考题
参考答案和解析
正确答案:D
更多“XP is (71) of interesting twists that encourage one to think--for example, how about "Test ”相关问题
  • 第1题:

    1.importjava.util.*;2.publicclassTestSet{3.enumExample{ONE,TWO,THREE}4.publicstaticvoidmain(String[]args){5.Collectioncoll=newArrayList();6.coll.add(Example.THREE);7.coll.add(Example.THREE);8.coll.add(Example.THREE);9.coll.add(Example.TWO);10.coll.add(Example.TWO);11.coll.add(Example.ONE);12.Setset=newHashSet(coll);13.}14.}Whichstatementistrueaboutthesetvariableonline12?()

    A.Thesetvariablecontainsallsixelementsfromthecollcollection,andtheorderisguaranteedtobepreserved.

    B.Thesetvariablecontainsonlythreeelementsfromthecollcollection,andtheorderisguaranteedtobepreserved.

    C.Thesetvariablecontainsallsixelementsfromthecoilcollection,buttheorderisNOTguaranteedtobepreserved.

    D.Thesetvariablecontainsonlythreeelementsfromthecoilcollection,buttheorderisNOTguaranteedtobepreserved.


    参考答案:D

  • 第2题:

    ●The project manager must maintain an effective communication link with the customer's satisfaction with the progress of the project. The project manager maintains this link through (71).

    (71)

    A.periodic project reports, periodic visits to the customer, and telephonic exchanges

    B.subordinates, project team members, and the project sponsor

    C.one-time reports, weekly reports, and monthly reports

    D.the telephone, facsimile, and data transmission


    正确答案:A

  • 第3题:

    2.函数 可在当前会话中执行一个脚本。 A. demo(test) B. rm(test) C. example("test") D. source("test")


    A

  • 第4题:

    下列语句中错误的是

    A.String S[]={"how","are"};

    B.byte b=255;

    C.String s="one"+"two";

    D.int i=2+2000;


    正确答案:B

  • 第5题:

    Lower taxes would spur investment and help economic growth.

    A:spend
    B:appeal
    C:require
    D:encourage

    答案:D
    解析:
    本句意思:“降低税收将刺激投资、促进经济发展。” encourage:鼓励,激励,例如:We want to encourage people to go fishing.我们希望鼓励人们去垂钓。spend:花费,例如:My kid spends hours chatting on the phone to her friends.我的孩子在电话上和朋友聊天,一聊就是几个小时。appeal:吸引,例如:On the other hand , the idea appealed to him.从另一方面来说,这个想法使他很感兴趣。require:要求,例如:These pets require a lot of care and attention这些宠物需要悉心照顾。

  • 第6题:

    下列标识符中都是合法的是()

    A._key, example, a_b

    B.5ap, test1, _3a 

    C.bcp, @mail, _c_d 

    D.INL, _paper, union


    _key, example, a_b