著者
湯本 剛 松尾谷 徹 津田 和彦
雑誌
第77回全国大会講演論文集
巻号頁・発行日
vol.2015, no.1, pp.199-200, 2015-03-17

ソフトウェアテストにおいては,重複が無く抜け漏れの無いテストケースをテストの実行前に作成しておくことが重要である.ブラックボックステストにおけるテストケースの作成は分析対象が仕様であり,一貫性を持ったルールのもとで行われることが少ない.結果的にテストケースの重複や抜け漏れを引き起こすことも多い.既存の研究にて,一貫性を持ったルールの基で分析を行う方法を提案しているが,本論文では,既存の方法に対して,更にテスト実行時のデータのI/Oに着目することで,より一貫性の高い分析を行う方法を提案する.
著者
増田 礼子 森本 千佳子 松尾谷 徹 津田 和彦
出版者
一般社団法人 電気学会
雑誌
電気学会論文誌C(電子・情報・システム部門誌) (ISSN:03854221)
巻号頁・発行日
vol.138, no.8, pp.1011-1019, 2018-08-01 (Released:2018-08-01)
参考文献数
16
被引用文献数
1

OSS (Open Source Software) has made remarkable progress in recent years. In ES (Enterprise Software) development process, also the OSS usage has been increasing steadily, which means the impact of OSS to the society has become greater and greater. However, the quantitative analysis for OSS development has been put no particular importance today. In this research, we study to enhance COCOMO model, commonly used for ES development, in order to clarify the relationship between human resources and development volume of OSS development projects. We chose 50 of Large Scale OSS development Projects from GitHub for our analysis, and obtained such three findings as: 1. In OSS development projects, with some arrangement in measuring man-months volume, we found that power formula of COCOMO model can be applied for expressing the relationship between the development volume and the outputs. 2. As OSS development characteristics, with the increase of development volume, the efficiency for development shows the rising trend. 3. The tendency found above has been identified as not the results of diversion as copying and modifying sources nor cumulative contribution made by variety of small developers.
著者
森本 千佳子 松尾谷 徹
出版者
一般社団法人 国際P2M学会
雑誌
国際P2M学会研究発表大会予稿集 2016 秋季 (ISSN:24320382)
巻号頁・発行日
pp.172-183, 2016 (Released:2017-07-01)

本論文は、チームの協業状態を把握する方法の試行結果を報告するものである。特に近年ではダイバーシティの進展により様々なバックグラウンドを持つメンバーとの協業が増えている。効果的にチームビルディングを行うことの重要性は実社会では理解されているものの、客観的にチーム状態を把握するのは難しく、実務の場面ではプロセス審査場面や職場観察などで行われるのが一般的である。本研究では、経済学の分野で所得格差の把握に用いられるローレンツ理論のジニ係数をチームの協業状態を把握するチーム貢献係数として応用し、複数のソフトウエア開発チームの協業状態を比較した。その結果、チーム貢献係数によってチーム協業状態の差異が把握できたことを報告する。
著者
松尾谷徹
雑誌
情報処理学会研究報告ソフトウェア工学(SE)
巻号頁・発行日
vol.1991, no.13(1990-SE-077), pp.45-50, 1991-02-07

ソフトウェアのテストはライフサイクルを通して考えると、信頼性と生産性を支配する重要な技術である。本稿は現在のテスト技法でテスト可能な範囲内でプログラムを設計するための制約条件を持ったプログラム設計技法:VOP (rification Oriented Programmi)について紹介する.VOPはプログラム設計とテストデータ設計を一体化して行う技法であり、従来のテスト技法では難しい状態遷移や複雑な条件の組み合わせに対して、効率的で完全なテストを可能にするものである。
著者
湯本 剛 植月 啓次 松尾谷 徹 津田 和彦
出版者
一般社団法人 電気学会
雑誌
電気学会論文誌C(電子・情報・システム部門誌) (ISSN:03854221)
巻号頁・発行日
vol.137, no.7, pp.987-994, 2017-07-01 (Released:2017-07-01)
参考文献数
21
被引用文献数
1

Along with a rapid increase in the size and complexity of software today, the number of required test cases is also increasing. Although a lot of approaches to derive test cases are proposed, in case of deriving test cases for combination of state transition, N-switch coverage using state transition testing is only one approach. This approach cannot manage increasing test cases. In this paper, a practical knowledge to derive high priority procedural combination test cases in test cases from 1-switch coverage using state transition testing is formalized. Procedural combinations between tasks to be tested which is derived from data design documents are defined as rules. It is confirmed that the expected procedural combination test cases can be derived using this approach from a concrete instance of an IT system.