Can Google chrome be supported by Selenium IDE?
1.Yes
2. no
3.all of the above
4.None of the mentioned
Posted Date:-2022-01-31 11:51:58
Can Unix operating system be supported by Selenium IDE?
1. No
2. Yes
3.all of the above
4.None of the mentioned
Posted Date:-2022-01-31 11:52:17
If an element got added after the page has loaded what command would you use to make sure the test passed in the future?
1.waitForElementPresent
2.pause
3.assertElementPresent
4.None of the mentioned
Posted Date:-2022-01-31 11:20:32
If you want to validate that a button has appeared on a page, which two commands would be the best two to use?
1.verifyTextPresent/assertTextPresent
2.verifyElementPresent/assertElementPresent
3.verifyAlertPresent/assertAlertPresent
4.verifyAlert/assertAlert
Posted Date:-2022-01-28 13:51:47
In case of Selenium IDE, the Source view shows your script in
1.DHTML format
2. J2EE format
3. XML format
4.HTML format.
Posted Date:-2022-01-31 11:54:22
Is Web Driver a component of the Selenium?
1.No
2. Yes
3.all of the above
4.None of the mentioned
Posted Date:-2022-01-31 11:46:36
Out of the following which can only test web applications
1. QTP
2.Selenium RC
3.all of the above
4.None of the mentioned
Posted Date:-2022-01-31 11:49:44
Pick two from the following if you wanted do a partial match on an attribute on an element from the beginning of the value:
1. contains()
2.starts-with()
3.ends-with()
4.A & B
Posted Date:-2022-01-31 11:21:37
Select the Browser which is supported by Selenium IDE
1. Google chrome
2. Opera mini
3. Mozilla Firefox
4. Internet Explorer
Posted Date:-2022-01-31 11:47:33
Select the command in Selenium IDE used to open a page using the URL.
1.OpenRecord
2. Open
3.OpenText
4.OpenTable
Posted Date:-2022-01-31 11:53:57
Select the command which is NOT a type of assertion in Selenium IDE.
1. Assert
2.Verify
3. WaitFor
4. Wait
Posted Date:-2022-01-31 11:50:08
Select the command which is used to check the presence of a certain element.
1. verifyTable
2. verifyTitlePresent
3.verifyTextPresent
4.verifyElementPresent
Posted Date:-2022-01-31 11:55:15
Select the component which is NOT part of Selenium suite.
1. Selenium IDE
2.Selenium RC
3.SeleniumGrid
4. Selenium Web
Posted Date:-2022-01-31 11:45:53
Select the language which is NOT supported by the Selenium RC.
1.ASP
2. Java
3.C#
4.PHP method
Posted Date:-2022-01-31 11:46:18
Select the language which is supported by The Selenium Web Driver
1. Perl
2. Sql
3.ASP
4.Cobol
Posted Date:-2022-01-31 11:53:08
Select the method which selects the option at the given index.
1.selectByIndex()
2.selectIndex()
3. selectedByIndex()
4. selectByIndexes()
Posted Date:-2022-01-31 11:50:34
Select the odd one using in Selenium
1. Pattern Matching
2.XPath
3.Id
4. CSS selector
Posted Date:-2022-01-31 11:23:58
Select the operating system which is NOT supported by Selenium IDE.
1.Unix
2. Linux
3. Windows
4. Solaris
Posted Date:-2022-01-31 11:47:58
Selenium command for entering text into text boxes?
1.sendKeys()
2.sendKey()
3. sendKey
4. SendsKeys()
Posted Date:-2022-01-31 11:24:53
Selenium IDE stands for
1.Selenium Intialization Development Environment
2. Selenium Interrelated Development Environment
3.Selenium Integrated Development Environment
4.Selenium Information Development Environment
Posted Date:-2022-01-31 11:47:07
Selenium method to get content which is inside any HTML tags?
1. getText()
2. getValue()
3.get()
4.getAttribute()
Posted Date:-2022-01-31 11:26:36
Selenium tests ______
1.DOS applications
2.Browser-based applications
3.GUI applications
4.none of the above
Posted Date:-2022-01-31 11:34:51
Selenium variables are stored in ______
1. storedVars
2.storedVariables
3. VariablesStore
4.None of the above
Posted Date:-2022-01-31 11:35:23
The Actions commands
1.are commands that directly interact with page elements.
2.are commands that allow you to store values to a variable.
3. are commands that verify if a certain condition is met.
4.All of the Mentioned
Posted Date:-2022-01-31 11:54:43
The Selenium can
1. access controls within the desktop
2. both web and desktop applications
3.only test web applications
4.None of the mentioned
Posted Date:-2022-01-31 11:51:16
The Selenium IDE is used
1.To create customized test results.
2.To deploy your tests across multiple environments using Selenium Grid
3. To test with HTMLUnit
4.To test a web application against Firefox only.
Posted Date:-2022-01-31 11:48:54
The Selenium RC is used
1.To run your test against different browsers (except HtmlUnit) on different operating systems.
2. To create tests with little or no prior knowledge in programming.
3.To test a web application against Firefox only.
4.To run a huge test suite, that can be executed on multiple machines.
Posted Date:-2022-01-31 11:49:20
The term AJAX expands to _______
1.Asynchronous Java and XML
2. Asynchronous JavaScript and XML
3. Accumulated Java and XML
4.none of the above
Posted Date:-2022-01-31 11:34:03
The term JSON refers to _______
1.JavaScript Object Notation
2.Java Object Notation
3. Java Object Naming
4.none of the above
Posted Date:-2022-01-31 11:34:30
The test language usually used in Selenium is ________
1. PHP
2. Python
3. JavaScript
4.none of the above
Posted Date:-2022-01-31 11:33:39
The Web driver is used
1.To execute tests on the HtmlUnit browser.
2. To design a test using Selenese
3.To quickly create tests
4. To test a web application against Firefox only.
Posted Date:-2022-01-31 11:48:28
What does the assertTitle checks ?
1.Element title
2. Page title
3.Block title
4. Title of element under focus
Posted Date:-2022-01-31 11:45:24
What does the term CSS refers to ?
1.Cascade Style Sheets
2. Cascading Style Sheets
3.Clear Style Sheets
4.Catering Style Sheets
Posted Date:-2022-01-31 11:40:22
What does the term DOM refers to ?
1. Dynamic Object Model
2. Document Object Model
3. Data Object Model
4. Document Flow Object Model
Posted Date:-2022-01-31 11:42:34
What does the term regex expands to ?
1. Registered Expression
2. Regular Expression
3. Regression Expression
4.Regional Expression
Posted Date:-2022-01-31 11:43:31
What is a test suite made of ?
1. Test packs
2. Tests
3. Test blocks
4.Test pattern
Posted Date:-2022-01-31 11:44:22
What is called that scale for large test suites or test suites that must be run in multiple environments?
1.Selenium-Grid
2. Selenium RC
3. Selenium Web driver
4. Selenium NG
Posted Date:-2022-01-31 11:41:43
What is Selenium IDE ?
1.Windows Software
2.Firefox Plug-in
3. Java Software
4. Flash Plug-in
Posted Date:-2022-01-31 11:41:17
What is the best call for finding multiple elements using XPath?
1. findElementByXpath
2.findElementsByXPath
3. findElementByCssSelector
4.Both B & C
Posted Date:-2022-01-31 11:22:15
What is the best element locator in selenium webdriver?
1.ID
2.NAME
3.xPATH
4.CLASSPATH
Posted Date:-2022-01-31 11:26:58
Where is XPath used in ?
1. XML documents
2. XML documents
3.MS-Excel documents
4.MS-PowerPoint documents
Posted Date:-2022-01-31 11:42:06
Which of the following method is used to work with multiple browser windows?
1. getMultipleWindows()
2.getWindowHandles()
3.getWindowhandle()
4.Both B &C
Posted Date:-2022-01-31 11:25:46
Which command can be used to enter values onto text boxes?
1. sendsKeys()
2.sendKey()
3.sendKeys
4. sendKeys()
Posted Date:-2022-01-31 11:52:41
Which label is used as prefix pattern to specify a globbing pattern parameter for a Selenese command ?
1.pattern
2. glob
3. regex
4. none of the mentioned
Posted Date:-2022-01-31 11:43:57
Which of the following expression is used for "anything"?
1.**
2. .*
3.*.
4.*+
Posted Date:-2022-01-31 11:23:33
Which of the following is not a wait command in Selenium?
1.waitForActive
2.waitForAlert
3.waitForTitle
4.None of these
Posted Date:-2022-01-31 11:24:30
Which of the following language is not supported by Selenium
1.PHP
2.C#
3. ASP
4.Java
Posted Date:-2022-01-31 11:25:17
Which one is a class in Selenium ?
1. WebDriverWait
2. WebElement
3.WebDriver
4.getPageSource
Posted Date:-2022-01-31 11:26:10
Which selenium command check whether specific text exists somewhere on the page ?
1. verifyTextPresent
2. verifyTextPresent
3. CheckTextPresent
4. VerifyPresentText
Posted Date:-2022-01-31 11:39:53
Which Selenium component supports All Operating System?
1.Selenium Generator
2.Selenium IDE
3.Selenium WebDriver
4.None of the mentioned
Posted Date:-2022-01-31 11:53:31