What r blackbox & whitebox testing techniques?
Answers were Sorted based on User's Feedback
Black box testing techniques are 1.Boundary value
analysis2.Equivalence class partitioning 3.Error guessing
4.Cause effect graphiung.
White box testing techniques are 1.Basis path testing which
uses logarithmic flow of programs.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / meena
Black Box Testing Techniques are:Equcalence class
partition,Boundary value Analysis,Error Guessing.
White Box Testing Techniques are:Statements
Coverage,Condition coverage,Mutation Testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / raj
Black Box Testing Techniques :
1)BVA
2)ECP
3)Error Guessing
White Box Testing Techniques:
1)Path Coverage
2)Code Coverage
3)Code Coverage
4)Mutation Coverage
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a Testcase for mobile phone ?
In Risk, What is the difference between mitigation and contigency plan in risk.
Name three reasons why the tester may choose to record in Context Sensitive mode.
compatibility testing?
What is acid testing
Hi! I have got an expirence of a year in Software(manual) testing...Kindly let me if there are any openings for the same,location :MUMBAI..i have got a knowledge of C++,sql (basic),java,and have done a automation testing course..
what are the 508 rules of accessbility Testing ?
What do executive leaders, champions, Master Black belt, green belts and black belts mean?
Regression testing: suppose you have 1000 test cases & u find a bug in unchanged component , so whether you test whole test case or some particular test case
I want test cases for CLI? can any one send TC for CLI?
What procedure you follow between gathering requirements and carried out testing?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....