Bird
0
0

Which of the following is the correct syntax to start a load test using a common tool script named load_test.sh in a terminal?

easy📝 Syntax Q12 of 15
Testing Fundamentals - Non-Functional Testing
Which of the following is the correct syntax to start a load test using a common tool script named load_test.sh in a terminal?
Arun load_test.sh
Bstart load_test.sh
Cbash load_test.sh
Dexecute load_test.sh
Step-by-Step Solution
Solution:
  1. Step 1: Identify common shell command to run scripts

    In Unix-like systems, bash script.sh runs a shell script.
  2. Step 2: Check other options for correctness

    Commands like run, start, or execute are not standard shell commands to run scripts.
  3. Final Answer:

    bash load_test.sh -> Option C
  4. Quick Check:

    Run shell script = bash script.sh [OK]
Quick Trick: Use 'bash script.sh' to run shell scripts in terminal [OK]
Common Mistakes:
  • Using non-existent commands like 'run' or 'start'
  • Forgetting to specify the shell to run the script
  • Confusing script execution with program installation

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes