网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

● A test case normally consists of a unique identifier, requirement references from a design specification, events, a series of steps to follow,input, output, actual result, and (71)

(71)A. bug

B. expected result

C. test report

D. traceability matrix


参考答案

更多 “ ● A test case normally consists of a unique identifier, requirement references from a design specification, events, a series of steps to follow,input, output, actual result, and (71)(71)A. bugB. expected resultC. test reportD. traceability matrix ” 相关考题
考题 ● In software engineering and systems engineering,(71) is a description of a system's behavior. as it responds to a request that originates from outside of that system.(71)A. black boxB. business ruleC. use caseD. traceability matrix

考题 Input data from keyboard are stored in(71) for processing.A.modemB.busC.memoryD.printer

考题 ● (71) is an output device displaying the result on paper.(71)A.PrinterB. MouseC. DisplayD. Disk

考题 ●Functional testing tests whether the output is the expected (71) with the valid input.(71) A.reasonB.resultC.outcomeD.record

考题 Object-oriented analysis(OOA)is a semiformal specification technique for the object-oriented paradigm. Object-oriented analysis consists of three steps. The first step is(71). It determines how the various results are computed by the product and presents this information in the form. of a(72)and associated scenarios. The second is(73), which determines the classes and their attributes. Then determine the interrelationships and interaction among the classes. The last step is(74), which determines the actions performed by or to each class or subclass and presents this information in the form. of(75).A.use-case modelingB.class modelingC.dynamic modelingD.behavioral modeling

考题 ● Software (71) refers to that the software to meet the specification must be produced.(71)A. testB. supportC. developmentD. process

考题 ● Information systems design is defined as those tasks that focus on the specification of a detailed computer-based solution. Typically, there are four systems design tasks for in-house development.1) The first task is to specify (71) , which defines the technologies to be used by one, more, or all information systems in terms of their data, processes, interfaces, and network components. This task is accomplished by analyzing the data models and process models that are initially created during requirements analysis.2) The next systems design task is to develop the (72) . The purpose of this task is to prepare technical design specifications for a database that will be adaptable to future requirements and expansion.3) Once the database prototype has been built, the systems designer can work closely with system users to develop input, output and dialogue specifications. The (73) must be specified to ensure that the outputs are not lost, misrouted, misused, or incomplete.4) The fourth design task involves packaging all the specifications from the previous design tasks into a set of specifications that will guide the (74) activities during the following phases of the systems development methodology.Finally, we should (75) and update the project plan accordingly. The key deliverable should include a detailed plan for the construction phase that should follow.(71)A. an application architectureB. a distributed systemC. a system scopeD. a system physical model(72)A. database design specificationsB. database organization decisionsC. data structure specificationsD. data distribution decisions(73)A. format and layoutB. transaction detailsC. additional instructionsD. internal controls(74)A. system administrator’sB. system analyst’sC. computer programmer’sD. system designer’s(75)A. adjust the project scheduleB. reevaluate project feasibilityC. evaluate vendor proposalsD. select the best vendor proposal

考题 ●In software engineering and systems engineering, (71) is a description of a system' s behavior. as it responds to a request that originates from outside of that system.(71) A. black boxB. business ruleC. traceability matrixD. use case

考题 试题(71)~(75)Object-oriented analysis (OOA) is a semiformal specification technique for the object-oriented paradigm. Object-oriented analysis consists of three steps. The first step is (71). It determines how the various results are computed by the product and presents this information in the form. of a (72) and associated scenarios. The second is (73) , which determines the classes and their attributes. Then determine the interrelationships and interaction among the classes. The last step is (74) , which determines the actions performed by or to each class or subclass and presents this information in the form. of (75) .(71)A. use-case modelingB. class modelingC. dynamic modelingD. behavioral modeling(72)A. collaboration diagramB. sequence diagramC. use-case diagramD. activity diagram(73)A. use-case modelingB. class modelingC. dynamic modelingD. behavioral modeling(74)A. use-case modelingB. class modelingC. dynamic modelingD. behavioral modeling(75)A. activity diagramB. component diagramC. sequence diagramD. state diagram

