Selenium IDE Interview Questions

Selenium IDE Interview Questions

1) What is Selenium IDE?
 

• It is a Test Tool, used to Create together with Execute Test Cases.

• It is Firefox plug in, plant alone on Firefox Browser.

• It provides Graphical user interface for Recording user actions using Firefox Browser.

• Firebug Add on is used to inspect elements.

• Selenium IDE should alone endure used equally a prototyping tool.

2) What is the Test stride Syntax?
 

Test Step inwards Selenium IDE Test Case:

Syntax:

Command + Target + value
Command - forms the functionality of the Test step
Target - Identifies the Element on the spider web page.
Value - Input information (This applicable alone for few commands)

Example:

Type     id=Email     abcd123

3) What are the of import features of Selenium IDE?
 

• It has Record together with Playback features to create together with execute Test cases

• User/Tester tin type Test steps using chemical constituent locators together with Selenese commands without using Recording feature.

• Debugging characteristic for debugging examination cases.

• It has an alternative of asserting championship of every page automatically.

• Option to run unmarried examination or multiple tests(Test suite).

• It has a characteristic of exporting testcase/suite into dissimilar formats similar C#, Java, Ruby, Python..

4) What are the Advantages of Selenium IDE?
 

• It is an opened upward rootage tool (Free to use)

• Easy to install together with use.

• We tin edit recorded Test cases together with insert comments.

• Tests recorded inwards IDE tin endure coverted into other languages similar Java, C#, Python together with Ruby..
   
5) What are the Disadvantages of Selenium IDE?
 

• Selenium IDE runs alone on Firefox browser, it doesn't back upward other browsers similar IE, Google Chrome, Safari etc...

• Selenium IDE tin execute scripts created inwards selenese only.

• It does back upward Conditional together with Loop statements to heighten Test cases.

• Reading from external files similar .txt, .xls etc..is non possible.

• No object Repository, So no centralized maintence of objects/elements.

6) How to install Selenium IDE?
 

Steps to Download together with Install Selenium IDE:
• Launch Firefox browser, download selenium IDE from the Seleniumhq.org website.

• Firefox volition protect yous from installing add together ons from unfamiliar locations, thus we  volition ask to click "Allow" to proceed alongside the installation.

• Install multiple items to back upward Java, Ruby, Python etc... formats.

• Restart Firefox browser.

• After Firefox reboots thus nosotros tin utilisation Selenium IDE.

7) How to create Test cases using Selenium IDE?
 

Using Recording characteristic nosotros tin generate Test cases otherwise nosotros tin type Test steps using Element locators together with Selenese commands.

8) What is the default format of Selenium IDE Test case?
 

.html

9) What is the departure betwixt "assert" together with "verify" commands?
 

• When an "assert" ascendancy fails thus examination execution volition endure aborted.

• When a "verify" ascendancy fails thus examination volition expire on execution together with logging the failure.

10) How to execute Selenium Test representative stride past times step?
 

Using Breakpoints together with Step ascendancy nosotros tin execute Selenium Test representative stride past times step.

11) Can nosotros edit Recorded Selenium IDE Test cases?
 

Yes, nosotros tin edit recorded Test cases, Add Steps, Delete steps, edit steps together with Insert comments.

12) What is Selenese?
 

Selenium ready of commands that run our Test is called Selenese.

There are iii types of Selenese:
• Actions: They perform or thus operations similar clicking a link or typing text inwards text box or selecting an alternative from drop-down box etc..
 

• Assertions: They verify that the nation of application conforms to what is expected.. Ex: 'verify that this checkbox is checked', 'make certain that the page championship is X'..
 

• Accessors: Checks the nation of application together with shop the results inwards a variable.. Ex: storeText, storeTitle, etc..

13) What are the of import Selenium IDE Commands or Selenese Commands?
 

Important Commands are:
Open, click, type, select, assertText, assertTitle, assertTextPresent, verifyText, verifyTextPresent, veriftTitle, waitForText, waitForTextPresent, waitForTitle, store, storeText, storeTitle, check, uncheck, pause, mouseover, etc...

14) How to export Test cases from Selenium IDE to Selenium WebDriver?
 

Open the Test representative inwards Selenium IDE,

> File menu

> Save Test suite As

> Select the linguistic communication yous desire to export your examination together with furnish the cite to relieve it.
--------------------------------------------

Selenium Interview Questions-1

Selenium Interview Questions-2

Java for Selenium  Interview Questions

Selenium WebDriver Questions

Selenium IDE Questions

TestNG Interview Questions

Sumber http://www.gcreddy.com/
Post a Comment (0)
Previous Post Next Post