What are the methods you followed, while doing black box
testing???
Answer Posted / jj
during black box testing
they r two types of technique levels
i)low level
2)high level
under low level
1)boundary value analysis
2)equivalence class partitioning
3)error based
4)special value
under high level
1)flow chart
2)decision table3)state machine
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is the role of the test group vis-?is documentation, tech support, and so forth?
what is the common in all s.o.p (standaed operating procedure)?
wat is meant by frontend and backend testing
What are the differences between web applications and client and server applications?
What is the difference between qa, qc, and testing?
we are about to implement a Test tool to test the performance of website, so what script does a tester should know (friends plz help me)
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it?
What is difference between Build, Version and Release
What is baseline testing?
Explain the sub-genres of performance testing?
need testing projects where can i find them
What is configuration management in software testing ?
How to test a Falsh player scrollings?
What are testing techniques? What is difference between general and specific?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?