12.1 Identifying reusable parts
In this chapter you will work with the test suite FirstJavaTests.qft from chapter one.
-
Action
Copy FirstWebTests.qft from the subdirectory
qftest-10.1.1/doc/tutorialof the QF-Test installation to a working directory and - open FirstWebTests.qft.
- If you want to keep the changes you will be making to the demo test suite save it in a working directory as described at the end of "Creating the Setup Sequence".
Look at the test step "Reset" in the two test cases. They are exactly the same.
Following the concepts above, it would be a good idea to turn them into a procedure.