Answer Posted / deepti
According to our company, we follows both incremental and
waterfall model.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is bug leakage?
How a test engineer will convince a test lead when he didn't approve the bug as a report ???
test cases on bangles???
what is TAS language which is used as a language for some projects/
what is the impact analysis?
How to derive test data from the design documents?
What is Bomb Testing?
What is internationalization testing (i18n testing)?
Explain thread testing.
i want manual and automation test cases and interview questions
What is client server application testing?
Explain the defect life cycle.
how will you estimate of your website?
What is your Approach when you find 10 Sev-1 bugs in 50 test cases?
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; }