What is Green Tesing, Red Tesing & Yellow Box Tesing?
Answers were Sorted based on User's Feedback
Answer / narendra_p
Red-Box testing: Acceptance testing, often referred to as
Red-Box testing.
Yellow box testing: Yellow box testing is checking against
the warning messages. The system properly throwing the
warning messages or not?
Green Box Testing: Takes external perspective of the test
object to derive the test cases, determine whether the
system is environment friendly and also not having any
social implications along with the defined set of requirements.
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / v115
Someone claims it is a testing process that exercises a
software system's coexistence with others by taking
multiple integrated systems that have passed system testing
as input and tests their required interactions.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / lavanya.
There is no red& yellow box testing.But Green box testing
is also called as User Acceptence Testing/ Customer
Acceptence testing.
| Is This Answer Correct ? | 4 Yes | 11 No |
Is there any procedure of web-site development in manual testing. If yes what are factors we should test?
consider therez 1 land and it has mango trees in it, what are the tets cases or how will we count no of mangoes on all trees
Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;
If you find a crashing bug and the developer resolves it Not Repro, what would you do? What if s/he resolves it as Won’t Fix?
how to write a test case for check box like in gmail or yahoo
How to create a load manualy in web based testing
What makes a good software qa engineer?
Explain the advantages of automation over manual testing?
When the GUI Testing will be held on the V model ?
what id test effort Estimation in testing ?
how to call a text file
Expain Equivalence Class Partion with an Example?