Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
KSelenium
Posts : 1
Join date : 2012-09-13

Help with Selenium Automation issues Empty Help with Selenium Automation issues

Thu Sep 13, 2012 8:34 am
Hi all. I manage a small QA team which (for better or worse) has outsourced our automation efforts. The automation is in Selenium but still seems to require significant manual intervention to keep the scripts running. My greatest frustration is that the offshore team seems incapable of creating scripts which can be scheduled to run automatically without human intervention. When pressed, here is the response I receive:

The major problem with automation of web pages by using Selenium is stability of running of the scripts. Selenium very often cannot find DOM element on the page, there is known problems with its parser or with its engine, nobody knows.
The most stable test run is on FF, on IE and Chrome are less stable. This requires to look during testing and if script execution hung, then re-run test case to continue from failed point.
This is problem of Selenium itsel and well known in Internet. There is too less options, all good and stable tools are very expensive like SilkTest, QTP and other, and sometimes are also not stable. However among all free qutomation testing tools, Selenium is the most supported by community and widelly used.

Sounds like b/s to me. Would be interested in hearing opinions/solutions.

tx.
avatar
rosco
Active particpant
Active particpant
Posts : 20
Join date : 2012-04-05

Help with Selenium Automation issues Empty Re: Help with Selenium Automation issues

Thu Sep 13, 2012 7:22 pm
Hi,
There is a difference with Selenenium IDE and Selenenium web driver.
With Selelenium IDE, there are some limits and it's true sometimes le test case has to be finished with manual intervention. But Selenium IDE it is stable. If not, it is because writers of script are bad and incompetent.
With Selenium Web driver, most of all actions can be automated but it is necessary to have more knowledge of programming.

Where is your outsourcing ?
avatar
sharath
Regular Participant
Regular Participant
Posts : 29
Join date : 2012-08-04

Help with Selenium Automation issues Empty Re: Help with Selenium Automation issues

Thu Sep 13, 2012 7:37 pm
HI Friend,

Since you have posted the question in IDE, let me give my suggestion on IDE.Selenium IDE is by far the best open source functional testing tool.It is a stable one.
Test cases written on it do not change.
Parsing by xpath can be done and there is no problem in that.
Script does not gets hung , its a rare scenario.Unless you know how the website behaves, it is difficult to write test cases in selenium.
Manual intervention is not required for scripts to run, the tester has to think logically when he writes test cases.

you can ask your team to be part of this forum, it will help them alot.They can post their difficulties and sort them out.

Hope this answers your question,
Sharath
Sponsored content

Help with Selenium Automation issues Empty Re: Help with Selenium Automation issues

Back to top
Permissions in this forum:
You cannot reply to topics in this forum