辅导CSC364/M64程序、 写作Software编程

” 辅导CSC364/M64程序、 写作Software编程Software Testing: CSC364/M64Lab Class 1To be solved in groups of two.Last day for lab sign-off: Feb 19, 2021Consider the following state transition graph: Task 1.1Download, study, compile, and run the Java program SimpleStateMachine, to be found under https://cs.swan.ac.uk/~csmarkus/Tools/SimpleStateMachine is An implementation of the above state transition graph.Expected Outcome: Screen-shot of the running program. Task 1.21. Describe an interface for testing the SimpleStateMachine program in Java: what is itsinput alphabet? what is its output alphabet?2. Can you see in which state that program is?3. Design a testing strategy of how to show that the SimpleStateMachine program is avalid implementation of the Above state transition graph. To this end, formulate yourown testing aims (e.g., after inputs hugo and erna it is possible to obtain the outputblink; whenever hugo is The input, we see output on or no output; it is not possible toobtain output off without seeing output on before.)4. Realise your testing strategy bygiving a test suite (relating test cases to your testing aims), andtesting SimpleStateMachine with your test suite.Expected Outcome: A list of about testing aims; a test suite; documentation of your testingand your test evaluation.1 Task 1.31. Implement the state Transition graph for the toaster as given in the lectures. To this end,create a new Java program Toaster by modifying the Java program SimpleStateMachine.2. Describe an interface for testing your Toaster program in Java: what inputs can youenter? what outputs can you observe?3. Design a testing strategy of how to show that your Toaster program is a valid implementationof the state transition Graph. To this end,formulate your own testing aimsand realise your testing strategy bygiving a test suite (relating test cases to your testing aims), andtesting Toaster with Your test suite.Expected Outcome: Your toaster program; a list of about testing aims; a test suite; documentationof your testing and your test evaluation.如有需要,请加QQ:99515681 或WX:codehelp

添加老师微信回复‘’官网 辅导‘’获取专业老师帮助,或点击联系老师1对1在线指导