Selenium is an open source framework for testing web applications.

learn more… | top users | synonyms

0
votes
0answers
71 views

selenium runs the same method more then once [closed]

i have started with selenium few weeks back. i have designed my test this way using @BeforeClass i am creating a object and calling a method of class which is opening the browser and performing a ...
0
votes
1answer
510 views

How to access sitemap tree child node navigation link using selenium webdriver [closed]

The website I am trying to automate can be navigated by using sitemap tree.Now in order to access the child nodes from selenium I wrote the following code: IWebElement menu = ...
0
votes
0answers
152 views

Automated Test Case should Pass in 2 scenarios. How do I create such test case in 'Robot Framework-Selenium Library'

I am using Robot Framework-Selenium Library to automate testing of a website. I am trying to check if proper message is displayed when incorrect credentials are provided during login. The site ...
0
votes
0answers
182 views

What is your setup? [closed]

I'm just starting new (web) project and I want to do things right. We are going to use refinerycms with a couple of our extensions for sites and extjs in backend Now I'm thinking about this toolset ...
0
votes
1answer
300 views

Advance commands of Selenium are not working in IE browser

I am using the SeleniumBackedWebdriver API in my current project, which supports both Selenium RC and WebDriver APIs. The Advanced User Interactions API like mouseUp(), mouseDown(), runScript() are ...
-1
votes
1answer
845 views

Open SSL / Https url using selenium-rc

Please suggest me, how to open the SSL urls using selenium-rc? I face trouble while opening any https website through selenium RC in IE and FF browser both, as they prompt for accept the SSL ...
-1
votes
2answers
157 views

Data driven testing on Selenium ide

Kindly let me know is there any option to call data from an Excel on selenium ide? and how its works. I have to call data from an excel (where data are stored) .Please let me know solution to this ...
-1
votes
1answer
32 views

Search functionality failed in Selenium ide

I am failed to filter records using selenium ide. Ide captures search field and value displays on the field. But records are not filtered as per the search criteria. Please provide which commands ...
-3
votes
2answers
357 views

Outlook Mail testing

I want to know how to use outlook to test mails (the mail has a link that needs to be clicked to approve or deny the request). How do I write this in Selenium Webdriver in c#. I am quite new to ...
-3
votes
1answer
359 views

What are the advantages of web driver over selenium RC?

Please provide answers in detail, So that we could clarify that which one is to choose, Web driver or Selenium RC.
-3
votes
1answer
1k views

Testing PDF files with Selenium [closed]

I’ve had this happen to me several times now; I’m testing a website, let’s say an airline website, I purchased my ticket and the last step of the flow is to download the ticket in a PDF format to ...
-3
votes
1answer
63 views

Considering automation parameters, which is better: relative Xpath or absolute xpath? [closed]

I want to perform automation (selenium) using Xpath. Which one gives better results?
-3
votes
1answer
111 views

Are there tools that can help validate data imported to Excel from a grid view image?

I want to convert a scanned grid view image into excel spreadsheet, and then test its content using some automation tool. Conversion can be done through Optical Character Recognition system but how ...
-5
votes
2answers
418 views

How to schedule a Selenium application to run periodically?

I am working on a Selenium application. As per our requirement it must run every 5 minutes. How can I achieve this?
-7
votes
1answer
51 views

Pre-requisites & Procedure to install selenium tool on Windows 7 Operating system?

I would like to Install Selenium open source tool in my pc ( windows 7 OS) hence would like to know the procedure as well as pre-requisities . Thank you regards venkat

1 2 3 4 5