testability-driver 1.2.1 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (125) hide show
  1. data/bin/tdriver-devtools +0 -0
  2. data/ext/native_extensions.c +165 -6
  3. data/lib/tdriver-devtools/behaviour/old/xml/update +0 -0
  4. data/lib/tdriver-devtools/behaviour/xml/generate.rb +0 -0
  5. data/lib/tdriver-devtools/behaviour/xml/rdoc_behaviour_xml_generator.rb +15 -1
  6. data/lib/tdriver-devtools/doc/update +0 -0
  7. data/lib/tdriver-devtools/doc/xslt/template.xsl +24 -14
  8. data/lib/tdriver-devtools/doc/xslt/update +0 -0
  9. data/lib/tdriver-devtools/tdriver-devtools.rb +0 -0
  10. data/lib/tdriver-devtools/tests/feature_tests/update +0 -0
  11. data/lib/tdriver/base/behaviour/{behaviour.rb → abstract.rb} +3 -6
  12. data/lib/tdriver/base/behaviour/behaviours/object_abstract.rb +107 -0
  13. data/lib/tdriver/base/behaviour/behaviours/object_behaviour_composition.rb +2 -2
  14. data/lib/tdriver/base/behaviour/behaviours/object_behaviour_description.rb +47 -37
  15. data/lib/tdriver/base/behaviour/factory.rb +260 -382
  16. data/lib/tdriver/base/behaviour/loader.rb +22 -4
  17. data/lib/tdriver/base/controller/abstraction.rb +56 -0
  18. data/lib/tdriver/base/controller/loader.rb +21 -0
  19. data/lib/tdriver/base/loader.rb +3 -1
  20. data/lib/tdriver/base/sut/controller.rb +91 -74
  21. data/lib/tdriver/base/sut/factory.rb +8 -8
  22. data/lib/tdriver/base/sut/generic/behaviours/agent.rb +77 -0
  23. data/lib/tdriver/base/sut/generic/behaviours/sut.rb +116 -96
  24. data/lib/tdriver/base/sut/generic/commands/agent.rb +43 -0
  25. data/lib/tdriver/base/sut/sut.rb +10 -8
  26. data/lib/tdriver/base/test_object/abstract.rb +25 -24
  27. data/lib/tdriver/base/test_object/adapter.rb +67 -44
  28. data/lib/tdriver/base/test_object/behaviours/test_object.rb +79 -20
  29. data/lib/tdriver/base/test_object/factory.rb +45 -15
  30. data/lib/tdriver/base/test_object/xml/adapter.rb +80 -57
  31. data/lib/tdriver/env.rb +0 -0
  32. data/lib/tdriver/loader.rb +0 -0
  33. data/lib/tdriver/matti.rb +0 -0
  34. data/lib/tdriver/report/error_recovery/tdriver_error_recovery.rb +1 -0
  35. data/lib/tdriver/report/report.rb +2 -1
  36. data/lib/tdriver/report/report_crash_file_capture.rb +12 -0
  37. data/lib/tdriver/report/report_creator.rb +6 -2
  38. data/lib/tdriver/report/report_execution_statistics.rb +27 -11
  39. data/lib/tdriver/report/report_graph_generator.rb +59 -0
  40. data/lib/tdriver/report/report_test_case_run.rb +34 -2
  41. data/lib/tdriver/report/report_writer.rb +12 -0
  42. data/lib/tdriver/tdriver.rb +12 -1
  43. data/lib/tdriver/util/agent/loader.rb +22 -0
  44. data/lib/tdriver/util/agent/service.rb +107 -0
  45. data/lib/tdriver/util/common/crc16.rb +17 -10
  46. data/lib/tdriver/util/common/hash.rb +4 -1
  47. data/lib/tdriver/util/common/kernel.rb +11 -0
  48. data/lib/tdriver/util/common/numeric.rb +48 -0
  49. data/lib/tdriver/util/common/object.rb +5 -2
  50. data/lib/tdriver/util/common/string.rb +8 -1
  51. data/lib/tdriver/util/filters/attribute_filter.rb +121 -0
  52. data/lib/tdriver/util/filters/loader.rb +29 -0
  53. data/lib/tdriver/util/fixture/loader.rb +22 -0
  54. data/lib/tdriver/util/fixture/service.rb +157 -0
  55. data/lib/tdriver/util/loader.rb +8 -2
  56. data/lib/tdriver/util/logger/logger.rb +12 -6
  57. data/lib/tdriver/util/other/config.rb +0 -0
  58. data/lib/tdriver/util/parameter/parameter.rb +221 -152
  59. data/lib/tdriver/util/plugin/error.rb +0 -0
  60. data/lib/tdriver/util/video/camera_linux.rb +36 -22
  61. data/lib/tdriver/util/xml/parsers/nokogiri/abstraction.rb +3 -13
  62. data/lib/tdriver/util/xml/parsers/nokogiri/node.rb +13 -8
  63. data/lib/tdriver/util/xml/parsers/nokogiri/nodeset.rb +51 -9
  64. data/lib/tdriver/util/xml/xml.rb +4 -2
  65. data/lib/tdriver/verify/verify.rb +280 -621
  66. data/lib/tdriver/version.rb +1 -1
  67. data/xml/behaviours/generic.xml +34 -0
  68. data/xml/templates/generic.xml +20 -3
  69. metadata +168 -240
  70. data/lib/tdriver-devtools/tests/feature_tests/output/application_closable_0x3f.feature +0 -10
  71. data/lib/tdriver-devtools/tests/feature_tests/output/application_close.feature +0 -15
  72. data/lib/tdriver-devtools/tests/feature_tests/output/application_environment.feature +0 -10
  73. data/lib/tdriver-devtools/tests/feature_tests/output/application_executable_name.feature +0 -10
  74. data/lib/tdriver-devtools/tests/feature_tests/output/application_uid.feature +0 -10
  75. data/lib/tdriver-devtools/tests/feature_tests/output/created.rid +0 -1
  76. data/lib/tdriver-devtools/tests/feature_tests/output/find_find.feature +0 -15
  77. data/lib/tdriver-devtools/tests/feature_tests/output/flash_behaviour_flash.feature +0 -10
  78. data/lib/tdriver-devtools/tests/feature_tests/output/flash_behaviour_flash_images.feature +0 -15
  79. data/lib/tdriver-devtools/tests/feature_tests/output/sut_application.feature +0 -15
  80. data/lib/tdriver-devtools/tests/feature_tests/output/sut_capture_screen.feature +0 -10
  81. data/lib/tdriver-devtools/tests/feature_tests/output/sut_child.feature +0 -10
  82. data/lib/tdriver-devtools/tests/feature_tests/output/sut_clear_verify_blocks.feature +0 -10
  83. data/lib/tdriver-devtools/tests/feature_tests/output/sut_connect.feature +0 -10
  84. data/lib/tdriver-devtools/tests/feature_tests/output/sut_controller_execution_order.feature +0 -10
  85. data/lib/tdriver-devtools/tests/feature_tests/output/sut_controller_execution_order_0x3d.feature +0 -10
  86. data/lib/tdriver-devtools/tests/feature_tests/output/sut_current_application_id.feature +0 -15
  87. data/lib/tdriver-devtools/tests/feature_tests/output/sut_disconnect.feature +0 -10
  88. data/lib/tdriver-devtools/tests/feature_tests/output/sut_dump_count.feature +0 -15
  89. data/lib/tdriver-devtools/tests/feature_tests/output/sut_freeze.feature +0 -10
  90. data/lib/tdriver-devtools/tests/feature_tests/output/sut_frozen.feature +0 -10
  91. data/lib/tdriver-devtools/tests/feature_tests/output/sut_get_application_id.feature +0 -10
  92. data/lib/tdriver-devtools/tests/feature_tests/output/sut_get_object.feature +0 -10
  93. data/lib/tdriver-devtools/tests/feature_tests/output/sut_get_operator_data.feature +0 -10
  94. data/lib/tdriver-devtools/tests/feature_tests/output/sut_get_ui_dump.feature +0 -15
  95. data/lib/tdriver-devtools/tests/feature_tests/output/sut_get_user_information.feature +0 -10
  96. data/lib/tdriver-devtools/tests/feature_tests/output/sut_input.feature +0 -15
  97. data/lib/tdriver-devtools/tests/feature_tests/output/sut_parameter.feature +0 -15
  98. data/lib/tdriver-devtools/tests/feature_tests/output/sut_press_key.feature +0 -10
  99. data/lib/tdriver-devtools/tests/feature_tests/output/sut_received_data.feature +0 -10
  100. data/lib/tdriver-devtools/tests/feature_tests/output/sut_refresh.feature +0 -20
  101. data/lib/tdriver-devtools/tests/feature_tests/output/sut_refresh_timeout.feature +0 -15
  102. data/lib/tdriver-devtools/tests/feature_tests/output/sut_refresh_tries.feature +0 -15
  103. data/lib/tdriver-devtools/tests/feature_tests/output/sut_refresh_ui_dump.feature +0 -20
  104. data/lib/tdriver-devtools/tests/feature_tests/output/sut_run.feature +0 -10
  105. data/lib/tdriver-devtools/tests/feature_tests/output/sut_sent_data.feature +0 -10
  106. data/lib/tdriver-devtools/tests/feature_tests/output/sut_state.feature +0 -10
  107. data/lib/tdriver-devtools/tests/feature_tests/output/sut_translate.feature +0 -30
  108. data/lib/tdriver-devtools/tests/feature_tests/output/sut_ui_type.feature +0 -10
  109. data/lib/tdriver-devtools/tests/feature_tests/output/sut_ui_version.feature +0 -10
  110. data/lib/tdriver-devtools/tests/feature_tests/output/sut_unfreeze.feature +0 -10
  111. data/lib/tdriver-devtools/tests/feature_tests/output/sut_update.feature +0 -10
  112. data/lib/tdriver-devtools/tests/feature_tests/output/sut_verify_always.feature +0 -20
  113. data/lib/tdriver-devtools/tests/feature_tests/output/sut_verify_blocks.feature +0 -10
  114. data/lib/tdriver-devtools/tests/feature_tests/output/sut_x_path.feature +0 -10
  115. data/lib/tdriver-devtools/tests/feature_tests/output/sut_xml_data.feature +0 -10
  116. data/lib/tdriver-devtools/tests/feature_tests/output/sut_xml_data_0x3d.feature +0 -10
  117. data/lib/tdriver-devtools/tests/feature_tests/output/sut_xml_data_crc.feature +0 -10
  118. data/lib/tdriver-devtools/tests/feature_tests/output/switchbox_behaviour_power_down.feature +0 -10
  119. data/lib/tdriver-devtools/tests/feature_tests/output/switchbox_behaviour_power_status.feature +0 -10
  120. data/lib/tdriver-devtools/tests/feature_tests/output/switchbox_behaviour_power_up.feature +0 -10
  121. data/lib/tdriver-devtools/tests/feature_tests/output/switchbox_behaviour_reset.feature +0 -10
  122. data/lib/tdriver-devtools/tests/feature_tests/output/verification_test_object_exists_0x3f.feature +0 -15
  123. data/lib/tdriver/base/behaviour/factory_new.rb +0 -409
  124. data/lib/tdriver/base/test_object/identificator.rb +0 -518
  125. data/lib/tdriver/util/filters/dynamic_attributes.rb +0 -189
