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: - List the functions used/performed by the module.- Check / tick mark the functionality covered in the test cases.- Write positive test cases and negative test cases for the functionality, BVA, Equivalance partitioning has been covered.- Ensure with the ...
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: Execution of test cases for a Project is based on the Requirement Specification.Project Plan is also used for Execution of test cases for a Project. ...
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 ...
1. Have you prepared of test cases using a prototype within the context of a formal development. Describes an approach to building a prototype using an example2. Discusses how a prototype contributes to
Latest Answer: Prototype is one of the SDLC model. Actually prototype means it a model software developed with basic requirements to know how it works, with this basic only the developers will make the project to a extent of some more higher things while in the prototype ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top