考题 根据输出结果填空完成下面程序。 include class Test { private: static int val; in 根据输出结果填空完成下面程序。include<iostream.h>class Test{private:static int val;int a;public:static int func( );void sfunc(Test r);};______//初始化静态变量valint Test::func( ){return val++;}void Test::sfunc(Test r){r.a=125;cout<<"Result3="<<r.a;}void main( ){cout<<"Resultl="<<Test::func( )<<endl;Test A;cout<<"Result2="<<A.fune( )<<endl;A. sfunc(A);}输出结果为:Result1=201Result2=202Result3=125

考题 要以读方式打开D盘根目录上的一个顺序文件 Test.txt,应使用的语句是( )。 A、Open "Test.txt" For Output As #1B、Open "D:\Test.txt" For Input As #1C、Open "D:\Test.txt" For Output As #1D、Open "Test.txt" For Input As #1

考题 Software design is a(71)process .It requires a certain(72)of flair on the part of the designer. Design can not be learned from a book .It must be practiced and learnt by experience and study of existing systems .A well(73)software system is straightforward to implement and maintain ,easily(74)and reliable .Badly(73)software systems ,although they may work are(75)to be expensive to maintain ,difficult to test and unreliable.A.createB.createdC.creatingD.creative

考题 In software engineering and systems engineering, (71) is a description of a system' s behavior as it responds to a request that originates from outside of that system.A.black boxB.business ruleC.traceability matrixD.use case

考题 Functional testing tests whether the output is the expected(71)with the valid input.A.reasonB.resultC.outcomeD.record

考题 In software engineering and systems engineering,(71) is a description of a system's behavior. as it responds to a request that originates from outside of that system.A.black boxB.business ruleC.use caseD.traceability matrix

考题 Program( )describes programs objectives, desired output, input data required, processing requirement, and documentation.A.specification B.flowchart C.structure D.address

考题 A requirement is a feature of the system or a description of something the system is capable of doing in order to fulfill the system's(71).A.planB.purposeC.documentD.Design

考题 ● Basically, a computer consists of five components: (71), memory, storage, input device and output device.(71)A.keyboardB.mouseC.monitorD.CPU

考题 ● Object-oriented analysis (OOA) is a semiformal specification technique for the object-oriented paradigm. Object-oriented analysis consists of three steps. The first step is (71). It determines how the various results are computed by the product and presents this information in the form. of a (72) and associated scenarios. The second is (73) , which determines the classes and their attributes. Then determine the interrelationships and interaction among the classes. The last step is (74) , which determines the actions performed by or to each class or subclass and presents this information in the form. of (75) .(71)A.use-case modelingB. class modelingC. dynamic modelingD. behavioral modeling(72)A. collaboration diagramB. sequence diagramC. use-case diagramD. activity diagram(73)A. use-case modelingB. class modelingC. dynamic modelingD. behavioral modeling(74)A.use-case modelingB. class modelingC. dynamic modelingD. behavioral modeling(75)A. activity diagramB. component diagramC. sequence diagramD. state diagram

考题 A test case normally consists of a unique identifier, requirement references from a design specification, events,aseries of stepsto follow, input,output, actual result, and() 。A.bug B.expected result C.test report D.traceability matrix

考题 You are designing a test plan for an existing Windows Azure .NET 4 application.  Method calls return incorrect results for certain input parameters.   You need to recommend an approach for debugging the method calls.  What should you recommend?()  A、 Attach the remote debugger to the application.B、 Use the Microsoft Visual Studio 2010 Test Manager tool.C、 Use IntelliTrace to collect only eventsfrom the application.D、 Use IntelliTrace to collect events and call information from the application.

考题 Which design phase service component includes the development and documentation of the test case or cases used to verify that a deployed infrastructure meets operational, functional, and interface requirements? Select exactly 1 answer(s) from the following:()。A、Implementation PlanB、Business PlanC、Staging PlanD、Detailed Design DevelopmentE、Systems Acceptance Test Plan Development

考题 Which design phase service component consists of developing a detailed, site-specific plan for implementing a new technology system or solution? Select exactly 1 answer(s) from the following:()。A、Detailed Design DevelopmentB、Systems Acceptance Test Plan DevelopmentC、Staging PlanD、Implementation Plan DevelopmentE、Project Kick-off

考题 A system administrator used the savevg command to back up the testvg each night. There is now a requirement to exclude the /test/static filesystem from the backup. How can this be accomplished?()A、Use the -X flag on the savevg commandB、Put an entry in the /etc/exclude.testvg fileC、Remove the /test/static entries from the /vgdata/testvg.data fileD、Use the touch command to create /test/static/.exclude before using savevg

考题 You are developing a Windows Presentation Foundation (WPF) application. You are implementing a test strategy for the application. You need to ensure that the test class can repeat user input. From which base class should the test class inherit?()A、AutomationElementIdentifierB、AutomationPeerC、KeyboardD、UICues

考题 单选题The test of a towing vessel’s steering gear control system includes each item EXCEPT().A a test from the alternative power supply,if installedB timing the movement of the rudder from hard over to hard overC verification that the rudder angle indicator shows the actual position of the rudder(s)D visual inspection of the steering linkage

考题 单选题Given: 11.String test = "Test A. Test B. Test C."; 12.// insert code here 13.String[] result = test.split(regex); Which regular expression, inserted at line 12,correctly splits test into "Test A","Test B",and "Test C"?()A String regex = ;B String regex =  ;C String regex = .*;D String regex = //s;E String regex = //.//s*;