what's the best webdriver [closed] - selenium

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm developing automated tests for a web application (base on MVC)
I'd like to know what is the best webdriver between Selenium and Coypu ? any others?

http://watin.org/ is available.
I think there's a Load/Web test kit in Visual Studio too.
Coypu - https://github.com/ITV/Coypu - is excellent and more tolerant around XmlHttpResponses.
Coypu is a wrapper around Selenium.
It fixes the fragile nature of Selenium (e.g. WebDriverException). Coypu wraps, listens and waits for responses.
I've found Coypu to be a great head start and muchbetter than raw Selenium.

Related

Why Java for Selenium? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Why is Selenium written in Java famous over other languages it support? I know that,
We have good support for Selenium with Java
Majority of Users use Java in today's market
Java is a platform independent language.
I would like to know a clear comparison of differences in using Selenium with Java VS Selenium with scripting languages like Python or Ruby
Any reference to articles, presentation, discussions, forums, anything else is appreciated.

Selenium testing for beginners [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am a manual tester planning to learn Selenium. I have very limited knowledge about Java. What is the best way to start learning and also some one has told me it is better not to learn selenium if you don't have Java experience. Is that true?
Check out the Selenium IDE Firefox plugin: http://docs.seleniumhq.org/projects/ide/
The IDE records the user's browser actions and displays them in pseudo-code. It will also export working code to Java with minimal user input. This should be a good place to start as long as the browser testing you're doing is not complex (neg testing, edge cases, etc.).
Once you're familiar enough with the Selenium operations you can bypass the IDE and create automated test scripts directly in Java.

Selenium webdriver vs Sahi [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I referred some blogs and earlier post on stack-overflow for this question.. But those comparisons were related with earlier version of selenium(1.0).. As current version of selenium(webdriver) is quite rich and also supports cross-browser and other functionality(even Watir-WebDriver uses selenium).. Can any one provide some basic comparative analysis of sahi with current version of selenium webdriver.. Any suggestions would be appreciated.. Thanks..

Free web-based Test Case Management Software [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Does someone know a free web-based test case management software? I looked around in the internet and on some comparisons, but either they are expensive as hell or looking bad as hell ... (basic HTML tables).
Thanks for your hints!
I also tried for same but as u said no tool can fulfill requirements so i am using Test Point Metrics approach. It is best approach in any environment. By this approach not only we can do unit and integration testing but also validate the requirements. Time for writing Test Point Metrics is just after the Requirement understanding
A template of Test Point Metrics available here:
http://www.docstoc.com/docs/80205542/Test-Plan
And a comprehensive review on such tools available here:
http://www.opensourcetesting.org/testmgt.php

is there any better tool and easy tool than selenium? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
is there any better tool and easy tool than selenium?
Selenium is used by the likes of Google, Ebay, Microsoft, Apple so its a good tool and is easy enough to use.
I have a number of tutorials on my site that should get you going.
WebTest:
WebTest Key Characteristics
Selenium Webtest
WebDriver: Introducing Webdriver
Sahi, http://sahi.co.in would be the simpler better alternative. Automatic Waits, No XPaths, excellent handling of AJAX and dynamic ids, simple robust APIs would be some of the areas where Sahi is better. Disclaimer: we wrote Sahi.
In general Selenium is a pretty good tool, but it does have a learning curve (Most things do). Once you get used to it it is prety easy to use.