Answer Posted / lingaraju
Hi friends
1) BVA (Boundary values analysis)
2) Equivalent class partition (ECP)
3) Error guessing
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write a Test scenario for Outlook Search functionality.
What are the qualities needed by a software tester?
Test cases for Internal IP Messenger
What are the modules of quality center?
What is software review?
Define performance and stress testing?
what is fusion testing and impact analysis???
Can you explain a pair-wise defect?
What is configuration management in software testing ?
diff b/w desktop based testing & web application testing
write a testing stratgy \ approach for a product that you are use every day (e.g gmail, out look etc)
How many bugs occured will be considerd appropriate over 1000 steps when inspecting software? Describle an approriate Bug value.
You want a automation tool to be used for your project. How will you convince the client for the same. Please give me specific answer.
Can you explain function points?
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; }