Explain how will you write testcase for a quadratic equation.
How will you write a test case for Graph Calculation?
How will you determine if a test case is necessary or redundant?
Latest Answer: Redundant test cases are determined, if(i) If similar test cases are present in test case pool or a requirement is having more than similar test cases then it is termed as redundant.Another definition is,If any test case is not finding any defect across ...
How do you know when you have enough test cases to adequately test a software module? What criteria do you use to make sure that you have enough test cases?
Latest Answer: Traceability matrix is one such wonderful technique used to determine the same. A test case document is said to be complete if all the functional points discovered in SRS are covered.To be more precise, a functionality must have a minimum of one test ...
Suppose your colleague has written test cases for a functionality and you are reviewing those test cases, how will you conclude that the test cases were correct?
Latest Answer: I will consider the following thing while reviewing test cases:1. Test cases are written exactly by following requirements.2. There must be at least one test case for the functionalities described in the requirements.3. There should not be any dupliacte ...
Write testcase for CAPTCHA's?
Latest Answer: To check whether the captcha field is defaultly present
To check whether the captcha filed only in alphabets and in numbers
To check whether the captcha filed is changed when the captcha is entered wrongly
To check whether the captcha filed throws ...
How will you calculate the effort estimation for a project?
Latest Answer: For Testing Projects we use TCP (Test Case Point) Analysis and FTP (Function
Test Point) Analysis.
Test Case Points (TCP) – Test Case Point deals with the estimation of the
effort needed for testing projects. It is technology independent & ...
Write test cases for a programme which finds square root of a number
Latest Answer: Test Cases for Finding Square Root of a Number
1. Check whether the square root cannot be zero
2. Check whether any 2 same number is multiplied it gives the square root of the number
3. Check whether it displays as result only one number of the square ...
How do you know what test cases you need to run for a project?
Latest Answer: SRS is the parent document for writing test cases to an AUT. A minimum of one test case is must needed for a requirement so that when all the requirements are covered with respect to test cases which can be mapped with the help Traceability Matrix. ...
What is Effort Varience in QA
Latest Answer: This metric gives the variation of actual effort vs. the estimated effort. This is calculated for each project Stage wise Formula EV = [(Actual person hours – Estimated person hours) / Estimated person hours] * 100 Calculated at Stage ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top