Which testing is this-
verifying the funtionality of each programme
1. white box testing
2. black box testing
3. glass box testing
4. grey box testing
Answers were Sorted based on User's Feedback
Answer / shiv
I think it is black box testing. coz we are testing the
functionality of the program not the functions of the program.
Please correct me if am wrong
| Is This Answer Correct ? | 7 Yes | 0 No |
correct answer is black box testing,because in white box
testing we can test internal application logic and code not
functionality.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rohituppal
@Shiv - If we check the functions of the program then it is known as unit testing which is done by developer it self.
Even if the functionality of the program is checked then also it comes under unit testing and is done by developer.
Unit testing is white box testing.
Please correct me if i am wrong.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sanika
White Box testing means checking the all internal part of
that application.
& Black Box testing means test external part in which
programming is not included like Font, Color, Spelling
Mistake.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / rohituppal
In black box testing, input is given to the system and output is checked whether it is same as expected output or not with no knowledge of how the output is generated.
In white box testing, knowledge of internal architecture is must. How the output is getting generated.
So if an application has suppose 10 programs & testing those 10 programs require knowledge of internal architecture.
So it should be white box testing.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / ramesh g
White Box Testing
Bcoz in white box testing each and every function have to test.
| Is This Answer Correct ? | 0 Yes | 6 No |
in web application , what are the common "browser compatabality issues " that you have across.?
I want to know about satyam manual testing questions
What is Defect Leakage?What Gap Analysis? What are the functioanl requirements to test the Software? What is Latency bug?
What if requirement document is unclear?
I have 6 months experience as project tarine and one and a half year experience as software engineer.Should i write taht my total experience id 2 years.
Tracability matrix? what are test metrics?what is the use? scope of testplan? Estimation? Test stratagy? Entry ,Exit ,Suspention,Resumption criteria? Diff b/w web server and appli server? diff b/w web app and client server app? diff b/w brs,srs? what is Sla time? Exp defect life cycle? types of defects? how do u decide project is 100% bug free? How u send defect reports? Testing Environments? testbed? what is differed testing? what is differed defects? what r the base documents are recovered for test case design? what r the base documents are recovered for test case execution?
Hi, I am planing to give ISTQB - Foundation level exam. Can anyone forward the ISTQB materials at laxmi_002@rediffmail.com mail ID.
How did you go about testing a project?
When do u go for integration testing?
1.The effectiveness of a test suite in detecting errors can be determined by counting the total number of test cases present in the test suite. 2.Black-box testing attempts to find errors in which of the following categories Option 1 Incorrect or missing functions Option 2 Interface errors Option 3 Performance errors Option 4 All of the above
9.Data – driver automation typically includes?
What is mean by multi-threading testing?