Answer Posted / kokila
when testing environment was supporting and when enough
knowedage of the project
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is user acceptance testing (uat)?
What is the typical situation u faced while collecting the test data?
PLEASE CAN ANYONE SEND ME THE TEST SCENARIO BASED QUESTIONS FOR 3+ EXPERIENCE IN MANUAL TESTING
What is the main use of preparing a traceability matrix?
What is test closure?
Can you explain steps in function points?
What kind of testing to be done in client server application and web application? Explain
What type bugs you will find in integration testing with example?
what are all the things we will include in " what to be tested and what not to be tested" in Test Plan
What is data flow diagram?
Explain about PET Model?
What is a code walk through?
What is quality center? What are the modules of quality center?
Have you ever completely tested any part of a product? How?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }