Mid-Term Study Document
Mid-Term Study Document
What is missing?
What is Quality?
Customer satisfaction? Subjective term. It will depend on who the ‘customer’ is. Each type of customer
will have their own view on ‘quality’
Describe a bug?
Mismatch between actual behavior of a software application and its intended (expected) behavior. We
learn about expected behavior from requirements, specifications, other technical documentation.
What is use case?
Use cases are used by Business Analysts as a format for specifying system requirements. Each use case
represents completed business operation performed by user. From the QA prospective we would need
to execute End-To-End test to make sure the requirement is implemented.
Find more here: http://searchsoftwarequality.techtarget.com/sDefinition/0,,sid92_gci334062,00.html
Beside test case & test plan, what documents are required to write?
Check Lists
Test matrices
Test design specs
End-to-end tests
Test summary reports
Bug reports
Describe risk analysis
Risk analysis means the actions taken to avoid things going wrong on a software development
project, things that might negatively impact the scope, quality, timeliness, or cost of a project.
This is, of course, a shared responsibility among everyone involved in a project. However, there
needs to be a 'buck stops here' person who can consider the relevant tradeoffs when decisions are
required, and who can ensure that everyone is handling their risk management responsibilities.
How will you write test cases for testing fields LOGIN & PASSWORD,
positive and negative testing?
Bug Reporting
What are Bug Report components?
Report number: Unique number given to the report
Application / Module being tested
Version & release number
Problem Summary / Short Description / Synopsis
Steps to reproduce (Detailed Description)
Severity (Critical, Serious, Minor, Suggestion)
Priority (High, Medium, Low)
Environment (Software and/or hardware configuration)
Reported by
Assigned to
Status (Open, Pending, Fixed, Closed, cannot reproduce, etc.)
Resolution / Notes
Keywords
What fields do you fill out in a Bug Report?
Describe to me the basic elements you put in a defect/bug report?
· Problem Summary / Short Description / Synopsis
· Steps to reproduce (Detailed Description)
· Severity (Critical, Serious, Minor, Suggestion)
· Status (Open, Pending, Fixed, Closed, cannot reproduce, etc.)
If you find a bug and the developer says it is as-designed, what can you
do?
- find an exact requirement, which defines the way it should be designed
- if there is no specific requirement compare to same feature implemented in quality
applications (ask your manager which applications to compare to)
What is Build?
In a programming context, a build is a version of a program. As a rule, a build is a pre-release
version and as such is identified by a build number, rather than by a release number.
Reiterative (repeated) builds are an important part of the development process. Throughout
development, application components are collected and repeatedly compiled for testing
purposes.
1. Do not assume developer knows less than you do about the application
2. Do not cite the rules - they know the rules, just talk about the problem itself
4. Each "problem" has a story (each decision is a compromise) research before reporting
5. Do not assume all the companies have same approach to writing bug reports
How can you make a list that lists the items with numbers?
a) <dl>
b) <list>
c) <ul>
d) <ol>
How can you make a list that lists the items with bullets?
a) <list>
b) <ul>
c) <ol>
d) <dl>
Define URL?
Uniform Resource Locator; An address that specifies the location of a file on the
Internet.
JavaScript QUESTIONS
The JavaScript Questions were finished yesterday (6/9/13) - for anyone who hasn’t found them
already (in the “Midterm Test” discussion), the links are listed below
I tried to merge them into this document, but the formatting was not compatible.
It will work much better if you merge them yourself after downloading this master list and
whichever document you prefer below.
DOC: http://ww.wahlshire.com/pdf/JavaScriptQuestions.doc
PDF: http://ww.wahlshire.com/pdf/JavaScriptQuestions.pdf