@@ -1,10 +0,0 @@
1
- Feature: MobyBehaviour::Application#closable?
2
- As a test scripter writer
3
- I want to use closable? method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::Application behaviour
5
-
6
- Scenario: Testing closable? method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].closable?()"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
@@ -1,15 +0,0 @@
1
- Feature: MobyBehaviour::Application#close
2
- As a test scripter writer
3
- I want to use close method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::Application behaviour
5
-
6
- Scenario: Testing close method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].close()"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
11
- Scenario: Testing close method with optional argument 'options_hash' (Rename this to be more descriptive)
12
- Given I launch application [APPLICATION_NAME] as @app
13
- When I execute "@app.[SOME_OBJECT].close(options_hash)"
14
- Then [ADD_YOUR_VERIFICATION_HERE]
15
-
@@ -1,10 +0,0 @@
1
- Feature: MobyBehaviour::Application#environment
2
- As a test scripter writer
3
- I want to use environment method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::Application behaviour
5
-
6
- Scenario: Testing environment method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].environment()"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
@@ -1,10 +0,0 @@
1
- Feature: MobyBehaviour::Application#executable_name
2
- As a test scripter writer
3
- I want to use executable_name method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::Application behaviour
5
-
6
- Scenario: Testing executable_name method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].executable_name()"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
@@ -1,10 +0,0 @@
1
- Feature: MobyBehaviour::Application#uid
2
- As a test scripter writer
3
- I want to use uid method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::Application behaviour
5
-
6
- Scenario: Testing uid method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].uid()"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
@@ -1 +0,0 @@
1
- Thu, 16 Dec 2010 10:20:02 +0200
@@ -1,15 +0,0 @@
1
- Feature: MobyBehaviour::Find#find
2
- As a test scripter writer
3
- I want to use find method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::Find behaviour
5
-
6
- Scenario: Testing find method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].find()"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
11
- Scenario: Testing find method with optional argument 'attributes' (Rename this to be more descriptive)
12
- Given I launch application [APPLICATION_NAME] as @app
13
- When I execute "@app.[SOME_OBJECT].find(attributes)"
14
- Then [ADD_YOUR_VERIFICATION_HERE]
15
-
@@ -1,10 +0,0 @@
1
- Feature: MobyBehaviour::FlashBehaviour#flash
2
- As a test scripter writer
3
- I want to use flash method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::FlashBehaviour behaviour
5
-
6
- Scenario: Testing flash method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].flash()"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
@@ -1,15 +0,0 @@
1
- Feature: MobyBehaviour::FlashBehaviour#flash_images
2
- As a test scripter writer
3
- I want to use flash_images method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::FlashBehaviour behaviour
5
-
6
- Scenario: Testing flash_images method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].flash_images()"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
11
- Scenario: Testing flash_images method with optional argument 'flash_files' (Rename this to be more descriptive)
12
- Given I launch application [APPLICATION_NAME] as @app
13
- When I execute "@app.[SOME_OBJECT].flash_images(flash_files)"
14
- Then [ADD_YOUR_VERIFICATION_HERE]
15
-
@@ -1,15 +0,0 @@
1
- Feature: MobyBehaviour::SUT#application
2
- As a test scripter writer
3
- I want to use application method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing application method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].application()"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
11
- Scenario: Testing application method with optional argument 'attributes' (Rename this to be more descriptive)
12
- Given I launch application [APPLICATION_NAME] as @app
13
- When I execute "@app.[SOME_OBJECT].application(attributes)"
14
- Then [ADD_YOUR_VERIFICATION_HERE]
15
-
@@ -1,10 +0,0 @@
1
- Feature: MobyBehaviour::SUT#capture_screen
2
- As a test scripter writer
3
- I want to use capture_screen method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing capture_screen method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].capture_screen(arguments)"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
@@ -1,10 +0,0 @@
1
- Feature: MobyBehaviour::SUT#child
2
- As a test scripter writer
3
- I want to use child method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing child method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].child(attributes)"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
@@ -1,10 +0,0 @@
1
- Feature: MobyBehaviour::SUT#clear_verify_blocks
2
- As a test scripter writer
3
- I want to use clear_verify_blocks method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing clear_verify_blocks method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].clear_verify_blocks()"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
@@ -1,10 +0,0 @@
1
- Feature: MobyBehaviour::SUT#connect
2
- As a test scripter writer
3
- I want to use connect method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing connect method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].connect(id)"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
@@ -1,10 +0,0 @@
1
- Feature: MobyBehaviour::SutController#execution_order
2
- As a test scripter writer
3
- I want to use execution_order method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SutController behaviour
5
-
6
- Scenario: Testing execution_order method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].execution_order()"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
@@ -1,10 +0,0 @@
1
- Feature: MobyBehaviour::SutController#execution_order=
2
- As a test scripter writer
3
- I want to use execution_order= method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SutController behaviour
5
-
6
- Scenario: Testing execution_order= method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].execution_order=(order)"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
@@ -1,15 +0,0 @@
1
- Feature: MobyBehaviour::SUT#current_application_id=
2
- As a test scripter writer
3
- I want to use current_application_id attribute to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing current_application_id attribute (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].current_application_id"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
11
- Scenario: Testing current_application_id= attribute (Rename this to be more descriptive)
12
- Given I launch application [APPLICATION_NAME] as @app
13
- When I execute "@app.[SOME_OBJECT].current_application_id="
14
- Then [ADD_YOUR_VERIFICATION_HERE]
15
-
@@ -1,10 +0,0 @@
1
- Feature: MobyBehaviour::SUT#disconnect
2
- As a test scripter writer
3
- I want to use disconnect method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing disconnect method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].disconnect()"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
@@ -1,15 +0,0 @@
1
- Feature: MobyBehaviour::SUT#dump_count=
2
- As a test scripter writer
3
- I want to use dump_count attribute to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing dump_count attribute (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].dump_count"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
11
- Scenario: Testing dump_count= attribute (Rename this to be more descriptive)
12
- Given I launch application [APPLICATION_NAME] as @app
13
- When I execute "@app.[SOME_OBJECT].dump_count="
14
- Then [ADD_YOUR_VERIFICATION_HERE]
15
-
@@ -1,10 +0,0 @@
1
- Feature: MobyBehaviour::SUT#freeze
2
- As a test scripter writer
3
- I want to use freeze method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing freeze method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].freeze()"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
@@ -1,10 +0,0 @@
1
- Feature: MobyBehaviour::SUT#frozen
2
- As a test scripter writer
3
- I want to use frozen attribute to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing frozen attribute (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].frozen"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
@@ -1,10 +0,0 @@
1
- Feature: MobyBehaviour::SUT#get_application_id
2
- As a test scripter writer
3
- I want to use get_application_id method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing get_application_id method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].get_application_id()"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
@@ -1,10 +0,0 @@
1
- Feature: MobyBehaviour::SUT#get_object
2
- As a test scripter writer
3
- I want to use get_object method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing get_object method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].get_object(object_id)"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
@@ -1,10 +0,0 @@
1
- Feature: MobyBehaviour::SUT#get_operator_data
2
- As a test scripter writer
3
- I want to use get_operator_data method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing get_operator_data method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].get_operator_data(operator_data_lname)"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
@@ -1,15 +0,0 @@
1
- Feature: MobyBehaviour::SUT#get_ui_dump
2
- As a test scripter writer
3
- I want to use get_ui_dump method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing get_ui_dump method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].get_ui_dump()"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
11
- Scenario: Testing get_ui_dump method with optional argument 'refresh_args' (Rename this to be more descriptive)
12
- Given I launch application [APPLICATION_NAME] as @app
13
- When I execute "@app.[SOME_OBJECT].get_ui_dump(refresh_args)"
14
- Then [ADD_YOUR_VERIFICATION_HERE]
15
-
@@ -1,10 +0,0 @@
1
- Feature: MobyBehaviour::SUT#get_user_information
2
- As a test scripter writer
3
- I want to use get_user_information method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing get_user_information method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].get_user_information(user_data_lname)"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
@@ -1,15 +0,0 @@
1
- Feature: MobyBehaviour::SUT#input=
2
- As a test scripter writer
3
- I want to use input attribute to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing input attribute (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].input"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
11
- Scenario: Testing input= attribute (Rename this to be more descriptive)
12
- Given I launch application [APPLICATION_NAME] as @app
13
- When I execute "@app.[SOME_OBJECT].input="
14
- Then [ADD_YOUR_VERIFICATION_HERE]
15
-
@@ -1,15 +0,0 @@
1
- Feature: MobyBehaviour::SUT#parameter
2
- As a test scripter writer
3
- I want to use parameter method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing parameter method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].parameter()"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
11
- Scenario: Testing parameter method with optional argument 'arguments' (Rename this to be more descriptive)
12
- Given I launch application [APPLICATION_NAME] as @app
13
- When I execute "@app.[SOME_OBJECT].parameter(arguments)"
14
- Then [ADD_YOUR_VERIFICATION_HERE]
15
-
@@ -1,10 +0,0 @@
1
- Feature: MobyBehaviour::SUT#press_key
2
- As a test scripter writer
3
- I want to use press_key method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing press_key method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].press_key(value)"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
@@ -1,10 +0,0 @@
1
- Feature: MobyBehaviour::SUT#received_data
2
- As a test scripter writer
3
- I want to use received_data method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing received_data method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].received_data()"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
@@ -1,20 +0,0 @@
1
- Feature: MobyBehaviour::SUT#refresh
2
- As a test scripter writer
3
- I want to use refresh method to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing refresh method with required argument(s) (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].refresh()"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
11
- Scenario: Testing refresh method with optional argument 'refresh_args' (Rename this to be more descriptive)
12
- Given I launch application [APPLICATION_NAME] as @app
13
- When I execute "@app.[SOME_OBJECT].refresh(refresh_args)"
14
- Then [ADD_YOUR_VERIFICATION_HERE]
15
-
16
- Scenario: Testing refresh method with optional argument 'creation_attributes' (Rename this to be more descriptive)
17
- Given I launch application [APPLICATION_NAME] as @app
18
- When I execute "@app.[SOME_OBJECT].refresh(refresh_args, creation_attributes)"
19
- Then [ADD_YOUR_VERIFICATION_HERE]
20
-
@@ -1,15 +0,0 @@
1
- Feature: MobyBehaviour::SUT#refresh_timeout=
2
- As a test scripter writer
3
- I want to use refresh_timeout attribute to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing refresh_timeout attribute (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].refresh_timeout"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
11
- Scenario: Testing refresh_timeout= attribute (Rename this to be more descriptive)
12
- Given I launch application [APPLICATION_NAME] as @app
13
- When I execute "@app.[SOME_OBJECT].refresh_timeout="
14
- Then [ADD_YOUR_VERIFICATION_HERE]
15
-
@@ -1,15 +0,0 @@
1
- Feature: MobyBehaviour::SUT#refresh_tries=
2
- As a test scripter writer
3
- I want to use refresh_tries attribute to [DO_SOMETHING] in [TARGET_APPLICATION]
4
- so that I can test the MobyBehaviour::SUT behaviour
5
-
6
- Scenario: Testing refresh_tries attribute (Rename this to be more descriptive)
7
- Given I launch application [APPLICATION_NAME] as @app
8
- When I execute "@app.[SOME_OBJECT].refresh_tries"
9
- Then [ADD_YOUR_VERIFICATION_HERE]
10
-
11
- Scenario: Testing refresh_tries= attribute (Rename this to be more descriptive)
12
- Given I launch application [APPLICATION_NAME] as @app
13
- When I execute "@app.[SOME_OBJECT].refresh_tries="
14
- Then [ADD_YOUR_VERIFICATION_HERE]
15
-