1 / 14

Pairwise Testing Services

Pairwise Testing Services. Group 4 Report 5 张坚 王冠 吕冰洁 顾永超 刘伟. Jenny An Open Source Combinatorial Testing Tool. Overview. Aim Generating regression test cases Written in C Platform independent Non-deterministic. Terminology. Dimension The type of a variable

petra
Télécharger la présentation

Pairwise Testing Services

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PairwiseTestingServices Group 4 Report 5 张坚 王冠 吕冰洁 顾永超 刘伟

  2. JennyAn Open Source Combinatorial Testing Tool

  3. Overview • Aim • Generating regression test cases • Written in C • Platform independent • Non-deterministic

  4. Terminology • Dimension • The type of a variable • The type of comparison (>, <, ==) • Feature • Possible values in a dimension For instance: • typedef enum {FALSE, TRUE} BOOL;

  5. Reason behind • Exhaustive testing is overkill • 12 dimensions of 2 features each: 2^12 = 4096 • Three-feature combination is enough

  6. Usage Command line arguments: 2..52: features in one dimension • n: n-tuple of features • w: without given combination of features • s: seed the random number generator • o: read old test files • h: help

  7. Example

  8. Comparison

  9. Algorithm

  10. Data Structure • struct feature • struct tu_arr, tu_iter /* tuple array & iterator */ • struct test /* test case, a combination of features */ • struct without, wchain /* restrictions */ • struct state

  11. Modules

  12. General Routine

  13. Integration • Adapter

  14. Fin

More Related