DevTools/Features/Debugger/TestPlan: Difference between revisions
Jump to navigation
Jump to search
Ioana.budnar (talk | contribs) |
Ioana.budnar (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 48: | Line 48: | ||
*Open issues reported in Bugzilla: [https://bugzilla.mozilla.org/buglist.cgi?list_id=3410409;resolution=---;query_format=advanced;bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;component=Developer%20Tools%3A%20Debugger;product=Firefox Link]. | *Open issues reported in Bugzilla: [https://bugzilla.mozilla.org/buglist.cgi?list_id=3410409;resolution=---;query_format=advanced;bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;component=Developer%20Tools%3A%20Debugger;product=Firefox Link]. | ||
*Issues reported in Bugzilla that won't get fixed: [https://bugzilla.mozilla.org/buglist.cgi?list_id=3410437;resolution=INVALID;resolution=WONTFIX;query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;component=Developer%20Tools%3A%20Debugger;product=Firefox Link]. | *Issues reported in Bugzilla that won't get fixed: [https://bugzilla.mozilla.org/buglist.cgi?list_id=3410437;resolution=INVALID;resolution=WONTFIX;query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;component=Developer%20Tools%3A%20Debugger;product=Firefox Link]. | ||
*Resolved issues: [https://bugzilla.mozilla.org/buglist.cgi?list_id=3624162;resolution=FIXED;resolution=INVALID;resolution=DUPLICATE;resolution=WORKSFORME;resolution=INCOMPLETE;query_format=advanced;bug_status=RESOLVED;component=Developer%20Tools%3A%20Debugger;product=Firefox Link] | *Resolved issues: [https://bugzilla.mozilla.org/buglist.cgi?list_id=3624162;resolution=FIXED;resolution=INVALID;resolution=DUPLICATE;resolution=WORKSFORME;resolution=INCOMPLETE;query_format=advanced;bug_status=RESOLVED;component=Developer%20Tools%3A%20Debugger;product=Firefox Link]. | ||
== Not Tested == | == Not Tested == |
Latest revision as of 15:59, 14 August 2012
Debugger
Feature | Status | Release Target | Dev Lead | QA Lead | QA Status |
Debugger | Landed | Firefox 15 | Panos Astithas | Ioana Budnar | Signed off |
Summary
- The new JavaScript debugger allows a user to debug executing scripts in a webpage. The user can set/clear breakpoints within source code and cause the execution to pause. They may also observe and modify property values.
References
- Wiki page
- Tracking bug
- Blog post
- Designs
Use Cases
- Stack traces
- Property viewer
- Source viewer
- Execution
- Frame Tree Support
- Environment/Property Viewer
- Source Selector
- Breakpoints
Test Cases
- The test cases for this feature can be viewed here.
Known Issues
- Open issues reported in Bugzilla: Link.
- Issues reported in Bugzilla that won't get fixed: Link.
- Resolved issues: Link.
Not Tested
- Other developer tools.
Sign off
- Criteria
- All the test cases were executed.
- All the major bugs have been fixed.
- Sign offs
- Firefox 15.0
- Aurora - 2012-06-08 (exploratory testing)
- Pre-beta - 2012-07-13