How can we do the unit testing?
Answers were Sorted based on User's Feedback
Answer / rao
Unit testing is something that a report developer does from
his end before the report is passed on to UAT. Generally
TOAD is used to write SQL to validate the report. In my
case, I have used TOAD to do the unit testing.
If you don't have TOAD, I am not really sure if there is
any other to do it.
Thanks
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / jesse wolfe
Run the query with the type=XML parameter, then use XPath to
find the expected data rows and write specific asserts
against expected values. COuld do it in say VisualStudio or
any tool were you can validate against XML. Ideally, you can
jsut compare the entire document with what you were
expecting, though some items may throw you off.
We're even going to do TDD with cognos using this strategy.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is RenderVariable?
---------------How to identify First Record and Last Record?
What is Cardinality b/w Fact to Fact?
What is render variable?Where do you exactly use in developing a report?
Can we create reports using OLTP database?How?
What is Stich Query in Reportnet?
How to crate cubes in transformer ?
Can you define bitmap index?
how many types of keys are there i.e primary key and foreign key etc..?
What is the use of powerhouse?
What are the types of studio present in Cognos?
How to convert the tabular report into graphical report?Is this possible in cognos 8 report studio?