1. what are the different types of test cases techniques ?
Answers were Sorted based on User's Feedback
Answer / phani_k07
The type of techiniques are :
1)ECP (Equivalence class partition)
2)BVA (Boundary Value Analysis) and
3) Error guessing.
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / adarsh bm
yes as mentioned above, there are 3 types,
1. Boundary value analysis
2. Equivalence partitioning
3. Error guessing
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / thilagajames
There are four types of testcases techniques
1.boundary value analysis
2.equivalence partitioning
3.error guessing
4.decision table
5.state transition diagram
bye
thilagajames
london
mail id :thilagajames@yahoo.com
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / bhanu
and yes..the other one is
boundary value analysis
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / anoop
Low Level
1. Boundary Value Analysis(BVA)
2. Equivalence Partitioning (EP)
3. Special Value(SV)
4. Error Based(EB)
5. I/O Domain
High Level
1. Decission Table(DT)
2. Flow Chart(FC)
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shefali
no..they are:
1. Equivalence partitioning
2. i forgot
Is This Answer Correct ? | 0 Yes | 6 No |
Answer / guest
i tink they are two types
1.Whitebox Testing Tech
2.Blackbox Testing Tech
Is This Answer Correct ? | 0 Yes | 7 No |
What is Entry and Exit Criteria? When and how we will consider them? Can any one explain this Question.
Hi, Friends, Can any one help me to------ how to write DataBase Test case or how to test database.I'm new in this field.I will do manual testing for a web side but don't know database testing.Plz Help me.Just alter or update the statement in db SQL like Update database db_name , Select * from table_name
What is localization testing?
How do we find Effectiveness of Test Cases ?
Our software designers use UML for modeling applications. Based on their use cases, we would like to plan a test strategy. Do you agree with this approach
Hi, Anybody knows about Hexaware company..
. Is any graph is used for code coverage analysis?
How will we come to know that its a bug,in what situations we consider it as a bug?
Tell exact difference b/w Smoke and Sanity testing with example?
when we use the Equivalance Partioning techinique
What are the things you prefer and prepare before starting testing?
What are the prototypes are used during the integration testing ?Explain the stub and the driver in details?Are the stub and the driver both are used in top-down and the bottom-up approaches ?