what is main thing of the BB or WB in testing domain?
Answers were Sorted based on User's Feedback
Answer / nuve1284
BB: Black box: testing the application or product without
knowing the internals of the system, functional testing
comes under BB method
WB: White box: testing the application by looking into the
code, unit testing comes under WB method
For more info about manual and automation testing
www.swaretesting.blogspot.com
www.qtestpro.blogspot.com
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / krishna
Black Box testing : It is conducted without any knowledge on programming domain.
White Box Testing : It is similar to Unit Testing which is conducted with by professional with programming knowledge.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rakee
My answer is Block Box Testing
For any details For more.............
http://www.btechguru.com/showSubMenu.php?mid=3&smid=11&ssmid=33&smcid=104
| Is This Answer Correct ? | 0 Yes | 3 No |
who is responsible for QA and QC?
plz dont give any def. wat actions do u perform on website while doing monkey testing? or how can u do monkey testing?
Why should you care about objects and object-oriented testing?
which situation will decide the approach (topdown/bottom up) to choose from?
What is the difference between QA and QC in testing activity.
Whats the meaning of features to be tested and features not to be tested in Test plan?
3 Answers Oneclick Testing Solutions,
How many testcases you can write for mobile message box?
write test case for gmail sign up page?
what is test summry report ?plz explain?
who you done security testing in Banking project? tell me situation where you perform?
what is waterfall model?explain? what is v model? explain all phase?and the difference between two model?
For Change Password functionality-- Test Case is -- > Change Password Test Steps/Descriptions: 1) Enter Old Password 2) Enter New Password 3) Enter Confirm Password 4) Click on Save button Expected -- > User should login successfully. My question is --> After 4th step tester will check/verify that user [whose password has been changed] is login successfully or not. Should I have to write that steps which user will fallow to verify user login in above test case? What are the preconditions for above test case?