what is the combination of grey box testing
Answers were Sorted based on User's Feedback
Answer / suresh
grey box testing is nothing but it is a combination of
Techniques of black box testing and Techniques of white box
testing.
or
it is a method of testing in which one can perform testing
basically the functionality of an application but it
internal structural knowledge(programming or design or
environmental knowledge)
Is This Answer Correct ? | 3 Yes | 0 No |
Yes Grey box is nothing but combination of white box and
black box technique.
When we are using a technique that uses code along with
functional testing is called Grey box.
The methodology that comes under grey box testing is
Integration testing.
for integration testing we need top down approach and
bottom up approach for example if we like to test each and
individual module we need to go from parent node to child
node. here if the middle node is not working the developers
write some small peace of code that connects the application
from upper parent node to lower child node. Here if we take
this as scenario we are testing the application ( functional
testing ) and at the same time we are testing the small
peace of code written by developer( white box testing).
SO for this approach we are doing both black box and white
box testing which is nothing but grey box testing.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pooja kanwar
grey box testing is nothing but it is a combination of
Techniques of black box testing and Techniques of white box
testing.
or
it is a method of testing in which one can perform testing
basically the functionality of an application but it
internal structural knowledge(programming or design or
environmental knowledge)
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / satyaprasad
combination of whitebox and blackbox testing is called
Greybox testing
hi,this is satya ,Any doubts pls contact:991212418320
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sara
Hai
Combination of white box and block box testing is called
grey box testing
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / friend
Gray box testing is nothing but combination of White-box
and Black box testing.
Thanks
Is This Answer Correct ? | 0 Yes | 1 No |
What is Functional Testing and Regression Testing?give one real time Example?
Hi Friends, Plz answer my these questions on sqt.qae@gmail.com Why you want to be software tester? As new to testing what kind of work is to be there in testing in detail...in testing What to study in manual testing or automation testing from interview point of time? Is there we have choice to choose domain while interview time..? Reply ...on my email
How to do cards Testing? And give sample test cases please? And tell me about vision plus card?
How does your preferred work style work with the ideal test-manager role that you just described? What is different between the way you work and the role you described?
What is Usability testing?
what is build and release?
what is parallel testing?
1.What is the traceability matrix template? Darw the all fields?
Is it possible that there can be number of test cases? Mean to say 500 or 1000 test cases? Reply me as early as possible.
Build with fixes has been deployed on QA environment if asked by your manager to reproduce how can you reproduce the issues? (by using the previous build) Can you access the previous build? If so ,what are the tools or how can you access?
Difference between web application and Client Server application ?
1.Acceptance testing involves procedures for identifying acceptance criteria for interim life cycle products and for accepting them.is that? 2.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products.is it?