|
321. What Is The Need For Testing?
Date Posted: 06/26/2012
What is the need for testing?
Ans: The Primary need is to match requirements get satisfied with the functionality and also to answer two questions
Whether the system is doing what it supposes to do?
Whether the system is not performing what it is not suppose to do?
|
|
|
322. Is It Waste Of Time In Preparing The Test Condition, Test Case & Test Script?
Date Posted: 06/26/2012
Ans: No document prepared in any process is waste of time, That too test design documents which plays vital role in test execution can never be said waste of time as without which proper testing cannot be done.
|
|
|
323. What Kind Of Document You Need For Going For A Functional Testing?
Date Posted: 06/26/2012
Ans: Functional specification is the ultimate document, which expresses all the functionalities of the application and other documents like user manual and BRS are also need for functional testing. Gap analysis document will add value to understand expected and existing system
|
|
|
324. Why It Is Impossible To Test A Program Completely?
Date Posted: 06/26/2012
Why it is impossible to test a program completely?
Ans: With any software other than the smallest and simplest program, there are too many inputs, too many outputs, and too many path combinations to fully test. Also, software specifications can be subjective and be interpreted in different ways.
|
|
|
325. Can The System Testing Be Done At Any Stage?
Date Posted: 06/26/2012
Can the System testing be done at any stage?
Ans: No, .The system as a whole can be tested only if all modules arc integrated and all modules work correctly System testing should be done before UAT (User Acceptance testing) and Before Unit Testing.
|
|
|
326. After Completing Testing, What Would You Deliver To The Client?
Date Posted: 06/26/2012
After completing testing, what would you deliver to the client?
Ans: Test deliverables namely
-
Test plan
-
Test Data
-
Test design Documents (Condition/Cases)
-
Defect Reports
-
Test Closure Documents
-
Test Metrics
|
|
|
327. What Exactly Is Heuristic Checklist Approach For Unit Testing?
Date Posted: 06/26/2012
Ans: It is method of achieving most appropriate solution of alternative methods that are to be selected at successive stages of testing. The checklist that is prepared to proceed is called as Heuristic checklist.
|
|
|
328. What Is Baseline Document, Can You Say Any Two?
Date Posted: 06/26/2012
Ans: baseline document, which starts the understanding of the application before the tester, starts testing. Functional Specification and Business Requirement Document are two baseline documents.
|
|
|
329. What Are The Entry Criteria For Automation Testing?
Date Posted: 06/26/2012
Ans: Application should be stable. Clear Design and Flow of the application is needed
|
|
|
330. What Is The Outcome Of Testing?
Date Posted: 06/26/2012
Ans: A stable application, performing its task as expected.
|
|