In Android Studio, which of the given options is the correct syntax of the monkeyrunner command? Consider the following parameters:
plugin <plugin_jar> - It is used for specifying a .jar file that contains a plugin for monkeyrunner.
<program_filename> - It is an argument that is provided so that the monkeyrunner command runs the contents of a file as a Python program.
<program_options> - These are the flags and arguments for a program in.
<outfile> - It is a path-qualified name for an output file.
Correct Answer:
monkeyrunner -plugin <plugin_jar> <program_filename> <program_options>
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Mobile App Testing MCQ Questions
Mobile App Testing MCQs | Topic-wise