26). how will know do written test cases are sufficient to
validate application of functionality?
27). how will you prepare test data to validate input object?
28). explain defect status?
29). how will know whether the developer accepted you
defects or not?
30). explain acceptance test?
31). explain when we stop testing?
32). explain scope of your project?
33). in which module you conducted testing?
34). explain defects which you found in that module?
35). if defect is not reproducible then what information you
will provide to developer
36). if developer is not accepted your defect then what you
will do?

Answers were Sorted based on User's Feedback



26). how will know do written test cases are sufficient to validate application of functionality? ..

Answer / vinoth kumar

30. Its is the critical part of the Testing, since this is
the last test before delivering to the customers. Based on
the FSD document, the tester need to test whether all the
functionalites are working based on the customer
requirements or fulfilled the customer requirment.

There are two testing involved in Acceptence testing:

Alpha Testing
Beta Testing

Alpha Testing: This testing can be done in the developers
environment or the place where the SDLC done with the
presence of the business analyst along with the customer.

Beta Testing: This testing can be done in the customer
environment and most of the cases, from the customer end-
the end users will be invlolved in this testing.


Most of the cases it invloves to check the usability,
Navigation, Load and stress test.

Is This Answer Correct ?    1 Yes 0 No

26). how will know do written test cases are sufficient to validate application of functionality? ..

Answer / deepika

26)By requirement specified in documents we came to know and
by traceability Matrix.

27)Test data is prepared by the specification provided by
business.

28) New, Open, fixed, Ready for Test, Close
New, Open ,Fixed, RFT, Reopen, close
New, Rejected
New, Deffered.

29)if devloper sccepts the defect , then he will change thed
defect status to open or fixed .

30)

31)Testing is stopped when all the major and critical
defects are closed.

80 % Testcases have passed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Testing AllOther Interview Questions

What is white box testing and list the types of white box testing?

0 Answers  


How will you define a critical bug?

0 Answers  


What is intrusive testing?

0 Answers  


I. Product feasibility II. Software requirements III. Software Design IV. Acceptance test Which of the above reviews are necessary in order to ensure the traceability of requirements in the implemented software? 1. I and II 2. I, II, and III 3. II and III 4. II, III, and IV 5. I, II, and IV

1 Answers  


Is it like only you will do the UAT testing or the Client. How is UAT test cases different from Functional test cases?

1 Answers   Cap Gemini, Tech Mahindra,






What are non-functional requirements?

1 Answers   TCS,


What is Entry and Exit criteria for a Test Plan?

4 Answers   TCS, Virtusa,


System testing is the phase where: ______________________. 1. Whole system is tested by testers 2. Whole system is testes by users 3. A particular module is been tested by the testers 4.A particular module is been tested by the users

4 Answers   Wipro,


What is the main benefit of designing tests early in the life cycle?

0 Answers  


What is data validity?

0 Answers  


A) Please give example for below statements. 1.Statement Coverage: Every statement in a program execute atleat once. 2. Decision Coverage: Every point of Entry and Exit in a program invokes atleast once. Each decision in a program has taken all possible outcome atleast once. 3. Condition Coverage: Each condition is a decision in a program has taken all possible outcome atleast once. 4. Modified Condition Decision Coverage: Each Condition has shown to affect that decision independently by varying that decision while keeping fixed all other possible condion. B) If the condition is (A&&B||C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases. C) If the condition is (A||B&&C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases.

0 Answers  


what does team player mean to you?

1 Answers   Convergys,


Categories