Latest Answer : Web Services : Web Services can convert your applications into Web-applications.Web Services are published, found, and used through the Web.Client Server:Client server applications are 2 tier arch. apps. It has only 2 layers ie client and server. ...
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 ...
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 ...
Latest Answer : SQA is Audit of software products and activities to verify that they comply
with the product requirements. Processes, Procedures and standards. Project
manager prepares the SQA plan at the time of Project Plan.
Benefits of SQA: Fewer latent defects, ...
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 ...