How do we estimate the number of test cases?
Answers were Sorted based on User's Feedback
Answer / priyanka agrawal
For every Scenario we need to consider following types of
test cases.
1. Functional Test Cases.(As per Requirement)
2. GUI & Usability test cases (As per Requirement)
3. Entry and Exit criteria Tests.
4. Negative test cases
5. Performance Test Cases
6. Compatibility Test Cases (Different versions of
OS/Browser Versions)...
Depends on time-line and scope we need to choose the types
of tests as Test is never ending process.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / mfsi_chinmayb`
Hi
Test case :
It is defined as a set of input data,execution
precondition,Post condition and expected result developed
for a particular objective or test conditions.
As the definition implies the estimation of number of test
cases can be done upon factors like:
>It depends upon the number of function points or test
condition.
>depends upon the objective of the testing.
>depends upon the approach or strategy.
NOTE:
The above are the factors that help in estimating the number
of test cases.But the actual number of test case may vary as
the testing process ahead depending upon the risk or
requirement.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the configuration tool is using in your organization.
What are the different types of joins
as a manual tett eng, waht should i learn in database or sql? could u plz list out the topics in sql or database? brahma412@yahoo.co.in
Hi, what do you mean by internal auditing? what are the things they do in internal auditing?what they review? THNX in Advance
hi,i have just done a 3 days training in software testing,i read and to a certain limit understand the fundermentals but when it comes to real life scenerio i mean working on a job i dont think am confident in the practical aspect. if u feel me pls hola
Explain what makes a good test engineer?
Whatz the main use of preparing Tracebility matrix and explain the real time usage
Generally Where do we concentrate more on the web based applications testing....fox ex: security testing, performance testing etc....
What was the difference between Test case and Bug Report is there any template for this
Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage
What is bug, deffect, issue, error?
Swap 2 variables without using a temp variable