1 |
Which of the following OS does Appium Support? |
Android, iOS and WindowsAndroid, QNX, iOS and WindowsAndroid, iOS and Firefox mobile OSAndroid, iOS and QNX |
Android, iOS and Firefox mobile OS |
2 |
Which of the Programming Languages Appium support? |
C++C#Objective CC |
C# |
3 |
Which of the Programming Languages Appium does not support? |
RubyPython CJavaScript |
C |
4 |
What kind of framework Appium is …? |
Web Testing FrameworkWeb and Mobile Testing FrameworkMobile Testing FrameworkNone |
Mobile Testing Framework |
5 |
What is the use of Appium Inspector in Appium? |
Records and plays native application behavior by inspecting COM.Records and plays native application behavior by inspecting DOM.Records and plays web application behavior by inspecting DOM.Records and plays native application behavior by inspecting DOM and generates the test scripts in any desired language. |
Records and plays native application behavior by inspecting DOM and generates the test scripts in any desired language. |
6 |
Which of the following statements is true for Appium Doctor? |
Tool to debug code.NoneTool to verify appium installation.Tool to verify installation and debug code. |
Tool to verify appium installation. |
7 |
Which of the following Appium does not support in iOS? |
EmulatorsReal iDevicesSimulatorsMobile Safari |
Emulators |
8 |
Which of the following statements is true for XCode? |
An integrated development environment for OS X and iOS.An integrated development environment for iOS. An integrated development environment for Android and iOS.An integrated development environment for Android, QNX, iOS and Windows. |
An integrated development environment for OS X and iOS. |
9 |
Which of the following commands does install Appium doctor? |
install appium-doctornpm install appiumdoctor -gnpm install appiumdoctor npm install appium-doctor -g |
npm install appium-doctor -g |
10 |
What kind of a POM file is? |
XHTML fileHTML fileXML fileJSON file |
XML file |
11 |
Which of the following statements is true for Scripts in Appium? |
Toolbox and the Scripts Reusable.Framework and the Scripts are Reusable.Framework and the Scripts are not Reusable.Toolbox and the Scripts are not Reusable. |
Toolbox and the Scripts are not Reusable. |
12 |
How do you locate DOM elements and find XPath in Appium? |
Using Appium Inspector.Using UIAutomateviewer.Using FirePath.None |
Using UIAutomateviewer. |
13 |
What are the Desired capabilities in Appium? |
Used to specify Appium Version.A set of keys and values sent to the Appium server.A set of keys to login to Appium server.Used to specify Appium Version and Device name. |
A set of keys and values sent to the Appium server. |
14 |
Why is the POM file used for? |
used for Configuring in Appium.Noneused for Configuring the project in MAVEN.used for Configuring in Sauce Labs. |
used for Configuring the project in MAVEN. |
15 |
What is the most difficult scenario to test with Appium? |
data exchangetesting a native app parallel testingmulti-user scenario |
data exchange |
16 |
What do you do for creating an AVD in Eclipse? |
Go to Project and choose Android Virtual Device Manager.Go to Window and choose Android Virtual Device Manager.Go to Window and select Navigation and choose Android Virtual Device ManagerAll |
Go to Window and choose Android Virtual Device Manager. |
17 |
Which of the following is not a limitation in Appium? |
It allows you to write tests for multiple mobile platforms using the same API.Appium does not support testing of Android Version lower than 4.2.No support to run Appium Inspector on Microsoft Windows.None |
It allows you to write tests for multiple mobile platforms using the same API. |
18 |
What mobile browsers can you automate in the Android emulator? |
Internet Explorer.Safari.Google Chrome.Stock browser. |
Stock browser. |
19 |
How to do debugging in Appium? |
Using log files.Using proxy component.Using node.js.Using system tools. |
Using proxy component. |
20 |
Which of the following statements is not valid for Appium? |
it supports Selenium.NoneAppium has built-in support for record and playback.It supports JSON wire protocol. |
Appium has built-in support for record and playback. |