What is the difference bet white box testing and black box
testing.pls give me an example
Answer Posted / aparna
White box testing is done by the person who is having deeper
knowledge about the module and mostly this will be done by
Developers.
Example: Unit Testing
Black Box testing is done by the tester who is not having
deeper knowledge about software, only based on
specifications testing is done
Example: System Acceptance Testing
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How quickly we need to fix the bug? Or how soon the bug should get fixed?
State a generalized process for load test? Or explain how you did it previously.
How will you determine when to stop testing?
1.How can you Pick Integration Test Cases? 2.When will you start Regression Testing? 3.What is the difference between QA & QC? 4.When Will you Exit In Testing? 5.Test Deliverable's 6.What is the difference between windows based appln and web based appln? 7.What are the types of regression testing?
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning
How can you use technology to solve problem?
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
Explain the manual testing process?
what is your daily activities?
what is metrics in software testing? give me a brief detail about it?
What are the benefits of creating multiple actions within any virtual user script?
Can any one say me how to do Performance testing step by step plz for a desktop application(offline application).all the data is stored in internal server itself can any plz help me. ts quite urgent friends.
How to test the search functionality.For example in naukri advance search is there.how ca i test that page.
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it?