|
|
|||||||
Testing Frequently Asked Questions - Page 2 |
|||||||
|
|
|||||||
|
What are 5 common
problems in the software development process? unrealistic schedule - if too much work is crammed in too little time, problems are inevitable. inadequate testing - no one will know whether or not the program is any good until the customer complains or systems crash. featuritis - requests to pile on new features after development is underway; extremely common. miscommunication - if developers don't know what's needed or customer's have erroneous expectations, problems are guaranteed. |
|||||||
|
what is difference
between test plan and usecase? Use Case : It is nothing
but user action and system response. It contains the flows typical flow,
alternate flow and exceptional flow. Apart from these it also has a pre
condition and post condition.A usecase describes how a end user uses specific
functionality in the application In relation to software, the definition is Smoke testing is non-exhaustive software testing, ascertaining that the most crucial functions of a program work, but not bothering with finer details. Sanity testing is a
brief test of major functional features of a software application to determine
if its basically operational(or Sane) |
|||||||
|
Differentiate between
Static and Dynamic testing? What is the difference
between Requirements & Specifications? What is the difference
between statement coverage, path coverage and branch coverage? Branch coverage measures the number of executed branches. A branch is an outcome of a decision, so an if statement, for example, has two branches (True and False). Path coverage usually means coverage with respect to the set of entry/exit paths |
|||||||
| <<Back to FAQ Index Page>> | |||||||
|
|
|||||||