If a interviewer ask me the duration of my project, then
should i tell them the total(development+testing) time of
the project? Plz tell it's urgent
Answer Posted / reddy
No Actually nowadays every org.following V-Model so,we start
Devt n testing at same time we give ultimatly Dev+Testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is your Approach when you find 10 Sev-1 bugs in 50 test cases?
What is bug severity?
What’s the difference between a bug and a defect?
Work flow in testing in your company?
iam new testing, i want improve writing test cases and bug defect etc? any on give suggestion pls?
What do you do (with the project tasks) when the schedule fails?
Please explain me v-model clearly i want to know how it works and want to know how it use in real time on a project please tell me its urgent and important for me understand .Please tell me my mail id is Chiku_69@yahoo.in Thank u
aplitue questions will be based on wich type ?
Define Stability, Scalability and reliability with example ?
what is diffrence between dynamic black box testing and dynamic white box testing
What are the major components of Perf Test Report?
What r the sequences that leads to automation?
1.What is bidirectional traceability ??? and how it is implemented? 2.What is Automation Test frame work ? 3. Define the components present in test strategy? 4. Define the components present in test plan? 5. Have u written Test plan ?…. thank u!plz reply........
diff b/w desktop based testing & web application testing
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; }