priyanggoro test execution

Upload: sigit

Post on 08-Oct-2015

218 views

Category:

Documents


0 download

TRANSCRIPT

  • 5/18/2018 Priyanggoro Test Execution

    1/2

    echo "1.A. Test T001 Execution (same behavior as T002) Wrong Spell Part"echo "Test String:"more WRONGSPELL-ENGecho "Result:"./spell WRONGSPELL-ENG

    echo "1.B. Test T001 Execution (same behavior as T002) Right Spell Part"echo "Test String:"more RIGHTSPELL-ENGecho "Result:"./spell RIGHTSPELL-ENG

    echo "3.A. Test T003 Execution (same behavior as T004) Wrong Spell Part"echo "Test String:"more WRONGSPELL-ENG-HAHEHOecho "Result:"./spell --dictionary=HAHEHODICT WRONGSPELL-ENG-HAHEHO

    echo "3.B. Test T003 Execution (same behavior as T004) Right Spell Part"echo "Test String:"more RIGHTSPELL-ENG-HAHEHOecho "Result:"./spell --dictionary=HAHEHODICT RIGHTSPELL-ENG-HAHEHO

    echo "5.A. Test T005 Execution (same behavior as T006) Wrong Spell Part"echo "Test String:"more WRONGSPELL-BRITISHecho "Result:"./spell -b WRONGSPELL-BRITISH

    echo "5.B. Test T005 Execution (same behavior as T006) Right Spell Part"echo "Test String:"more RIGHTSPELL-BRITISHecho "Result:"./spell -b RIGHTSPELL-BRITISH

    echo "7. Test T007 Execution"

    echo "./spell -I"./spell -Iecho "./spell -V"./spell -Vecho "./spell -h"./spell -hecho "./spell -n WRONGSPELL-ENG"./spell -n WRONGSPELL-ENGecho "./spell -o WRONGSPELL-ENG"./spell -o WRONGSPELL-ENG

  • 5/18/2018 Priyanggoro Test Execution

    2/2