Your manager has taken you onboard as a test lead for
testing a web-based application. He wants to know what
risks you would include in the Test plan. Explain each risk
factor that would be a part of your test plan
Answer / ramyab.mca@gmail.com
Hai....
Web-Based Application primary risk factors:-
A) Security: anything related to the security of the
application.
B) Performance:- The amount of computing resources and code
required by the system to perform its stated functions.
C) Correctness:-Data entered, processed, and outputted in
the system is accurate and complete
D) Access Control:-Assurance that the application system
resources will be protected
E) Continuity of processing:-The ability to sustain
processing in the event problem occurs
F) Audit Trail:-The capability to substantiate the
processing that has occurred.
G) Authorization:-Assurance that the data is processed in
accordance with the intents of the management.
General risk or secondary risk’s:-
A) Complex – anything disproportionately large, intricate
or convoluted.
B) New – anything that has no history in the product.
C) Changed – anything that has been tampered with
or “improved”.
D) Upstream Dependency – anything whose failure will cause
cascading failure in the rest of the system.
E) Downstream Dependency – anything that is especially
sensitive to failures in the rest of the system.
F) Critical – anything whose failure could cause
substantial damage.
G) Precise – anything that must meet its requirements
exactly.
H) Popular – anything that will be used a lot.
I) Strategic – anything that has special importance to your
business, such as a feature that sets you apart from the
competition.
J) Third-party – anything used in the product, but
developed outside the project.
K) Distributed – anything spread out in time or space, yet
whose elements must work together.
l) Buggy – anything known to have a lot of problems.
M) Recent Failure – anything with a recent history of
failure.
K,Byeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 3 Yes | 0 No |
How will you know if you wrote sufficient test cases for a particular business requirement.
Test case preparation time Vs Test case execution Time. Say for example if 500 Man hour takes to prepare test case then how long test case exexution will take?
how to clarify functional requirements and non functional requirements in a srs?
U have a Scenario and there is box to enter values from 0 to 1000. Now what is the Test data u will test? What are the positive and negative test cases? How will U use Equivalence class Partition ?
what is test condition?how do u rank a test condition?
how can we test an application to know the expiration period (i.e,below or equal to expiry-date it shud work and above it shud fail). [assume this s/w app'n validity period is 2months]
what is Softwar Audit?
what is the Difference between Integration testing and system testing?
What is Boundary Value Analysis(BVA) and Equivalence Class Partition(ECP)?
What is data matrix? What is the use of it?
what are the advantages of manual and automation testing ? and which one would u term as efficent testing and effective testing ?pls do reply thankx in advance
What are the steps, procedures, objectives to write test cases.