what is difference between black box and white box testing?
In most of the companies which tecnique is used
Answer Posted / mfsi_priyankaa
Black Box Testing is a software testing method in which the
internal structure/ design/ implementation of the item being
tested is NOT known to the tester.
White Box Testing is a software testing method in which the
internal structure/ design/ implementation of the item being
tested is known to the tester.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List out test deliverables?
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.
HI, I WANT TO DO A ISTQB FOUNDATION CERTIFICATION FROM HYDERABAD WHICH INSTITUTE WOULD BE GOOD FOR ME,WHERE I CAN TAKE SOME TRAINING SESSIONS FOR CLEARING THIS EXAMINATION.
Can anyone please answer the below question on Manual Testing: Tell me about atleast 5 bugs you come across in your last testing?
Give an example for pre testing and post testing ?
What's the difference between alpha and beta testing?
What are different types of verifications?
Is quality control similar to quality assurance?
If asked to create a Configuration Design Pattern, where would you start?
What is an audit report? Whom is it done by?
What r the sequences that leads to automation?
how mapp the defect id in quality center?
What are the two main categories of software testing?
what are the functional test cases for enter user name,enter pass word,click on ok(only functional test cases)
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain