SlideShare ist ein Scribd-Unternehmen logo
1 von 8
What is Selenium ?
Selenium is a portable software testing framework for web applications.
The tests can be written as HTML tables or coded in a number of popular programming languages and can
be run directly in most modern web browsers.
Selenium operations are highly flexible, allowing many options for locating UI elements and comparing
expected test results against actual application behavior.
Selenium can be deployed on Windows, Linux, and Macintosh.
Selenium is used for UAT (User Acceptance Test)
Why and When To Automate?
Frequent regression testing
Repeated test case Execution is required
User Acceptance Tests
Faster Feedback to the developers
Reduce the Human Effort
Test same application on multiple environments
What are the Components of Selenium ?
1.
Selenium IDE
2.
Selenium Remote Control
3.
Selenium Grid
Explain about Selenium-IDE ?
Selenium IDE is an integrated development environment for Selenium tests.
Operates as a Firefox add-on and provides an interface for developing and running individual test cases or
entire test suites.
Selenium-IDE has a recording feature, which will keep account of user actions as they are performed and
store them as a reusable script to play back.
It also has a context menu (right-click) integrated with the Firefox browser, which allows the user to pick
from a list of assertions and verifications for the selected location.
Offers full editing of test cases.
Although it is a Firefox only add-on, tests created in it can also be run against other browsers by using
Selenium-RC & specifying the name of the test suite on the command line.
What are the Features of Selenium IDE ?
Record and playback
Intelligent field selection will use IDs, names, or XPath as needed
Auto complete for all common Selenium commands
Walk through test cases and test suites.
Debug and set breakpoints
Save tests as HTML, Ruby scripts, or other formats
Support for Selenium user-extensions.js file
Option to automatically assert the title of every page
Rollup common commands
What is Selenium-RC (Remote Control) ?
Selenium-RC provides an API (Application Programming Interface) and library for each of its supported languages:
HTML, Java, C#, Perl, PHP, Python, and Ruby. Selenium-RC allows the test automation developer to use a
programming language for maximum flexibility and extensibility in developing test logic.
For instance, if the application under test returns a result set, and if the automated test program needs to run tests
on each element in the result set, the programming language’s iteration support can be used to iterate through
the result set, calling Selenium commands to run tests on each item.
Explain about Selenium-Grid ?
Selenium-Grid allows the Selenium-RC solution to scale for test suites or test suites to be run in multiple
environments.
With Selenium-Grid multiple instances of Selenium-RC are running on various operating system and browser
configurations, each of these when launching register with a hub. When tests are sent to the hub they are then
redirected to an available Selenium-RC, which will launch the browser and run the test.
This allows for running tests in parallel, with the entire test suite theoretically taking only as long to run as the
longest individual test.
What are the Selenese Commands in Selenium ?
clicking a link - click or clickAndWait commands
entering values - type command
selecting options from a drop-down listbox - select command
clicking checkboxes or radio buttons - click command
What is Test Runner ?
Test Runner allows you to run the test case in a browser loaded with the Selenium-Core TestRunner. Test runner
is invoked by clicking the below Shown button in the IDE.
What are the Running Options in Selenium ?
Run a Test Case: Click the Run button to run the currently displayed test case.
Run a Test Suite: Click the Run All button to run all the test cases in the currently loaded test suite.
Stop and Start: The Pause button can be used to stop the test case while it is running. The icon of this
button then changes to indicate the Resume button. To continue click Resume.
Stop in the Middle: Set a breakpoint in the test case to cause it to stop on a particular command. This is
useful for debugging your test case. To set a breakpoint, select a command, right-click, and from the context menu
select Toggle Breakpoint.
Start from the Middle: We can set the IDE to begin running from a specific command in the middle of the
test case. This also is used for debugging. To set a start point, select a command, right-click, and from the context
menu select Set/Clear Start Point.
Run Any Single Command: Double-click any single command to run it by itself. This is useful when writing
a single command. It lets you immediately test a command you are constructing, when you are not sure if it is
correct. You can double-click it to see if it runs correctly. This is also available from the context menu.
What are the Assertion Statements in Selenium ?
assertTextPresent : This will assert if the text is present in the page.
assertText: This will assert if a particular element is having the particular text.
assertTitle: This will assert if the page is having a proper title.
assertValue: This will assert if a Text box or check box has a particular value
assertElementPresent: This will assert if a particular UI Element is present in the page.
Explain Selenium WaitForCommands ?
waitForPageToLoad : This command will make the script to wait till the page loads.Syntax is
waitForPageToLoad(timeout); Time out is the maximum time the script will wait for the page to load.
waitForAlert : This command will wait for the alert message to appear
waitForTable: This command will wait for the Web table to completely load in the page
waitForTitle: This command will for the page Title to appear on the browser.
Other waitForcommands : Selenium has several other wait command like waitForText,waitForPopup and
so on. These commands are generically called Synchronization commands
What are the Advantages and Disadvantages of Selenium ?
Advantages
Supports C#, Java, PHP, Perl, Phython
Supported on Windows, Linux and Mac OS
Highly active developer community - backed by Google
Powerful methods to locate elements (Xpath, CSS, DOM)
Disadvantages
Challenges running on browsers other than Firefox
Difficulty to automate AJAX
Limitations to automate Applets, MS and Desktop Applications

1) What is Automation ?
A) In general, it is the process of implementing particular work automatically by using a machine, to reduce the
need of human work in the production of goods and services...
2) What is meant by Automation in software testing ?A) It is a process of testing an application(executing the
tests, comparing expected and actual results under some controlled conditions and generating the reports)
automatically by using a 'Tool' to reduce the need of human effort. This tool may be Selenium / QTP / RFT /
SilkTest etc...
3) Why do we need automation in software testing ?
A) Humans can do mistakes... If a work is to be done several times(repetitive), then, we may skip some work
intentionally(purposely) or unintentionally(by mistake) due to time pressure, boring task, etc.. Inorder to
overcome these problems 'automation testing' has been introduced to reduce manual task, to save cost and time,
to improve accuracy, to perform repetitive execution of tests, to customize defect reporting,etc., and hence
automation is needed, as it replaces human with great features...
4) When to do automation testing ?
A) It is not always advantageous to automate test cases.. We can do automation,
When the application is stable.
For long term projects.
When you have lot of regression work.
When the scenario is easily debuggable.
5) Which type of testing can be Automated ?
A) We can automate Regression testing, Functional testing, Stress testing, Performance testing, Load testing,
Smoke testing, Compatibility testing, Data-Driven testing etc..
6) What are the advantages and disadvantages of Automation Testing ?
A) Advantages :
Reduces human resources.
Using an automation tool, test scripts can be executed faster when compared to manual execution and hence
saves time.
Repeatable execution of tests may lead to make mistakes when it is done manually, but, when we automate the
same task, accuracy will be improved.
Test cases can be reused in various versions of software which saves time and cost.
Disadvantages:
Unemployment rate increases as machine replaces human..
It is not so easy to write automation test scripts, it requires skilled and experienced resources.
We cannot automate everything as it is advantageous only for repeatable and reusable test cases.
Initial cost for automation is very high unless it is open source.
Debugging skills should be high otherwise its effect will be dangerous (mainly it kills time, so, we cannot reach
dead-line).
7) Name some test automation tools ...
Selenium (Open Source)
HP QuickTest Professional (Commercial)
IBM Rational Functional Tester (Commercial)
HP WinRunner (Commercial)
SilkTest (Commercial)
HTTP Test Tool (Open Source)
WATIR (Open Source)
Maveryx (Open Source)
eggPlant (Commercial)
Selenium IDE
1) What is Selenium IDE ?
A) Selenium IDE (Integrated Development Environment) is an ideal tool used to develop selenium test scripts... It
is the only flavor of selenium which allows us to record user actions on browser window... Here, the scripts are
recorded in 'Selenese'(a set of selenium commands like Click, assertTextPresent, storeText, etc,.).. It is not only a
time-saver but also an excellent way of learning Selenium scripts syntax... It is a Firefox add-0n...
2) How to install Selenium IDE ?
A) click here for detailed steps
I use seleniumhq.org site to download any software regarding selenium.. Here, if we click on the version
number of selenium ide it starts downloading the add-ons, just we have to click on 'install now' button and restart
the firefox browser.. With-in 5 minutes we can install selenium ide...
3) How do you open/start selenium-ide after installation ?
A) First launch/open firefox browser and then click on 'Tools' tab in the menu bar.. You can see an option called
'selenium ide' , click on it, a small window will be opened where you can start recording scripts...
4) Features of selenium IDE..
A) click here for detailed features of selenium ide
Its main feature is record and playback..
Debugging features by setting breakpoints, startpoints, pause..
Identifies element using id, name, xpath etc..
Auto complete for all common selenium commands..
It has an option of asserting title of every page automatically..
Support for selenium user-extensions.js file..
Option to run single test or multiple tests(suite).
It has a feature of exporting testcase/suite into different formats like C#, Java, Ruby, Python..
5) Advantages and disadvantages of selenium IDE..
A) Advantages : Freeware..
Easy to install..
It is the only flavor of selenium that allows us to record user actions on browser window..
Scripts recorded in IDE can be coverted into other languages like Java, C#, Python and Ruby..
It is not only a time saver but also an excellent way of learning scripts syntax..
We can insert comments in the middle of the script for better understanding and debugging..
Context menu, which allows us to pick from a list of assertions and verifications for the selected location..
Disadvantages:
Main disadvantage of IDE is that it runs only in firefox browser..
Selenium IDE can execute scripts created in selenese only.
Cannot upload files..
It does not directly support loops and conditions..
Reading from external files like .txt, .xls is not possible..
6) What are the selenium locators and what is the tool you use to identify element ?
A) Selenium locators are the way of finding HTML element on the page to perform Selenium actions... We use
firebug(for firefox) to identify elements as it is more popular and powerful web development tool.. It inspects
HTML and modify style and layout in real-time.. We can edit, debug and monitor CSS, HTML and Javascript live in
any web page.. ((click here to download firebug))
-->For Internet Explorer we can choose debugbar.. It views HTML DOM tree, we can view and edit tab attributes..
((click here to download debugbar))
7) How do you locate elements in IDE ?
A) I will focus on the unique attribute values like id, name or other structural information that is stable enough to
withstand frequent changes to the web application.. I strongly recommend CSS selectors as locating strategy.. They
are considerably faster than xpath and can find the most complicated objects in any HTML document..
8) What is selenese ?
A) Selenium set of commands that run our test is called Selenese.. A sequence of these commands is a test script..
There are three types of selenese..
Actions : They perform some operations like clicking a link or typing text in text box or selecting an option from
drop-down box etc..
Assertions : They verify that the state of application conforms to what is expected.. Ex: 'verify that this checkbox is
checked', 'make sure that the page title is X'..
Accessors : Checks the state of application and store the results in a variable.. Ex: storeText, storeTitle, etc..
9) How do you add check points or verification points ?
A) They are called as Assertions in selenium.. 'assert', 'verify' and 'waitFor' are the commands used to add check
points..
Ex: assertText, verifyElementPresent, waitForTextPresent, etc..
10) Name some commands that you use frequently in IDE ?
A) Open, click, type, select, assertText, assertTitle, assertTextPresent, verifyText, verifyTextPresent, veriftTitle,
waitForText, waitForTextPresent, waitForTitle, store, storeText, storeTitle, check, uncheck, pause, mouseover, etc..
11) What is the difference between assert and verify ?
A) When an 'assert' fails, the test is aborted where as when 'verify' fails, the test will continue execution logging
the failure..
'assert' is used when the expected value is mandatory to continue with next set of steps.. However 'verify' is used
when the expected value is optional to continue with the next set of steps..
12) Difference between waitFor and pause commands ?
A) 'waitFor' command waits for some condition to become true..
For example, 'waitForPageToLoad(20000)'-- it will wait upto 20 thousand milliseconds to load required page.. If the
page is loaded before 20,000ms then it jumps to next step to execute.. If the page is not loaded before 20,000ms
then it stops the execution due to time-out error..
-->pause command stops the execution of the test until the specified time..
Ex: pause(10000)-- It stops the execution of test for 1o thousand milliseconds.. After completing 10,000ms it
jumps to next command to execute.. I prefer 'waitFor' command than 'pause'..
13) How do you export tests from Selenium IDE to RC ?
A) First i will open the test in IDE, which should be exported to RC.. There after i'l select 'File' from the menu
bar..when we mouseover on 'Export Test Case As' in the file menu, we could see different languages like C#, Java,
Python and Ruby.. Select the language you want to export your test and provide the name to save it..

