how to write test cases for boundary value analysis and
equality partitioning?
Answer / naveen kumar
in boundary value analysis if the input is range of values for example A-B ( A to b) then we have to design test cases for
A-1,A,A+1,B-1,B,B+1.
FOR EXAMPLE
if input is between 5 to 10 then write the test cases for 4,5,6 and 9,10,11
equality partitioning if the input is range of values then we divide the range into equivalent parts and tests the application.
For example value is 500 to 1000 then we divide the range into values 500,600,700,800,900,1000.like this we divide the values.
but here we have to ensure that we are checking for two invalid data.
Is This Answer Correct ? | 13 Yes | 4 No |
Generally which software development model is used in project based companies?
What is d difference between Black Box Testing and Functional Testing?
What is blocked defect?
What all are the reuirements needed for UAT?
What is Asset testing?
What r the major problems faced in manual testing?
what is difference between bug and defect who will find bug and who will find out defect ..(Like developer or tester)?
Defect Migration "Defect Migration" means that error is early project documents lead to errors in later documents. For example, an incorrect requirement leads to an incorrect set of speacifications, which leads to design errors, which leads to coding errors, which lead to failures when we test against user expectations. a. How will you prevent Defect Migration? b. Why do you think preventing Defect Migration is important?
What is sanity testing? and how to do sanity testing for a telephone
Consider if there is no Test lead, No Test Manager and QA Manager. If you are the senior test engineer, you are getting pressure from the client to give the build. But you see that, there r 5 high and 5 low sevierity bugs. So, what you will do and how you interact with the client.
what are the base line documents for sit and uat? what is impact testing? what is dynamic testing? what is static testing? what is soak testing?
Plese tell me What is V model how do u prepair documnet using V model ?