What is Glass Box testing?
Answers were Sorted based on User's Feedback
Answer / deepika. mashetty
Glass Box Testing is nothing but the White Box Testing.
The Testing which is performed on the Structural Part of
the Application. It is a Code Level Testing. During this
Test the White Box Testers will verify the completeness and
correctness of each and every program.
It is also called as clear box testing.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / peter piyush
white box testing is known as 'glass box testing' or 'clear
box testing'.
| Is This Answer Correct ? | 8 Yes | 4 No |
Answer / prabhu
Normally "White Box" Testing is called as Glass box testing.
By
Prabhu Subramanian
CSS India Pvt Ltd
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / satya
Glass box testing is nothing but testing the software by seeing the code directly i.e here we are not testing the screens which are available we are testing raw code and ensure whether it is working or not
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / raghavendrkotwal
Please let me know what is Glass Box testing
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / swathika
white box testing is called as glass box testing
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / muthukumar.p
Glass box testing has traditionally been divided up into static and dynamic analysis.
In other words combination of static and Dynamic testing called as the Glass box testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pavithra
Glass Box Testing is also known as White Box Testing or
Open Box Testing.
It is used to test the external behavior of the
Program.This testing is done to test the functinality of
the application
| Is This Answer Correct ? | 3 Yes | 5 No |
Answer / sudesh
Glass Box Testing is also known as White Box Testing or
Open Box Testing.
It is used to test the external behavior of the
Program.This testing is done to test the functinality of
the application
| Is This Answer Correct ? | 1 Yes | 4 No |
can you write test cases on pen?
Test case preparation time Vs Test case execution Time. Say for example if 500 Man hour takes to prepare test case then how long test case exexution will take?
Suppose in your Project have 2 test engineers.Module A is tested by You and Module B is tested by another Test Engineer.module A and B has inter related functions.Then how you check the functionality of the module??
What is difference between smoke testing and sanity testing? In simplest manner...
In your Testing career, what was the critical DEFECT you think...? Please post some real time critical issues for the above question...?
How you can ensure that Bug is Duplicate?How to solve?
What is functional Testing ?
how to test if there are 2000 requirements ro be tested in an application ?
What is Service Pack?
You find that there is a senior tester who is making more mistakes than the junior testers. You need to communicate this aspect to the senior tester. Also, you don’t want to loose this tester. How should one go about the constructive criticism?
What is the role of a bug tracking system?
How to write test scenario for white board?What is scenario? pls explain me with example.