51Testing软件测试论坛

标题: 求教: 请问多层结构如何来测试 [打印本页]

作者: kavensyw    时间: 2010-12-30 10:40
标题: 求教: 请问多层结构如何来测试
一个很简单的统计,请问如果我当成黑盒来该如何写测试,
是在每一层验证2次,难道要验证2**5=32次吗?
还是该怎么办。

逻辑如下:

SELECT a.country_id
               ,a.distributor_id
               ,b.organization_id
               ,p_yearmonth AS yearmonth
               ,a.visit_frequency
               ,a.customer_id
               ,COUNT(DISTINCT a.store_id) AS coverage_store
           FROM init_store_scope a
               ,mdt_organization_distributor b
          WHERE a.distributor_id=b.distributor_id(+)
       GROUP BY a.country_id
               ,a.distributor_id
               ,b.organization_id
               ,a.visit_frequency
               ,a.customer_id




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2