1) Which is the command used for displaying the values of a variable into the output console or log?
The command used for displaying the values of a variable into the output console or log–echo
If you want to display a constant string. The below mentioned command can be used
echo <constant string>
ex: echo “The sample message”
If you want to display the value of a variable it can be written like below
echo ${<variable name>>
ex: echo ${var1}
2) What are the capabilities of Selenium WebDriver or Google WebDriver or Selenium 2.0?
Capabilities of Selenium WebDriver or Google WebDriver or Selenium 2.0 are:
One should use WebDriver when requiring improved support for
1. Mult-browser testing including improved functionality for browsers not well-supported by Selenium-1.0.
2. Handling multiple frames, multiple browser windows, pop-ups, and alerts.
3. Page navigation.
4. Drag-and-drop.
5. AJAX-based UI elements.
3) Which are the browsers supported by Selenium RC?
Browsers supported by Selenium RC are:
1. *firefox2. *mock3. *firefoxproxy4. *pifirefox5. *chrome6. *iexploreproxy7. *iexplore8. *firefox3
9. *safariproxy10. *googlechrome11. *konqueror12. *firefox213. *safari14. *piiexplore15. *firefoxchrome
16. *opera17. *iehta18. *custom
4) What are the Operating Systems supported by Selenium?
Operating Systems supported by Selenium are:
Selenium IDE
Works in Firefox 2+ Start browser, run tests Run tests
Operating Systems Supported:
1. Windows,2. OS X3. Linux4. Solaris
5. Others whichever supports Firefox 2+
Selenium Remote Control
Used for starting browser and run tests
Operating Systems Supported:
1. Windows,2. OS X3. Linux4. Solaris5. Others
Selenium Core
Used for running tests
Operating Systems Supported:
1. Windows,2. OS X3. Linux4. Solaris5. Others
5) What is the difference between an assert and a verify with Selenium commands?
Assert: Will fail and abort the current test execution.
Verify: Will fail and continue to run the test execution.
6) If a Selenium function requires a script argument, what would that argument look like in general terms?
StoreEval(script, variable) and storeExpression(expression, variableName).
7) If a Selenium function requires a pattern argument, what five prefixes might that argument have?
Five prefixes that Selenium pattern argument are:
glob, regexp, exact, regexpi.
8) Why Selenium RC is used?
We use Selenium RC for:
Selenium-IDE does not directly support:
1. Condition statements.
2. Iteration.
3. Logging and reporting of test results.
4. Error handling, particularly unexpected errors.
5. Database testing.
6. Test case grouping.
7. Re-execution of failed tests.
8. Test case dependency.
9. Capture screen shots on test failures.
The reason behind why Selenium-IDE does not support the above mentioned requirements is IDE supports only
HTML language. Using HTML language we cannot achieve the above mentioned requirements. Because HTML does
not support conditional, looping and external source connectives.
To overcome the above mentioned problems Selenium RC is used.
9) How many testing frameworks can QA Tester use in Selenium RC?
Testing frameworks aren’t required, but they can be helpful if QA Tester wants to automate test cases. Selenium
RC supports Bromine, JUnit, NUnit, RSpec (Ruby), Test::Unit (Ruby), TestNG (Java), unittest (Python).
1) What is selenium webdriver?
Selenium webdriver is a collection of language specific bindings. The language could be
PHP,C#,Ruby on rails, java to name a few. These bindings help to drive a browser. This could be as
simple as opening a webpage to automating the testing of a web page element
2) Is selenium web driver a new concept in selenium web testing?
No. Selenium Remote control popularly called selenium RC is the predecessor of selenium web
driver
3) How to add selenium web driver to ruby environment?
This simple command will help in selenium web driver development in ruby environment gem
install selenium-webdriver
4) What is pip?
To install packages related to python pip utility can be made use of
5) How do you install a package with pip in python environment?
pip install [packagename]
6) How do you install selenium web driver using pip?
pip the utility used to install packages in a python environment will help us install selenium
webdriver using simple syntax pip install selenium
7) Which company makes use of python?
Google the worlds best search engine makes use of python framework. It is to be notes that
selenium automation framework is brainchild of google employee
8)How to uninstall selenium package using pip?
pip eases the package uninstall process
pip uninstall selenium
9) How do I confirm if selenium is installed successfully in a pyhton environment?
pip utility from pyhtin has the capability to show list of libraries properly installed
pip freeze > out.txt — will output details of libraries installes to out.txt. Search for selenium in this
library list and confirm
10) How do I make use of selenium with C#?
It is absolutely easy to make use of zip file from selenium project code base

