what is white box testing and what is the teckniques
Answers were Sorted based on User's Feedback
Answer / deepa sk
In the white box testing the tester has access to the
program code and how it works
The techniques are
1. Statement Coverage
2. Design Coverage
3. Condition Coverage
4. Path Coverage
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / saravanaraja
White Box Tesing : Testing is done with the coding
knowledge.
Testing Techniques : BVA, ECP, Error Guessing
Ways of Testing : Manual & Automation
Levels of Testing : Unit, Integration, System & Uat
Types of Testing : Black & White box Testing
| Is This Answer Correct ? | 5 Yes | 15 No |
How many maximum tables we can join by using SQL JOIN??
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.
When should testing start in a project?
what are the types of android applications?
how to call a text file
What is application server and what is web server?
what is entry and exit criteria?
1.How to maintain the Bug status Report? 2.What is project based Company and product based company?
how will you estimate of your website?
Explain test metric and the information it provides.
What is ISO 9000?
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.