What is the main purpose of having Equivalence Class
Particition & Boundary value analysis in Testing?
Answer Posted / anandkulkarni.biet
BVA is required to test the application on the boundries
also.
For Eg: There is a field which can take 50 characters then
applying the BVA technique we need to test for 0,1,49,50,51
characters.
ECP is required to test the application for test data
corresponding to each class values.
Considering the above field, the ECP would be entering data
of each class like small letters, capital letters, special
characters, numbers, combination of these.
Guys, Correct me if i am wrong.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
what is Test management fundamental?
How to do manual testing of a E-insurance project (end to end process)
what is a horizontal and vertical matrix explain with examples
Can you do system testing at any stage of sdlc?
What is the term ‘quality’ mean when testing?
what is base time , how can we base time your doc"s ?
from where do u collect test data if u miss some data what will happen
how to test ecg machine?
Explain the difference between alpha testing and beta testing.
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
define Testing of Procedure, Triggers and Functions in data base testing ?
Write positive and negative test cases for forgot password?
What is Windows Test Technologies? Where i will get all information of it.
Usually customers won’t give all the requirements. How will you manage & collect all the necessary information?
Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...