Weitere ähnliche Inhalte

Was ist angesagt?

Softwaretestingtoolsfreeandopensourcefinal 150411221750-conversion-gate01
Softwaretestingtoolsfreeandopensourcefinal 150411221750-conversion-gate01Softwaretestingtoolsfreeandopensourcefinal 150411221750-conversion-gate01
Softwaretestingtoolsfreeandopensourcefinal 150411221750-conversion-gate01Aravindharamanan S
 
Selenium- A Software Testing Tool
Selenium- A Software Testing ToolSelenium- A Software Testing Tool
Selenium- A Software Testing ToolZeba Tahseen
 
Selenium Automation Testing Interview Questions And Answers
Selenium Automation Testing Interview Questions And AnswersSelenium Automation Testing Interview Questions And Answers
Selenium Automation Testing Interview Questions And AnswersAjit Jadhav
 
Test Automation and Selenium
Test Automation and SeleniumTest Automation and Selenium
Test Automation and SeleniumKarapet Sarkisyan
 
Selenium interview Q&A
Selenium interview Q&ASelenium interview Q&A
Selenium interview Q&APavan Kumar
 
Selenium - Introduction
Selenium - IntroductionSelenium - Introduction
Selenium - IntroductionAmr E. Mohamed
 
Selenium test automation
Selenium test automationSelenium test automation
Selenium test automationSrikanth Vuriti
 
Open Source Software Testing Tools
Open Source Software Testing ToolsOpen Source Software Testing Tools
Open Source Software Testing ToolsVaruna Harshana
 
Selenium interview questions and answers
Selenium interview questions and answersSelenium interview questions and answers
Selenium interview questions and answerskavinilavuG
 
Top trending selenium interview questions
Top trending selenium interview questionsTop trending selenium interview questions
Top trending selenium interview questionsRock Interview
 

Was ist angesagt? (17)

Softwaretestingtoolsfreeandopensourcefinal 150411221750-conversion-gate01
Softwaretestingtoolsfreeandopensourcefinal 150411221750-conversion-gate01Softwaretestingtoolsfreeandopensourcefinal 150411221750-conversion-gate01
Softwaretestingtoolsfreeandopensourcefinal 150411221750-conversion-gate01
 
Selenium- A Software Testing Tool
Selenium- A Software Testing ToolSelenium- A Software Testing Tool
Selenium- A Software Testing Tool
 
Selenium Automation Testing Interview Questions And Answers
Selenium Automation Testing Interview Questions And AnswersSelenium Automation Testing Interview Questions And Answers
Selenium Automation Testing Interview Questions And Answers
 
Selenium ide made easy
Selenium ide made easySelenium ide made easy
Selenium ide made easy
 
FaSaT An Interoperable Test Automation Solution
FaSaT An Interoperable Test Automation SolutionFaSaT An Interoperable Test Automation Solution
FaSaT An Interoperable Test Automation Solution
 
Selenium
SeleniumSelenium
Selenium
 
Test Automation and Selenium
Test Automation and SeleniumTest Automation and Selenium
Test Automation and Selenium
 
Selenium interview Q&A
Selenium interview Q&ASelenium interview Q&A
Selenium interview Q&A
 
Selenium - Introduction
Selenium - IntroductionSelenium - Introduction
Selenium - Introduction
 
Selenium
SeleniumSelenium
Selenium
 
Selenium test automation
Selenium test automationSelenium test automation
Selenium test automation
 
Open Source Software Testing Tools
Open Source Software Testing ToolsOpen Source Software Testing Tools
Open Source Software Testing Tools
 
Selenium framework faq
Selenium framework faqSelenium framework faq
Selenium framework faq
 
Test automation using selenium
Test automation using seleniumTest automation using selenium
Test automation using selenium
 
Selenium interview questions and answers
Selenium interview questions and answersSelenium interview questions and answers
Selenium interview questions and answers
 
Top trending selenium interview questions
Top trending selenium interview questionsTop trending selenium interview questions
Top trending selenium interview questions
 
Selenium ppt
Selenium pptSelenium ppt
Selenium ppt
 

Ähnlich wie What is selenium

Selenium introduction and some feautures
Selenium introduction and some feauturesSelenium introduction and some feautures
Selenium introduction and some feautureszahid32
 
[DevDay 2017] Automation Testing - Speaker: Nghia Khuong - Project Manager at...
[DevDay 2017] Automation Testing - Speaker: Nghia Khuong - Project Manager at...[DevDay 2017] Automation Testing - Speaker: Nghia Khuong - Project Manager at...
[DevDay 2017] Automation Testing - Speaker: Nghia Khuong - Project Manager at...DevDay.org
 
Top 30 Selenium Interview Questions.pptx
Top 30 Selenium Interview Questions.pptxTop 30 Selenium Interview Questions.pptx
Top 30 Selenium Interview Questions.pptxSyntax Technologies
 
Introduction to Selenium
Introduction to SeleniumIntroduction to Selenium
Introduction to SeleniumKnoldus Inc.
 
Selenium
SeleniumSelenium
Seleniumnil65
 
Testing Options in Java
Testing Options in JavaTesting Options in Java
Testing Options in JavaMichael Fons
 
International journal of applied sciences and innovation vol 2015 - no 1 - ...
International journal of applied sciences and innovation   vol 2015 - no 1 - ...International journal of applied sciences and innovation   vol 2015 - no 1 - ...
International journal of applied sciences and innovation vol 2015 - no 1 - ...sophiabelthome
 
