You reported a Bug.The developers are saying that it's not a Bug even though it is..How you are going to prove that it's a Bug?
15 28317How can a tester ensure that his\her test cases covers all the functionalities of a particular application?
5 27429There are 3 employees(say 2 colleagues and u not from same dept) in an organisation they used to discuss any thing except their salaries and one day stranger came and asked u to tell the average salary!plz give me the solution.
6 12064There will be two security guards at hell and heaven. hell guy used to speak lie always and we can ask one and only one question to move into heaven(twist is we don't know who is hell or heaven gaurd).how can we move into heaven?
20 30783There are two sand clocks(timers) one complete totally in 7 minutes and other in 9-minutes we have to calculate with this timers and bang the bell after completion of 11- minutes!plz give me the solution.
6 20297Post New Oracle Interview Questions
difference between Low, Middle, High Level languages in c ?
What is ordered list?
1 light year is approx equal to
Why struct is used in c++?
What is maven project?
What are the different types of collections?
What is hlookup in excel with example?
How does thread pool keeps the thread alive?
How can you write a class to restrict that only one object of this class can be created (Singleton class)?
What is non-minimum phase transfer function?
What is RuleSet?
WHAT ARE THE VARIOUS METHODS TO REDUCE INVENTORY? IN OUR COMPANY WE ARE HOLDING A LOT OF DEAD STOCK, KINDLY GUIDE/SUGGEST ME HOW TO GO ABOUT IT?
online demo for bug tracker tool(let me know the website)
Hello, I have PROC SQLs results group by 3 fields and I use SUM and COUNT functions in SQL. The problem is when I try to display my result with PROC TABULATE. I am getting very big numbers. I believe I make a mistake some where in Tabulate. Here is my Proc Tabulate. PROC TABULATE DATA=OUT04_05 FORMAT=12.; CLASS YR CENTRE VISA / PRELOADFMT EXCLUSIVE; VAR NEWUSER FRAUD TRANSFER AUTUSER REISSUE; TABLE CENTRE ALL, (YR ALL)*VISA, (NEWUSER*F=COMMA12. AUTUSER*F=COMMA12. FRAUD*F=COMMA12. TRANSFER*F=COMMA12. REISSUE*F=COMMA12.) / MISSTEXT={LABEL='0'} PRINTMISS RTS=20; FORMAT VISA VISAFMT.; KEYLABEL SUM = ' ' ALL = 'TOTAL'; LABEL YR = 'DATE YEAR' NEWUSER = 'TOTAL NEW ACCT' TRANSFER = 'TOTAL TRANSFER' FRAUD = 'TOTAL FRAUD TRANSFER' AUTUSER = 'TOTAL AUTH USERS' REISSUE = 'TOTAL REISSUE'; When I code it like : NEWUSER*N*F=COMMA12. AUTUSER*N*F=COMMA12. I get same amount numbers but to find a NEWUSER I use COUNT(*) and to find AUTUSER I use SUM(xxxx) function so both result shouldn’t be the same my problem is in this point. Could you tell me where the problem in code is. How can I display my result? TX.
What is the use of keyword with encryption. Create a store procedure with encryption?