On Oct 6, 12:46 pm, gm123 <[email protected]> wrote:
> I am trying to check if all our pages have a spotlight tag that has
> been implemented and is firing properly. if theres a way I can run
> firebug (or some other program) to tell me every single page where a
> particular tag has been tagged correctly?
I don't think you can automate Firebug in that way. If you can, I
hope someone will correct me -- because I would also like to be able
to automatically run Firebug against many Web pages and generate a
report.
I think that you want an automated Web GUI testing framework like
Selenium. This is what I use when I need to check that the DOM has
loaded as intended, across many pages.
Selenium is not the only such tool (IBM Rational Functional Tester
comes to mind) but it is free and, most importantly, the core
technology is implemented in pure JavaScript.
http://seleniumhq.org/docs/01_introducing_selenium.html#test-automation-for-web-applications
Currently I do not know of a way to use Firebug from within
Selenium. However, Selenium can examine the DOM in much the same way
Firebug can, and it can do it in an automated fashion.
Particularly take a look at the Selenium RC (remote control) server.
There are also some other free automation tools (Watir) available from
the same folks that make Selenium: http://openqa.org/
I tend to design tests in Firebug, and then "port" them over to
Selenium when I want to automate.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---