Latest Answer : The best time to resolve defects is at EVERY stage of the software development process. For example, if requirements are authored in such a manner as to be inaccurate, unclear, or incomplete, then any effort to code software based on these requirements ...
Latest Answer : First of all, 'test bug' is not any word, defined in any softare engineering book. But the 'software bug', is an error or flaw in a computer program that may prevent it from working correctly or produce an incorrect or unintended ...
What is Traceability Matrix ? Is there any interchangeable term for Traceability Matrix ?Are Traceability Matrix and Test Matrix same or Different ?
Latest Answer : HiA test procedure is a formal specification of test cases to be applied to one or more target program modules. Test procedures are executable. A process called the VERIFIER applies a test procedure to its target modules and produces an exception report ...
plz give me the answer
Latest Answer : Bug Life Cycle:New : Logged the bug by TEOpen: After review it by team lead then changed it's status to open Fixed : Once dev agree with that he can change the status to fixed once fixed that issueClosed: If issue was fixed properly then TE will retest ...
Latest Answer : Test Cases prepared to test the application would be
Build Acceptance Test Cases,
GUI Test Cases,
Functional Test Cases,
Integration Test Cases,
Compatibility Test Cases,
System Test Cases,
Positive & Negative Test Cases,
Performance Test ...
Test Plan consists of test scope, test strategy, test schedule, resources required, roles and responsibilities, etc., but the key element is "Schedule".
Latest Answer : Every thing is important in test planning... we cannot and must not give priorty to any of the element in the test plan...Regards,Narin ...
Test case consists of Test Steps, Expected Result, Actual Result, Result of the test case, etc., attributes, but the important one among all of them is "Expected Result".
Latest Answer : I agree that test case elements may differ between industries and companies. However, all test cases have the following elements, otherwise it would not be a complete test case:1) Test steps: This makes sense because testers need to know ...
I said "I have written Test Cases directly from the Requirement Specifications."
Latest Answer : The way this question is posed, there must be a distinction between test scenario and test case. Test scenario and test case can not be the same thing here. Therefore, in this context, test scenario refers to the business process flows that ...
Latest Answer : For me bug and defect are same as both pointing to one mistake/failure/fault in the application code that prevents it from behaving as intended. In other words, While executing the application, if the application is deviating with respect to expected ...