gauge quiz

Upload: ptkguly3871

Post on 06-Jan-2016

218 views

Category:

Documents


0 download

DESCRIPTION

Gauge Quiz

TRANSCRIPT

  • 7/17/2019 Gauge Quiz

    1/2

    Gauge Technical Quiz:

    1. What is gauge?a. light weight cross-platform test automation toolb. heavy weight cross-platform test automation toolc. light weight cross-platform development toold. heavy weight cross-platform development tool

    Ans: a

    2. Which of the following IDE plugins are available for gauge to write specs fortesting? (You can select Multiple values)a. Intellij Ideab. Visual Studioc. Eclipsed. NetBeans

    Ans: a,b,c

    3. Specifications are business layer test cases. These are saved with extension- (You can select Multiple values)a. .specb. .xmlc. .txt

    d. .md

    Ans: a,d

    4. Typically a 'specification' describe a particular feature of the applicationunder test. Each 'Scenario' represents a single flow in a particular specification. 'Steps' are the executable part of the specification.a. Trueb. False

    Ans: a

    5. Tables or inline tables can be passed to steps as parameters.

    a. Falseb. True

    Ans: b

    6. Which property configures the timeout in milliseconds for requests from the language runner.a. plugin_kill_timeoutb. runner_connection_timeoutc. plugin_connection_timeoutd. runner_request_timeout

    Ans: d

    7. cmd> gauge -p -n=4 specs Mark the correct Statements - (You can select Multiple values)a. -n Specify number of parallel execution streams.b. -n Run specs in Alphabetical Order.c. -p Execute specs in parallel.d. -p Print the current version

    Ans: a,c

  • 7/17/2019 Gauge Quiz

    2/2

    8. Which language gauge does not support for test code?a. Javab. C#c. C++d. Ruby

    Ans: c

    9. What are the errors a test-developer may face during gauge spec execution? (You can select Multiple values)a. Reached maximum spec file sizeb. Parse error in a spec filec. Unimplemented steps present in spec filed. Failure to launch the language runner plugin

    Ans: b,c,d

    10. Gauge Environment specific variables can be managed using .properties files.a. Trueb. False

    Ans: a