... what I was looking for in mind: Two potential problems with that: naturally, we can't know that; and the idea that you've got may be only one approach to...
Can someone confirm: * Selenium is Firefox only * WatiN is IE only And does anyone know of a wrapper for the 2 to share tests or some similar solution? Thanks....
*Is there an IE version of Selenium IDE?* No, at this time Selenium IDE works for Firefox only. You can write your test scripts via IDE and then use the...
As far as I know, Selenium (Core, RC, Rails) can test IE, Firefox, Safari, etc. (Full list is available on openqa.org.) In fact, cross- browser functionality...
Right, and while I can't speak for WatiN, Watir and FireWatir have a (mostly) shared API. There are some functions in Watir 1.5 that aren't in FireWatir, but...
We ran into this same problem a year ago and created our own UI automation tool called SWAT. It allows you to run the same test against both IE and Firefox....
Yep, I use Selenium RC to test on both IE and Firefox. Cross-browser testing is one of Selenium's main features. Selenium IDE is firefox only since it is a FF...
As has been suggested earlier, Selenium IDE is firefox only, but Selenium RC can be used for IE as well. You can find some more information about Selenium IDE ...
I'm looking for test case design techniques, either in book or article form. I am appreciative to suggestions that anyone would be able to provide. Some...
Ahmed Omar
ahmed.omar@...
Nov 2, 2007 4:29 pm
12622
The test case technique that interests me most these days is the use of mind maps (http://en.wikipedia.org/wiki/Mind_map). In going to conferences / workshops...
For what it's worth, we don't write use cases here, but we do tend to organize our acceptance tests in that fashion. So a given story typically implies some...
... particular topic (a trigger heuristic in RST nomenclature I believe): SLIME (Security, Languages, requIrements, Measurement, Existing). We use "trigger...
I haven't have must success with mnemonics, but I do recommend the Lee Copeland book - it is just very simple, easy to read, and the technique to page number...
Dears , I really want to appreciate you cooperation & fast responding me ,thanks for your best effort. But , I think you want details for my request . As I...
Ahmed Omar
ahmed.omar@...
Nov 4, 2007 8:12 pm
12630
Hi everyone, Since we always advertise for various XP Days here, we'd like to give something back that could be of interest to the members that did not attend....
... I'll reframe that as "Given a bunch of examples of what the customers can do with the software, make up test cases." Those are just concrete examples of...
Thanks for your replies on this post. One more question: What would be some opinions (pros & cons) for using a browser oriented tester (e.g. Watir, Selenium)...
I believe that the best way is to test both. Use fitnesse to run your underlying logic. And browser testing for the GUI. One of the biggest reasons being...
And if that's the case, would you only test page links, client validation, etc... from the browser tests, since the rest is covered? .rob. ... your ... biggest...
This is a nice set of links. I've copied it to my blog so that it's all in one place: <http://www.exampler.com/blog/2007/11/06/test-design-links-biased- ...
We test not only those (page links, client ... working approriately? Is whats really being passed into the page what is ending up in the database? Things of...
I'm developing the first "Automated" tests that this organization has had. I'm trying to pick a test tool, and would like to hear some of your thoughts. I'd...
Since you mentioned Watir, check out WaTiN (web application testing in .NET) http://watin.sourceforge.net It's easy to get started, has good documentation and...
Hi Derg, I think u can use Para soft tools which may help u in ur tools shortage. You can check it on www.parasoft.com I'm willing to help u if u decide to try...
Ahmed Omar
ahmed.omar@...
Nov 7, 2007 4:18 pm
12640
That might be just what I need. I had started downloading Watir (I have developed in Ruby)... But the rest of the team might be more comfortable with a .Net...
Selenium does have a recorder. Check out the Selenium IDE. Once you record your actions you can convert the recoding to several different languages (java,...