25
システム開発技術
System Development Technology
စနစ်ဖွံ့ဖြိုးရေးနည်းပညာ
🇯🇵 日本語
- 開発工程:要件定義→設計→プログラミング→テスト→移行→運用・保守
- テストの種類:単体テスト→結合テスト→システムテスト→受入れテスト
- テスト手法:ブラックボックステスト(入出力のみ確認)・ホワイトボックステスト(内部ロジックを確認)
🇬🇧 English
Building software is like building a house — you need blueprints before you pick up a hammer.
- Phases: Requirements → Design → Coding → Testing → Launch → Maintenance.
- Unit test — test one small piece alone. Integration test — test how pieces work together. System test — test the whole system. Acceptance test — the client checks it meets their requirements.
- Black-box test — tester doesn't see the code; only checks inputs and outputs. White-box test — tester sees the code and checks the internal logic.
🇲🇲 မြန်မာ
ဆော့ဖ်ဝဲ တည်ဆောက်ခြင်းသည် အိမ်ဆောက်ခြင်းနှင့် တူသည် — တူ မကိုင်မီ ဗိသုကာပုံ လိုအပ်သည်။
- အဆင့်များ: လိုအပ်ချက်သတ်မှတ် → ဒီဇိုင်း → coding → စစ်ဆေး → မိတ်ဆက် → ထိန်းသိမ်း
- Unit test — အပိုင်းတစ်ခုကို တစ်ခုတည်း စစ်ဆေးသည်။ System test — စနစ်ကြီးတစ်ခုလုံး စစ်ဆေးသည်။
- Black-box test — code မမြင်ဘဲ input/output ကိုသာ စစ်ဆေးသည်။ White-box test — code ဖတ်ကာ ထဲတွင်း logic စစ်ဆေးသည်။
Keywords
単体テスト結合テストシステムテスト受入れテストブラックボックスホワイトボックスリグレッションテストレビュー
Related Practice Questions
ဆက်စပ် လေ့ကျင့်ခန်းမေးခွန်းများ
See all IP questions →