jeba


{ City }
< Country > india
* Profession *
User No # 109605
Total Questions Posted # 0
Total Answers Posted # 3

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Questions / { jeba }
Questions Answers Category Views Company eMail




Answers / { jeba }

Question { T systems, 41486 }

What is red box testing and yellow box testing?


Answer

Red Box Testing:
It is User Acceptance testing. It is nothing but a Protocol testing.Red box testing is for Error Message Testing
The name says that if the system is not accepted then it is a red box and useless.
Red box testing is end user testing. Also networking, peripherals testing and protocol testing called red box testing.
Yellow box Testing:
Yellow box testing is checking against the warning messages.It is also called Warning Messages Testing.
Yellow Box Testing includes the Acceptance Testing Techniques.
It is a message level testing. yellow box testing is the validation of alert messages.
http://qualitypointtech.net/forum/viewtopic.php?f=12&t=8596

Is This Answer Correct ?    0 Yes 0 No

Question { Ordain Solutions, 20012 }

What are the drawbacks of QTP?


Answer

QTP requires more memory. And some knowledge of VB Script programming to create functions in project.
Block commenting is not provided till 8.2 version
learn about qtp at http://qtpbook.com/

Is This Answer Correct ?    0 Yes 0 No


Question { iFlex, 27551 }

what is difference between procedure and function,
procedure and trigger?


Answer

he major difference to keep in mind is that trigger code is hard-parsed every time the trigger runs. You should therefore code all of your trigger actions in stored procedures (preferably implemented in packages, per good programming practice), and limit the trigger body to a PL/SQL block that just invokes the procedure. Learn sql from https://www.youtube.com/watch?v=7Vtl2WggqOg

Is This Answer Correct ?    0 Yes 0 No