Unit testing php-unit - phing - selenium_v2
Unit testing   php-unit - phing - selenium_v2Unit testing   php-unit - phing - selenium_v2
Unit testing php-unit - phing - selenium_v2Tricode (part of Dept)
 
Test automation using selenium presented by Quontra Solutions
Test automation using selenium presented by Quontra SolutionsTest automation using selenium presented by Quontra Solutions
Test automation using selenium presented by Quontra SolutionsQUONTRASOLUTIONS
 
7 Effective Practices to Follow for Selenium Automation Testing
7 Effective Practices to Follow for Selenium Automation Testing7 Effective Practices to Follow for Selenium Automation Testing
7 Effective Practices to Follow for Selenium Automation TestingTestingXperts
 
Integrating Selenium testing infrastructure into Scala Project
Integrating Selenium testing infrastructure into Scala ProjectIntegrating Selenium testing infrastructure into Scala Project
Integrating Selenium testing infrastructure into Scala ProjectKnoldus Inc.
 
Best Unit Testing Frameworks to Automate your Desktop Web Testing using Selen...
Best Unit Testing Frameworks to Automate your Desktop Web Testing using Selen...Best Unit Testing Frameworks to Automate your Desktop Web Testing using Selen...
Best Unit Testing Frameworks to Automate your Desktop Web Testing using Selen...pCloudy
 

Ähnlich wie What is selenium (20)

Selenium introduction and some feautures
Selenium introduction and some feauturesSelenium introduction and some feautures
Selenium introduction and some feautures
 
Selenium Primer
Selenium PrimerSelenium Primer
Selenium Primer
 
[DevDay 2017] Automation Testing - Speaker: Nghia Khuong - Project Manager at...
[DevDay 2017] Automation Testing - Speaker: Nghia Khuong - Project Manager at...[DevDay 2017] Automation Testing - Speaker: Nghia Khuong - Project Manager at...
[DevDay 2017] Automation Testing - Speaker: Nghia Khuong - Project Manager at...
 
Top 30 Selenium Interview Questions.pptx
Top 30 Selenium Interview Questions.pptxTop 30 Selenium Interview Questions.pptx
Top 30 Selenium Interview Questions.pptx
 
Selenium ppt
Selenium pptSelenium ppt
Selenium ppt
 
Sel
SelSel
Sel
 
Introduction to Selenium
Introduction to SeleniumIntroduction to Selenium
Introduction to Selenium
 
Selenium
SeleniumSelenium
Selenium
 
Selenium
SeleniumSelenium
Selenium
 
Web Testen mit Selenium
Web Testen mit SeleniumWeb Testen mit Selenium
Web Testen mit Selenium
 
Selenium tutorial
Selenium tutorialSelenium tutorial
Selenium tutorial
 
Selenium
SeleniumSelenium
Selenium
 
QSpiders - Automation using Selenium
QSpiders - Automation using SeleniumQSpiders - Automation using Selenium
QSpiders - Automation using Selenium
 
Testing Options in Java
Testing Options in JavaTesting Options in Java
Testing Options in Java
 
International journal of applied sciences and innovation vol 2015 - no 1 - ...
International journal of applied sciences and innovation   vol 2015 - no 1 - ...International journal of applied sciences and innovation   vol 2015 - no 1 - ...
International journal of applied sciences and innovation vol 2015 - no 1 - ...
 
Unit testing php-unit - phing - selenium_v2
Unit testing   php-unit - phing - selenium_v2Unit testing   php-unit - phing - selenium_v2
Unit testing php-unit - phing - selenium_v2
 
Test automation using selenium presented by Quontra Solutions
Test automation using selenium presented by Quontra SolutionsTest automation using selenium presented by Quontra Solutions
Test automation using selenium presented by Quontra Solutions
 
7 Effective Practices to Follow for Selenium Automation Testing
7 Effective Practices to Follow for Selenium Automation Testing7 Effective Practices to Follow for Selenium Automation Testing
7 Effective Practices to Follow for Selenium Automation Testing
 
Integrating Selenium testing infrastructure into Scala Project
Integrating Selenium testing infrastructure into Scala ProjectIntegrating Selenium testing infrastructure into Scala Project
Integrating Selenium testing infrastructure into Scala Project
 
Best Unit Testing Frameworks to Automate your Desktop Web Testing using Selen...
Best Unit Testing Frameworks to Automate your Desktop Web Testing using Selen...Best Unit Testing Frameworks to Automate your Desktop Web Testing using Selen...
Best Unit Testing Frameworks to Automate your Desktop Web Testing using Selen...
 

Mehr von Pesara Swamy

Swamy Pesara_5_yrs_exp
Swamy Pesara_5_yrs_expSwamy Pesara_5_yrs_exp
Swamy Pesara_5_yrs_expPesara Swamy
 
Performance testing tool
Performance testing toolPerformance testing tool
Performance testing toolPesara Swamy
 
Etl testing & basics of sql
Etl testing & basics of sqlEtl testing & basics of sql
Etl testing & basics of sqlPesara Swamy
 
Sdlc process document
Sdlc process documentSdlc process document
Sdlc process documentPesara Swamy
 

Mehr von Pesara Swamy (7)

Swamy Pesara_5_yrs_exp
Swamy Pesara_5_yrs_expSwamy Pesara_5_yrs_exp
Swamy Pesara_5_yrs_exp
 
Performance testing tool
Performance testing toolPerformance testing tool
Performance testing tool
 
Component testing
Component testingComponent testing
Component testing
 
Etl testing
Etl testingEtl testing
Etl testing
 
Database testing
Database testingDatabase testing
Database testing
 
