In the previous chapter, you developed a test framework from scratch. This chapter is an extension of that chapter. Now you will develop the first test script, execute it, and verify the results.
At the end of this chapter, you should have a good knowledge of how to write a test script that takes less development time, is easy to develop, and has all the characteristics of a good test script.
For a test framework to be successful, a tester should be able to write test scripts that are readable, require fewer lines of code, ...