what is ECP/
Answers were Sorted based on User's Feedback
Answer / stallin
Equivalence class Partitioning used to list out the valid&invalid
data
ex:username mustbe in alphabets range from 4 to 12 char
valid: abcd and abcdefghijk
invalid; alpha numaric values,special simbals etc
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / mahendra
ecp stands for equivalence class partition
ecp refers to type of input
that means valid input and not valid input
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / saikiran sudharshanam
ECP means Equivalence class Partitioning
The type of data the object accepts called ECP.
For eg:@,_
a-z,
A-Z
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ganesh thik
ECP -Equivalence class partitioning
It is test case design method
Help to reduce number of test cases
in ECP make class of same characteristics of data and test only one or two data.which is logically applicable for whole class.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the types of Bug?
How much percent of time you spend in testing and writting test cases? does testing comes first or writting test cases?
Write down ten test cases for below scenario: Increase the day by 1 and date format should be mm/dd/yyyy Conditions are : date should not be greater then 31 and date<1 month should not be greater then 12 and month<1 year should not be greater then 10000 and year<1 Thanks in advance
at which movement we will perform varification testing & Validation Testing , with Example ??
how do u know whether the particular project belong to client server or web -based?
What is the Difference between 2 tier and 3 tier Applications...Actually what is a tier.. Anybody can body can give accurate answer..Thanks in advance..........
what is bug description document?how to prepare it?
What is the difference between White Box testing and Unit Testing?
Can you explain Co-habiting software?
Diffrence in b/w Functional and System Testing and Test Cases.
How can you test the security of a web site (from hacking), both manually and by using a tool. If by a tool then which one and how?
I need a good book on manual testing.Is the book by nageswara rao good.I need to learn from basic to advanced.