Closed
Bug 551461
Opened 15 years ago
Closed 13 years ago
[shared module] Create AccessibilityApi shared module
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: MarcoZ, Assigned: MarcoZ)
References
Details
(Keywords: access, Whiteboard: [lib])
This is in preparation for a series of tests that will make sure we always have proper labelling for UI controls in Firefox dialogs. The API will contain common functions for accessibility retrieval and possibly some recurring constant definitions like accessible roles (if we need them at all).
Comment 1•15 years ago
|
||
I think we have bunch of nice JS methods in mochitests which can be easily reused. What are implementation details of the new API?
Comment 2•15 years ago
|
||
(In reply to comment #1)
> What are implementation details of the new API?
Ignore me, since you're assignee :) I think you know what to do. Do you plan to reuse this API in out mochitests?
Assignee | ||
Comment 3•15 years ago
|
||
Nope, I plan to use some of the stuff we have in Mochitests to build the MozMill API. Basically Mochitests do the groundwork, and MozMill will simply make sure we don't have any accessibility bugs in the XUL markup of the Firefox UI. So this API is strictly going to be something the individual UI tests use to retrieve the accessible and some other helpers. I don't even think those MozMill tests will ever do anything with events, for example. Rather simple and mainly to catch UI errors/changes.
Comment 4•15 years ago
|
||
Sounds fantastic Marco. I'm looking forward for the usage of this shared api. When you start you should take a look at the shared api documentation first to get an idea how those api's have to be implemented.
https://developer.mozilla.org/en/Mozmill_Tests/Shared_Modules
Status: NEW → ASSIGNED
Summary: Create AccessibilityApi shared module → [shared module] Create AccessibilityApi shared module
Updated•15 years ago
|
Updated•14 years ago
|
Component: Mozmill → Mozmill Tests
QA Contact: mozmill → mozmilltests
Whiteboard: [shared module]
Comment 5•14 years ago
|
||
Move of Mozmill Test related project bugs to newly created components. You can
filter out those emails by using "Mozmill-Tests-to-MozillaQA" as criteria.
Product: Testing → Mozilla QA
Updated•13 years ago
|
Component: Mozmill Tests → Mozmill Shared Modules
Comment 6•13 years ago
|
||
Given no response from Marco I will close this bug as WONTFIX. I don't see a noticeable reason to keep the bug open if there is no interest for accessibility tests. Feel free to reopen if you change your mind. Thanks.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Updated•13 years ago
|
Component: Mozmill Shared Modules → Mozmill Tests
Updated•13 years ago
|
Whiteboard: [shared module] → [lib]
Updated•5 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•