Hi Techies..., can any one please answer me what is called unit testing ? how to do it and what are the steps involves in it? thanks for your answer......
Answer Posted / brahma
In order to test the report data with against the
database.We need to find out the no of tables used for this
report and no of columns used in the report.
while writing a manual SQL against the db.we test the report
value is matching with db or not.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between drill through, drill across?
Explain the different types of views used in cognos.
Define the cognos reporting tool?
Can you define cognos powerplay?
How to create model and how to test model?
What do you understand by the term 'aggregate cache'?
It is possible to test 2 query subjects at a time in CRN1.1 & C8 FWM?
How to create a cube in Transformer? What is the process? Please mention process thank u
plsreply to me...im interested to do the cgnos certifications relating to report developer.can you suggest me what kind of certifications andwhere cani get (dumps) previous quetions and answers for the certification........
how u will design the report if the objects are available
-----------------What is Determination Model?
What do you understand by user class in cognos?
Can you explain model durability?
What is meant by junk dimension?
Hi All, Is there any way to check whether a value is selected in a Multi-select tree prompt? I have a tree prompt and want to get to know whetehr which values user has selected,i want to so that values on the top of the report. I Have used that paramDisplayValue('paramername'),But it will display only last selected value. For Example i have tree prompt with one level Region- >country->states If user select region Asia it will dislay the all the Countries in that region and then if user select India it will display the states related to india only Suppose Hierachy look like this: Asia->India->Andhra Pradesh. I want to show this hierachy on the top of the report How it is possible? Can you please help me?