Etl testing & basics of sql
Etl testing & basics of sqlEtl testing & basics of sql
Etl testing & basics of sql
 
Sdlc process document
Sdlc process documentSdlc process document
Sdlc process document
 

Kürzlich hochgeladen

(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 

Kürzlich hochgeladen (20)

(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 

What is selenium

  • 1. What is Selenium ? Selenium is a portable software testing framework for web applications. The tests can be written as HTML tables or coded in a number of popular programming languages and can be run directly in most modern web browsers. Selenium operations are highly flexible, allowing many options for locating UI elements and comparing expected test results against actual application behavior. Selenium can be deployed on Windows, Linux, and Macintosh. Selenium is used for UAT (User Acceptance Test) Why and When To Automate? Frequent regression testing Repeated test case Execution is required User Acceptance Tests Faster Feedback to the developers Reduce the Human Effort Test same application on multiple environments What are the Components of Selenium ? 1. Selenium IDE 2. Selenium Remote Control 3. Selenium Grid Explain about Selenium-IDE ? Selenium IDE is an integrated development environment for Selenium tests. Operates as a Firefox add-on and provides an interface for developing and running individual test cases or entire test suites. Selenium-IDE has a recording feature, which will keep account of user actions as they are performed and store them as a reusable script to play back. It also has a context menu (right-click) integrated with the Firefox browser, which allows the user to pick from a list of assertions and verifications for the selected location. Offers full editing of test cases. Although it is a Firefox only add-on, tests created in it can also be run against other browsers by using Selenium-RC & specifying the name of the test suite on the command line. What are the Features of Selenium IDE ? Record and playback Intelligent field selection will use IDs, names, or XPath as needed Auto complete for all common Selenium commands Walk through test cases and test suites. Debug and set breakpoints Save tests as HTML, Ruby scripts, or other formats Support for Selenium user-extensions.js file Option to automatically assert the title of every page Rollup common commands What is Selenium-RC (Remote Control) ? Selenium-RC provides an API (Application Programming Interface) and library for each of its supported languages: HTML, Java, C#, Perl, PHP, Python, and Ruby. Selenium-RC allows the test automation developer to use a programming language for maximum flexibility and extensibility in developing test logic. For instance, if the application under test returns a result set, and if the automated test program needs to run tests
  • 2. on each element in the result set, the programming language’s iteration support can be used to iterate through the result set, calling Selenium commands to run tests on each item. Explain about Selenium-Grid ? Selenium-Grid allows the Selenium-RC solution to scale for test suites or test suites to be run in multiple environments. With Selenium-Grid multiple instances of Selenium-RC are running on various operating system and browser configurations, each of these when launching register with a hub. When tests are sent to the hub they are then redirected to an available Selenium-RC, which will launch the browser and run the test. This allows for running tests in parallel, with the entire test suite theoretically taking only as long to run as the longest individual test. What are the Selenese Commands in Selenium ? clicking a link - click or clickAndWait commands entering values - type command selecting options from a drop-down listbox - select command clicking checkboxes or radio buttons - click command What is Test Runner ? Test Runner allows you to run the test case in a browser loaded with the Selenium-Core TestRunner. Test runner is invoked by clicking the below Shown button in the IDE. What are the Running Options in Selenium ? Run a Test Case: Click the Run button to run the currently displayed test case. Run a Test Suite: Click the Run All button to run all the test cases in the currently loaded test suite. Stop and Start: The Pause button can be used to stop the test case while it is running. The icon of this button then changes to indicate the Resume button. To continue click Resume. Stop in the Middle: Set a breakpoint in the test case to cause it to stop on a particular command. This is useful for debugging your test case. To set a breakpoint, select a command, right-click, and from the context menu select Toggle Breakpoint. Start from the Middle: We can set the IDE to begin running from a specific command in the middle of the test case. This also is used for debugging. To set a start point, select a command, right-click, and from the context menu select Set/Clear Start Point. Run Any Single Command: Double-click any single command to run it by itself. This is useful when writing a single command. It lets you immediately test a command you are constructing, when you are not sure if it is correct. You can double-click it to see if it runs correctly. This is also available from the context menu. What are the Assertion Statements in Selenium ? assertTextPresent : This will assert if the text is present in the page. assertText: This will assert if a particular element is having the particular text. assertTitle: This will assert if the page is having a proper title. assertValue: This will assert if a Text box or check box has a particular value assertElementPresent: This will assert if a particular UI Element is present in the page. Explain Selenium WaitForCommands ? waitForPageToLoad : This command will make the script to wait till the page loads.Syntax is waitForPageToLoad(timeout); Time out is the maximum time the script will wait for the page to load. waitForAlert : This command will wait for the alert message to appear waitForTable: This command will wait for the Web table to completely load in the page
  • 3. waitForTitle: This command will for the page Title to appear on the browser. Other waitForcommands : Selenium has several other wait command like waitForText,waitForPopup and so on. These commands are generically called Synchronization commands What are the Advantages and Disadvantages of Selenium ? Advantages Supports C#, Java, PHP, Perl, Phython Supported on Windows, Linux and Mac OS Highly active developer community - backed by Google Powerful methods to locate elements (Xpath, CSS, DOM) Disadvantages Challenges running on browsers other than Firefox Difficulty to automate AJAX Limitations to automate Applets, MS and Desktop Applications 1) What is Automation ? A) In general, it is the process of implementing particular work automatically by using a machine, to reduce the need of human work in the production of goods and services... 2) What is meant by Automation in software testing ?A) It is a process of testing an application(executing the tests, comparing expected and actual results under some controlled conditions and generating the reports) automatically by using a 'Tool' to reduce the need of human effort. This tool may be Selenium / QTP / RFT / SilkTest etc... 3) Why do we need automation in software testing ? A) Humans can do mistakes... If a work is to be done several times(repetitive), then, we may skip some work intentionally(purposely) or unintentionally(by mistake) due to time pressure, boring task, etc.. Inorder to overcome these problems 'automation testing' has been introduced to reduce manual task, to save cost and time, to improve accuracy, to perform repetitive execution of tests, to customize defect reporting,etc., and hence automation is needed, as it replaces human with great features... 4) When to do automation testing ? A) It is not always advantageous to automate test cases.. We can do automation, When the application is stable. For long term projects. When you have lot of regression work. When the scenario is easily debuggable. 5) Which type of testing can be Automated ? A) We can automate Regression testing, Functional testing, Stress testing, Performance testing, Load testing, Smoke testing, Compatibility testing, Data-Driven testing etc.. 6) What are the advantages and disadvantages of Automation Testing ? A) Advantages : Reduces human resources. Using an automation tool, test scripts can be executed faster when compared to manual execution and hence saves time. Repeatable execution of tests may lead to make mistakes when it is done manually, but, when we automate the same task, accuracy will be improved. Test cases can be reused in various versions of software which saves time and cost.
  • 4. Disadvantages: Unemployment rate increases as machine replaces human.. It is not so easy to write automation test scripts, it requires skilled and experienced resources. We cannot automate everything as it is advantageous only for repeatable and reusable test cases. Initial cost for automation is very high unless it is open source. Debugging skills should be high otherwise its effect will be dangerous (mainly it kills time, so, we cannot reach dead-line). 7) Name some test automation tools ... Selenium (Open Source) HP QuickTest Professional (Commercial) IBM Rational Functional Tester (Commercial) HP WinRunner (Commercial) SilkTest (Commercial) HTTP Test Tool (Open Source) WATIR (Open Source) Maveryx (Open Source) eggPlant (Commercial) Selenium IDE 1) What is Selenium IDE ? A) Selenium IDE (Integrated Development Environment) is an ideal tool used to develop selenium test scripts... It is the only flavor of selenium which allows us to record user actions on browser window... Here, the scripts are recorded in 'Selenese'(a set of selenium commands like Click, assertTextPresent, storeText, etc,.).. It is not only a time-saver but also an excellent way of learning Selenium scripts syntax... It is a Firefox add-0n... 2) How to install Selenium IDE ? A) click here for detailed steps I use seleniumhq.org site to download any software regarding selenium.. Here, if we click on the version number of selenium ide it starts downloading the add-ons, just we have to click on 'install now' button and restart the firefox browser.. With-in 5 minutes we can install selenium ide... 3) How do you open/start selenium-ide after installation ? A) First launch/open firefox browser and then click on 'Tools' tab in the menu bar.. You can see an option called 'selenium ide' , click on it, a small window will be opened where you can start recording scripts... 4) Features of selenium IDE.. A) click here for detailed features of selenium ide Its main feature is record and playback.. Debugging features by setting breakpoints, startpoints, pause.. Identifies element using id, name, xpath etc.. Auto complete for all common selenium commands.. It has an option of asserting title of every page automatically.. Support for selenium user-extensions.js file.. Option to run single test or multiple tests(suite). It has a feature of exporting testcase/suite into different formats like C#, Java, Ruby, Python.. 5) Advantages and disadvantages of selenium IDE.. A) Advantages : Freeware.. Easy to install.. It is the only flavor of selenium that allows us to record user actions on browser window.. Scripts recorded in IDE can be coverted into other languages like Java, C#, Python and Ruby..
  • 5. It is not only a time saver but also an excellent way of learning scripts syntax.. We can insert comments in the middle of the script for better understanding and debugging.. Context menu, which allows us to pick from a list of assertions and verifications for the selected location.. Disadvantages: Main disadvantage of IDE is that it runs only in firefox browser.. Selenium IDE can execute scripts created in selenese only. Cannot upload files.. It does not directly support loops and conditions.. Reading from external files like .txt, .xls is not possible.. 6) What are the selenium locators and what is the tool you use to identify element ? A) Selenium locators are the way of finding HTML element on the page to perform Selenium actions... We use firebug(for firefox) to identify elements as it is more popular and powerful web development tool.. It inspects HTML and modify style and layout in real-time.. We can edit, debug and monitor CSS, HTML and Javascript live in any web page.. ((click here to download firebug)) -->For Internet Explorer we can choose debugbar.. It views HTML DOM tree, we can view and edit tab attributes.. ((click here to download debugbar)) 7) How do you locate elements in IDE ? A) I will focus on the unique attribute values like id, name or other structural information that is stable enough to withstand frequent changes to the web application.. I strongly recommend CSS selectors as locating strategy.. They are considerably faster than xpath and can find the most complicated objects in any HTML document.. 8) What is selenese ? A) Selenium set of commands that run our test is called Selenese.. A sequence of these commands is a test script.. There are three types of selenese.. Actions : They perform some operations like clicking a link or typing text in text box or selecting an option from drop-down box etc.. Assertions : They verify that the state of application conforms to what is expected.. Ex: 'verify that this checkbox is checked', 'make sure that the page title is X'.. Accessors : Checks the state of application and store the results in a variable.. Ex: storeText, storeTitle, etc.. 9) How do you add check points or verification points ? A) They are called as Assertions in selenium.. 'assert', 'verify' and 'waitFor' are the commands used to add check points.. Ex: assertText, verifyElementPresent, waitForTextPresent, etc.. 10) Name some commands that you use frequently in IDE ? A) Open, click, type, select, assertText, assertTitle, assertTextPresent, verifyText, verifyTextPresent, veriftTitle, waitForText, waitForTextPresent, waitForTitle, store, storeText, storeTitle, check, uncheck, pause, mouseover, etc.. 11) What is the difference between assert and verify ? A) When an 'assert' fails, the test is aborted where as when 'verify' fails, the test will continue execution logging the failure.. 'assert' is used when the expected value is mandatory to continue with next set of steps.. However 'verify' is used when the expected value is optional to continue with the next set of steps.. 12) Difference between waitFor and pause commands ? A) 'waitFor' command waits for some condition to become true..
  • 6. For example, 'waitForPageToLoad(20000)'-- it will wait upto 20 thousand milliseconds to load required page.. If the page is loaded before 20,000ms then it jumps to next step to execute.. If the page is not loaded before 20,000ms then it stops the execution due to time-out error.. -->pause command stops the execution of the test until the specified time.. Ex: pause(10000)-- It stops the execution of test for 1o thousand milliseconds.. After completing 10,000ms it jumps to next command to execute.. I prefer 'waitFor' command than 'pause'.. 13) How do you export tests from Selenium IDE to RC ? A) First i will open the test in IDE, which should be exported to RC.. There after i'l select 'File' from the menu bar..when we mouseover on 'Export Test Case As' in the file menu, we could see different languages like C#, Java, Python and Ruby.. Select the language you want to export your test and provide the name to save it.. 1) Which is the command used for displaying the values of a variable into the output console or log? The command used for displaying the values of a variable into the output console or log–echo If you want to display a constant string. The below mentioned command can be used echo <constant string> ex: echo “The sample message” If you want to display the value of a variable it can be written like below echo ${<variable name>> ex: echo ${var1} 2) What are the capabilities of Selenium WebDriver or Google WebDriver or Selenium 2.0? Capabilities of Selenium WebDriver or Google WebDriver or Selenium 2.0 are: One should use WebDriver when requiring improved support for 1. Mult-browser testing including improved functionality for browsers not well-supported by Selenium-1.0. 2. Handling multiple frames, multiple browser windows, pop-ups, and alerts. 3. Page navigation. 4. Drag-and-drop. 5. AJAX-based UI elements. 3) Which are the browsers supported by Selenium RC? Browsers supported by Selenium RC are: 1. *firefox2. *mock3. *firefoxproxy4. *pifirefox5. *chrome6. *iexploreproxy7. *iexplore8. *firefox3 9. *safariproxy10. *googlechrome11. *konqueror12. *firefox213. *safari14. *piiexplore15. *firefoxchrome 16. *opera17. *iehta18. *custom 4) What are the Operating Systems supported by Selenium? Operating Systems supported by Selenium are: Selenium IDE Works in Firefox 2+ Start browser, run tests Run tests Operating Systems Supported: 1. Windows,2. OS X3. Linux4. Solaris 5. Others whichever supports Firefox 2+ Selenium Remote Control Used for starting browser and run tests
  • 7. Operating Systems Supported: 1. Windows,2. OS X3. Linux4. Solaris5. Others Selenium Core Used for running tests Operating Systems Supported: 1. Windows,2. OS X3. Linux4. Solaris5. Others 5) What is the difference between an assert and a verify with Selenium commands? Assert: Will fail and abort the current test execution. Verify: Will fail and continue to run the test execution. 6) If a Selenium function requires a script argument, what would that argument look like in general terms? StoreEval(script, variable) and storeExpression(expression, variableName). 7) If a Selenium function requires a pattern argument, what five prefixes might that argument have? Five prefixes that Selenium pattern argument are: glob, regexp, exact, regexpi. 8) Why Selenium RC is used? We use Selenium RC for: Selenium-IDE does not directly support: 1. Condition statements. 2. Iteration. 3. Logging and reporting of test results. 4. Error handling, particularly unexpected errors. 5. Database testing. 6. Test case grouping. 7. Re-execution of failed tests. 8. Test case dependency. 9. Capture screen shots on test failures. The reason behind why Selenium-IDE does not support the above mentioned requirements is IDE supports only HTML language. Using HTML language we cannot achieve the above mentioned requirements. Because HTML does not support conditional, looping and external source connectives. To overcome the above mentioned problems Selenium RC is used. 9) How many testing frameworks can QA Tester use in Selenium RC? Testing frameworks aren’t required, but they can be helpful if QA Tester wants to automate test cases. Selenium RC supports Bromine, JUnit, NUnit, RSpec (Ruby), Test::Unit (Ruby), TestNG (Java), unittest (Python).
  • 8. 1) What is selenium webdriver? Selenium webdriver is a collection of language specific bindings. The language could be PHP,C#,Ruby on rails, java to name a few. These bindings help to drive a browser. This could be as simple as opening a webpage to automating the testing of a web page element 2) Is selenium web driver a new concept in selenium web testing? No. Selenium Remote control popularly called selenium RC is the predecessor of selenium web driver 3) How to add selenium web driver to ruby environment? This simple command will help in selenium web driver development in ruby environment gem install selenium-webdriver 4) What is pip? To install packages related to python pip utility can be made use of 5) How do you install a package with pip in python environment? pip install [packagename] 6) How do you install selenium web driver using pip? pip the utility used to install packages in a python environment will help us install selenium webdriver using simple syntax pip install selenium 7) Which company makes use of python? Google the worlds best search engine makes use of python framework. It is to be notes that selenium automation framework is brainchild of google employee 8)How to uninstall selenium package using pip? pip eases the package uninstall process pip uninstall selenium 9) How do I confirm if selenium is installed successfully in a pyhton environment? pip utility from pyhtin has the capability to show list of libraries properly installed pip freeze > out.txt — will output details of libraries installes to out.txt. Search for selenium in this library list and confirm 10) How do I make use of selenium with C#? It is absolutely easy to make use of zip file from selenium project code base