//==== TEST: DownloadCallback_notexist
//==== LABEL: check if is possible to call DownloadCallback in new expresion
//==== PRIORITY: P3
-//==== EXECUTION_TYPE: auto
-//==== STEP: Check if is possible to call DownloadCallback in new expresion.
-//==== EXPECT: It must not be possible to call DownloadCallback in new expresion.
//==== SPEC: Tizen Web API:Content:Download:DownloadCallback:DownloadCallback U
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA CBNIO
//==== TEST: DownloadCallback_oncanceled
//==== LABEL: Test whether the type of each argument is equal to the specified for oncanceled callback.
//==== PRIORITY: P1
-//==== STEP: Test whether the type of each argument is equal to the specified.
-//==== EXPECT: The type of each argument must correspond to the type specified.
//==== SPEC: Tizen Web API:Content:Download:DownloadCallback:oncanceled M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== ONLOAD_DELAY 90
//==== TEST: DownloadCallback_oncompleted
//==== LABEL: Test whether the type of each argument is equal to the specified for oncompleted callback.
//==== PRIORITY: P1
-//==== STEP: Test whether the type of each argument is equal to the specified.
-//==== EXPECT: The type of each argument must correspond to the type specified.
//==== SPEC: Tizen Web API:Content:Download:DownloadCallback:oncompleted M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== ONLOAD_DELAY 90
//==== TEST: DownloadCallback_onfailed
//==== LABEL: Test whether the type of each argument is equal to the specified for onfailed callback.
//==== PRIORITY: P1
-//==== STEP: Test whether the type of each argument is equal to the specified.
-//==== EXPECT: The type of each argument must correspond to the type specified.
//==== SPEC: Tizen Web API:Content:Download:DownloadCallback:onfailed M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== ONLOAD_DELAY 90
//==== TEST: DownloadCallback_onpaused
//==== LABEL: Test whether the type of each argument is equal to the specified for onpaused callback.
//==== PRIORITY: P1
-//==== STEP: Test whether the type of each argument is equal to the specified.
-//==== EXPECT: The type of each argument must correspond to the type specified.
//==== SPEC: Tizen Web API:Content:Download:DownloadCallback:onpaused M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== ONLOAD_DELAY 90
//==== TEST: DownloadCallback_onprogress
//==== LABEL: Test whether the type of each argument is equal to the specified for onprogress callback.
//==== PRIORITY: P1
-//==== STEP: Test whether the type of each argument is equal to the specified.
-//==== EXPECT: The type of each argument must correspond to the type specified.
//==== SPEC: Tizen Web API:Content:Download:DownloadCallback:onprogress M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== ONLOAD_DELAY 90
//==== TEST: DownloadManagerObject_download_exists
//==== LABEL check if the readonly attribute download
//==== PRIORITY P3
-//==== STEP check if the readonly attribute download
-//==== EXPECT true should be returned
//==== SPEC Tizen Web API:Content:Download:DownloadManager:DownloadManager U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/download.html
//==== TEST_CRITERIA OBME
//==== TEST: DownloadManager_cancel
//==== LABEL: Check if cancel method with downloadId non-optional argument works
//==== PRIORITY: P2
-//==== STEP: Check if start method with downloadId non-optional argument works
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:cancel M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== ONLOAD_DELAY 90
//==== TEST: DownloadManager_cancel_exist
//==== LABEL: Check if cancel method exists in DownloadManager.
//==== PRIORITY: P1
-//==== STEP: Check if cancel method exists in DownloadManager.
-//==== EXPECT: The cancel method exists in DownloadManager.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:cancel M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA ME
//==== TEST: DownloadManager_extend
//==== LABEL: test whether the DownloadManager object can have new attribute added
//==== PRIORITY: P3
-//==== STEP: test whether the DownloadManager object can have new attribute added
-//==== EXPECT: The objects must be extensible by default
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:DownloadManager U
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA OBX
//==== TEST: DownloadManager_getDownloadRequest
//==== LABEL: Check if getDownloadRequest method with downloadId non-optional argument works
//==== PRIORITY: P2
-//==== STEP: Check if getDownloadRequest method with downloadId non-optional argument works
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:getDownloadRequest M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== ONLOAD_DELAY 90
//==== TEST: DownloadManager_getDownloadRequest_exist
//==== LABEL: Check if getDownloadRequest method exists in DownloadManager.
//==== PRIORITY: P1
-//==== STEP: Check if getDownloadRequest method exists in DownloadManager.
-//==== EXPECT The getDownloadRequest method exists in DownloadManager.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:getDownloadRequest M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA ME
//==== TEST: DownloadManager_getMIMEType
//==== LABEL: Check if getMIMEType method with downloadId non-optional argument works
//==== PRIORITY: P2
-//==== STEP: Check if getMIMEType method with downloadId non-optional argument works
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:getMIMEType M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== ONLOAD_DELAY 90
//==== TEST: DownloadManager_getMIMEType_exist
//==== LABEL: Check if getMIMEType method exists in DownloadManager.
//==== PRIORITY: P1
-//==== STEP: Check if getMIMEType method exists in DownloadManager.
-//==== EXPECT: The getMIMEType method exists in DownloadManager.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:getMIMEType M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA ME
//==== TEST: DownloadManager_getState
//==== LABEL: Check if getState method with downloadId non-optional argument works
//==== PRIORITY: P2
-//==== STEP: Check if getState method with downloadId non-optional argument works
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:getState M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== ONLOAD_DELAY 90
//==== TEST: DownloadManager_getState_exist
//==== LABEL: Check if getState method exists in DownloadManager.
//==== PRIORITY: P1
-//==== STEP: Check if getState method exists in DownloadManager.
-//==== EXPECT: The getState method exists in DownloadManager.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:getState M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA ME
<script type="text/javascript">
//==== TEST: DownloadManager_getState_using
//==== LABEL check if the method getState which in DownloadManager interface success
-//==== STEP check if the method getState which in DownloadManager interface success
-//==== EXPECT true should be returned
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Content:Download:DownloadManager:getState M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/download.html
//==== TEST: DownloadManager_in_tizen
//==== LABEL: check attribute download
//==== PRIORITY: P3
-//==== EXECUTION_TYPE: auto
-//==== STEP: Check attribute download.
-//==== EXPECT: readonly attribute download is not modified.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:DownloadManager U
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA OBME
//==== TEST: DownloadManager_notexist
//==== LABEL: check if is possible to call DownloadManager in new expresion
//==== PRIORITY: P3
-//==== EXECUTION_TYPE: auto
-//==== STEP: Check if is possible to call DownloadManager in new expresion.
-//==== EXPECT: It must not be possible to call DownloadManager in new expresion.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:DownloadManager U
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA NIO
//==== TEST: DownloadManager_pause
//==== LABEL: Check if pause method with downloadId non-optional argument works
//==== PRIORITY: P2
-//==== STEP: Check if pause method with downloadId non-optional argument works
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:pause M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== ONLOAD_DELAY 90
//==== TEST: DownloadManager_pause_exist
//==== LABEL: Check if pause method exists in DownloadManager.
//==== PRIORITY: P1
-//==== STEP: Check if pause method exists in DownloadManager.
-//==== EXPECT: The pause method exists in DownloadManager.
//==== SPEC Tizen Web API:Content:Download:DownloadManager:pause M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA ME
//==== TEST: DownloadManager_resume
//==== LABEL: Check if resume method with downloadId non-optional argument works
//==== PRIORITY: P2
-//==== STEP: Check if resume method with downloadId non-optional argument works
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:resume M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== ONLOAD_DELAY 90
//==== TEST: DownloadManager_resume_exist
//==== LABEL: Check if resume method exists in DownloadManager.
//==== PRIORITY: P1
-//==== STEP: Check if resume method exists in DownloadManager.
-//==== EXPECT: The resume method exists in DownloadManager.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:resume M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA ME
//==== TEST: DownloadManager_setListener
//==== LABEL: Check if setListener method with downloadId non-optional argument works
//==== PRIORITY: P2
-//==== STEP: Check if setListener method with downloadId non-optional argument works
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:setListener M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== ONLOAD_DELAY 90
//==== TEST: DownloadManager_setListener_downloadCallback_TypeMismatch
//==== LABEL: Check argument downloadCallback conversions exception for setListener method.
//==== PRIORITY: P2
-//==== STEP: Check argument downloadCallback conversions exception.
-//==== EXPECT: An exception must be thrown when the input value cannot be converted into a proper value.
//==== ONLOAD_DELAY 90
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:setListener M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST: DownloadManager_setListener_downloadCallback_invalid_cb
//==== LABEL: Test whether the constructor of the interface is defined or not for setListener method.
//==== PRIORITY: P2
-//==== STEP Check argument downloadCallback validation - use {onsuccess: function(){}}.
-//==== EXPECT: An exception must be thrown.
//==== ONLOAD_DELAY 90
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:setListener M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST: DownloadManager_setListener_exist
//==== LABEL: Check if setListener method exists in DownloadManager.
//==== PRIORITY: P1
-//==== STEP Check if setListener method exists in DownloadManager.
-//==== EXPECT The setListener method exists in DownloadManager.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:setListener M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA ME
//==== TEST: DownloadManager_setListener_missarg
//==== LABEL: Check if setListener method with missing non-optional argument works
//==== PRIORITY: P2
-//==== STEP: Check if setListener method with missing non-optional argument works
-//==== EXPECT: An omitted input value must be recognized as undefined. And then an exception must be thrown if undefined cannot be converted into a proper value.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:setListener M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA MMA
//==== TEST: DownloadManager_setListener_null
//==== LABEL Check if method setListener throw an TypeMismatchError when the input download id is null.
//==== PRIORITY P2
-//==== STEP Check if method setListener throw an TypeMismatchError when the input download id is null
-//==== EXPECT Pass
//==== SPEC Tizen Web API:Content:Download:DownloadManager:setListener M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/download.html
//==== TEST_CRITERIA MC
//==== TEST: DownloadManager_start
//==== LABEL: Check if start method with downloadRequest non-optional argument works
//==== PRIORITY: P2
-//==== STEP: Check if start method with downloadRequest non-optional argument works
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:start M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA MMINA MR MAST
//==== TEST: DownloadManager_start_downloadCallback_TypeMismatch
//==== LABEL: Check argument downloadCallback conversions exception for start method.
//==== PRIORITY: P2
-//==== STEP: Check argument downloadCallback conversions exception.
-//==== EXPECT: An exception must be thrown when the input value cannot be converted into a proper value.
//==== ONLOAD_DELAY 90
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:start M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/download.html
//==== TEST: DownloadManager_start_downloadCallback_invalid_cb
//==== LABEL: Test whether the constructor of the interface is defined or not for callback in start method.
//==== PRIORITY: P2
-//==== STEP Check argument downloadCallback validation - use {onsuccess: function(){}}.
-//==== EXPECT: An exception must be thrown.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:start M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== ONLOAD_DELAY 90
//==== TEST: DownloadManager_start_downloadRequest_TypeMismatch
//==== LABEL: Check argument downloadRequest conversions exception.
//==== PRIORITY: P2
-//==== STEP: Check argument downloadRequest conversions exception.
-//==== EXPECT: An exception must be thrown when the input value cannot be converted into a proper value.
//==== ONLOAD_DELAY 90
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:start M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST: DownloadManager_start_downloadRequest_invalid_obj
//==== LABEL: check if the parameter downloadRequest which in setListener method invalid
//==== PRIORITY: P2
-//==== STEP: Check argument downloadRequest validation - use {onsuccess: function(){}}.
-//==== EXPECT: An exception must be thrown when a fake system object is passed.
//==== ONLOAD_DELAY 90
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:start M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST: DownloadManager_start_exist
//==== LABEL: Check if start method exists in DownloadManager.
//==== PRIORITY: P1
-//==== STEP: Check if start method exists in DownloadManager.
-//==== EXPECT: The start method exists in DownloadManager.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:start M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA ME
//==== TEST: DownloadManager_start_missarg
//==== LABEL: Check if start method with missing non-optional argument works
//==== PRIORITY: P2
-//==== STEP: Check if start method with missing non-optional argument works
-//==== EXPECT: An omitted input value must be recognized as undefined. And then an exception must be thrown if undefined cannot be converted into a proper value.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:start M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA MMA
//==== TEST: DownloadManager_start_with_downloadCallback
//==== LABEL: Check if start method with downloadCallback optional argument works
//==== PRIORITY: P2
-//==== STEP: Check if start method with downloadCallback optional argument works
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:Content:Download:DownloadManager:start M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== ONLOAD_DELAY 90
//==== TEST: DownloadRequest_constructor
//==== LABEL: check if the values of the attributes are equal to the arguments passed
//==== PRIORITY: P1
-//==== STEP: check if the values of the attributes are equal to the arguments passed
-//==== EXPECT: the values of the attributes are equal to the arguments passed
//==== SPEC: Tizen Web API:Content:Download:DownloadRequest:constructor C
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA CONSTRA CONSTRM
//==== TEST: DownloadRequest_destination_attribute
//==== LABEL: check attribute destination
//==== PRIORITY: P1
-//==== STEP: check attribute destination.
-//==== EXPECT: attribute destination can be assigned a valid value
//==== SPEC: Tizen Web API:Content:Download:DownloadRequest:destination A
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA AE AT ASG ADV
//==== TEST: DownloadRequest_exist
//==== LABEL: Test whether the constructor of the interface is defined or not for DownloadRequest.
//==== PRIORITY: P0
-//==== STEP: Test whether the constructor of the interface is defined or not.
-//==== EXPECT: It must be possible to be called as part of a new expression, function and part of interface operator.
//==== SPEC: Tizen Web API:Content:Download:DownloadRequest:constructor C
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA CONSTRF
//==== TEST: DownloadRequest_extend
//==== LABEL: test whether the object can have new attribute added
//==== PRIORITY: P3
-//==== STEP: test whether the object can have new attribute added
-//==== EXPECT: The objects must be extensible by default
//==== SPEC: Tizen Web API:Content:Download:DownloadRequest:DownloadRequest U
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA OBX
//==== TEST: DownloadRequest_fileName_attribute
//==== LABEL: check attribute fileName
//==== PRIORITY: P1
-//==== STEP: check attribute fileName.
-//==== EXPECT: attribute fileName can be assigned a valid value
//==== SPEC: Tizen Web API:Content:Download:DownloadRequest:fileName A
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA AE AT ASG ADV
//==== TEST: DownloadRequest_httpHeader_attribute
//==== LABEL: check attribute httpHeader
//==== PRIORITY: P1
-//==== STEP: check attribute httpHeader.
-//==== EXPECT: attribute httpHeader can be assigned a valid value
//==== SPEC: Tizen Web API:Content:Download:DownloadRequest:httpHeader A
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA AE AT ADV ASG
//==== TEST: DownloadRequest_networkType_attribute
//==== LABEL: check attribute networkType
//==== PRIORITY: P1
-//==== STEP: check attribute networkType.
-//==== EXPECT: attribute networkType can be assigned a valid value
//==== SPEC: Tizen Web API:Content:Download:DownloadRequest:networkType A
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA AE AT ASG ADV
//==== TEST: DownloadRequest_url_attribute
//==== LABEL: check attribute url
//==== PRIORITY: P1
-//==== STEP: check attribute url.
-//==== EXPECT: attribute url can be assigned a valid value
//==== SPEC: Tizen Web API:Content:Download:DownloadRequest:url A
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/download.html
//==== TEST_CRITERIA AE AT ASG AN
<set name="Download">
<testcase purpose="Check if start method exists in DownloadManager." type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadManager_start_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if start method exists in DownloadManager.</step_desc>
- <expected>The start method exists in DownloadManager.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_start_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if cancel method exists in DownloadManager." type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadManager_cancel_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if cancel method exists in DownloadManager.</step_desc>
- <expected>The cancel method exists in DownloadManager.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_cancel_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if pause method exists in DownloadManager." type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadManager_pause_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if pause method exists in DownloadManager.</step_desc>
- <expected>The pause method exists in DownloadManager.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_pause_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if resume method exists in DownloadManager." type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadManager_resume_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if resume method exists in DownloadManager.</step_desc>
- <expected>The resume method exists in DownloadManager.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_resume_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if getState method exists in DownloadManager." type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadManager_getState_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if getState method exists in DownloadManager.</step_desc>
- <expected>The getState method exists in DownloadManager.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_getState_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if the method getState which in DownloadManager interface success" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadManager_getState_using">
<description>
- <steps>
- <step order="1">
- <step_desc>check if the method getState which in DownloadManager interface success</step_desc>
- <expected>true should be returned</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_getState_using.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Test whether the type of each argument is equal to the specified for onprogress callback." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadCallback_onprogress">
<description>
- <steps>
- <step order="1">
- <step_desc>Test whether the type of each argument is equal to the specified.</step_desc>
- <expected>The type of each argument must correspond to the type specified.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadCallback_onprogress.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check attribute destination" type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadRequest_destination_attribute">
<description>
- <steps>
- <step order="1">
- <step_desc>check attribute destination.</step_desc>
- <expected>attribute destination can be assigned a valid value</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadRequest_destination_attribute.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check attribute fileName" type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadRequest_fileName_attribute">
<description>
- <steps>
- <step order="1">
- <step_desc>check attribute fileName.</step_desc>
- <expected>attribute fileName can be assigned a valid value</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadRequest_fileName_attribute.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if cancel method with downloadId non-optional argument works" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P2" id="DownloadManager_cancel">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if start method with downloadId non-optional argument works</step_desc>
- <expected>The method must be called successfully without an exception.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_cancel.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if getState method with downloadId non-optional argument works" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P2" id="DownloadManager_getState">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if getState method with downloadId non-optional argument works</step_desc>
- <expected>The method must be called successfully without an exception.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_getState.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if pause method with downloadId non-optional argument works" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P2" id="DownloadManager_pause">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if pause method with downloadId non-optional argument works</step_desc>
- <expected>The method must be called successfully without an exception.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_pause.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if resume method with downloadId non-optional argument works" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P2" id="DownloadManager_resume">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if resume method with downloadId non-optional argument works</step_desc>
- <expected>The method must be called successfully without an exception.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_resume.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if start method with downloadRequest non-optional argument works" type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P2" id="DownloadManager_start">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if start method with downloadRequest non-optional argument works</step_desc>
- <expected>The method must be called successfully without an exception.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_start.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if the readonly attribute download" type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P3" id="DownloadManagerObject_download_exists">
<description>
- <steps>
- <step order="1">
- <step_desc>check if the readonly attribute download</step_desc>
- <expected>true should be returned</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManagerObject_download_exists.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check attribute url" type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadRequest_url_attribute">
<description>
- <steps>
- <step order="1">
- <step_desc>check attribute url.</step_desc>
- <expected>attribute url can be assigned a valid value</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadRequest_url_attribute.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if getDownloadRequest method exists in DownloadManager." type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadManager_getDownloadRequest_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if getDownloadRequest method exists in DownloadManager.</step_desc>
- <expected>The getDownloadRequest method exists in DownloadManager.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_getDownloadRequest_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if getMIMEType method exists in DownloadManager." type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadManager_getMIMEType_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if getMIMEType method exists in DownloadManager.</step_desc>
- <expected>The getMIMEType method exists in DownloadManager.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_getMIMEType_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if setListener method exists in DownloadManager." type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadManager_setListener_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if setListener method exists in DownloadManager.</step_desc>
- <expected>The setListener method exists in DownloadManager.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_setListener_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if getDownloadRequest method with downloadId non-optional argument works" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P2" id="DownloadManager_getDownloadRequest">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if getDownloadRequest method with downloadId non-optional argument works</step_desc>
- <expected>The method must be called successfully without an exception.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_getDownloadRequest.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if getMIMEType method with downloadId non-optional argument works" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P2" id="DownloadManager_getMIMEType">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if getMIMEType method with downloadId non-optional argument works</step_desc>
- <expected>The method must be called successfully without an exception.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_getMIMEType.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if setListener method with downloadId non-optional argument works" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P2" id="DownloadManager_setListener">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if setListener method with downloadId non-optional argument works</step_desc>
- <expected>The method must be called successfully without an exception.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_setListener.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if method setListener throw an TypeMismatchError when the input download id is null." type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P2" id="DownloadManager_setListener_null">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if method setListener throw an TypeMismatchError when the input download id is null</step_desc>
- <expected>Pass</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_setListener_null.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="test whether the object can have new attribute added" type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P3" id="DownloadRequest_extend">
<description>
- <steps>
- <step order="1">
- <step_desc>test whether the object can have new attribute added</step_desc>
- <expected>The objects must be extensible by default</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadRequest_extend.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if the values of the attributes are equal to the arguments passed" type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadRequest_constructor">
<description>
- <steps>
- <step order="1">
- <step_desc>check if the values of the attributes are equal to the arguments passed</step_desc>
- <expected>the values of the attributes are equal to the arguments passed</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadRequest_constructor.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Test whether the constructor of the interface is defined or not for DownloadRequest." type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P0" id="DownloadRequest_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>Test whether the constructor of the interface is defined or not.</step_desc>
- <expected>It must be possible to be called as part of a new expression, function and part of interface operator.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadRequest_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Test whether the constructor of the interface is defined or not for setListener method." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P2" id="DownloadManager_setListener_downloadCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument downloadCallback validation - use {onsuccess: function(){}}.</step_desc>
- <expected>An exception must be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_setListener_downloadCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument downloadCallback conversions exception for setListener method." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P2" id="DownloadManager_setListener_downloadCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument downloadCallback conversions exception.</step_desc>
- <expected>An exception must be thrown when the input value cannot be converted into a proper value.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_setListener_downloadCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if setListener method with missing non-optional argument works" type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P2" id="DownloadManager_setListener_missarg">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if setListener method with missing non-optional argument works</step_desc>
- <expected>An omitted input value must be recognized as undefined. And then an exception must be thrown if undefined cannot be converted into a proper value.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_setListener_missarg.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if start method with missing non-optional argument works" type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P2" id="DownloadManager_start_missarg">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if start method with missing non-optional argument works</step_desc>
- <expected>An omitted input value must be recognized as undefined. And then an exception must be thrown if undefined cannot be converted into a proper value.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_start_missarg.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="test whether the DownloadManager object can have new attribute added" type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P3" id="DownloadManager_extend">
<description>
- <steps>
- <step order="1">
- <step_desc>test whether the DownloadManager object can have new attribute added</step_desc>
- <expected>The objects must be extensible by default</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_extend.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call DownloadCallback in new expresion" type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P3" id="DownloadCallback_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if is possible to call DownloadCallback in new expresion.</step_desc>
- <expected>It must not be possible to call DownloadCallback in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadCallback_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call DownloadManager in new expresion" type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P3" id="DownloadManager_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if is possible to call DownloadManager in new expresion.</step_desc>
- <expected>It must not be possible to call DownloadManager in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check attribute download" type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P3" id="DownloadManager_in_tizen">
<description>
- <steps>
- <step order="1">
- <step_desc>Check attribute download.</step_desc>
- <expected>readonly attribute download is not modified.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_in_tizen.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Test whether the constructor of the interface is defined or not for callback in start method." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P2" id="DownloadManager_start_downloadCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument downloadCallback validation - use {onsuccess: function(){}}.</step_desc>
- <expected>An exception must be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_start_downloadCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if the parameter downloadRequest which in setListener method invalid" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P2" id="DownloadManager_start_downloadRequest_invalid_obj">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument downloadRequest validation - use {onsuccess: function(){}}.</step_desc>
- <expected>An exception must be thrown when a fake system object is passed.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_start_downloadRequest_invalid_obj.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if start method with downloadCallback optional argument works" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P2" id="DownloadManager_start_with_downloadCallback">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if start method with downloadCallback optional argument works</step_desc>
- <expected>The method must be called successfully without an exception.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_start_with_downloadCallback.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument downloadRequest conversions exception." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P2" id="DownloadManager_start_downloadRequest_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument downloadRequest conversions exception.</step_desc>
- <expected>An exception must be thrown when the input value cannot be converted into a proper value.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_start_downloadRequest_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument downloadCallback conversions exception for start method." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P2" id="DownloadManager_start_downloadCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument downloadCallback conversions exception.</step_desc>
- <expected>An exception must be thrown when the input value cannot be converted into a proper value.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_start_downloadCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Test whether the type of each argument is equal to the specified for onpaused callback." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadCallback_onpaused">
<description>
- <steps>
- <step order="1">
- <step_desc>Test whether the type of each argument is equal to the specified.</step_desc>
- <expected>The type of each argument must correspond to the type specified.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadCallback_onpaused.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Test whether the type of each argument is equal to the specified for oncanceled callback." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadCallback_oncanceled">
<description>
- <steps>
- <step order="1">
- <step_desc>Test whether the type of each argument is equal to the specified.</step_desc>
- <expected>The type of each argument must correspond to the type specified.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadCallback_oncanceled.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Test whether the type of each argument is equal to the specified for oncompleted callback." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadCallback_oncompleted">
<description>
- <steps>
- <step order="1">
- <step_desc>Test whether the type of each argument is equal to the specified.</step_desc>
- <expected>The type of each argument must correspond to the type specified.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadCallback_oncompleted.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Test whether the type of each argument is equal to the specified for onfailed callback." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadCallback_onfailed">
<description>
- <steps>
- <step order="1">
- <step_desc>Test whether the type of each argument is equal to the specified.</step_desc>
- <expected>The type of each argument must correspond to the type specified.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadCallback_onfailed.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check attribute networkType" type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadRequest_networkType_attribute">
<description>
- <steps>
- <step order="1">
- <step_desc>check attribute networkType.</step_desc>
- <expected>attribute networkType can be assigned a valid value</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadRequest_networkType_attribute.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check attribute httpHeader" type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadRequest_httpHeader_attribute">
<description>
- <steps>
- <step order="1">
- <step_desc>check attribute httpHeader.</step_desc>
- <expected>attribute httpHeader can be assigned a valid value</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadRequest_httpHeader_attribute.html</test_script_entry>
</description>
<specs>
<?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/xsl" href="./testcase.xsl"?>
+<?xml-stylesheet type="text/xsl" href="./testcase.xsl"?>
<test_definition>
- <suite launcher="WRTLauncher" name="tct-download-tizen-tests" category="Tizen Web Device APIs">
+ <suite name="tct-download-tizen-tests" launcher="WRTLauncher" category="Tizen Web Device APIs">
<set name="Download">
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_start_exist" purpose="Check if start method exists in DownloadManager.">
+ <testcase purpose="Check if start method exists in DownloadManager." component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_start_exist">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_start_exist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_cancel_exist" purpose="Check if cancel method exists in DownloadManager.">
+ </testcase>
+ <testcase purpose="Check if cancel method exists in DownloadManager." component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_cancel_exist">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_cancel_exist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_pause_exist" purpose="Check if pause method exists in DownloadManager.">
+ </testcase>
+ <testcase purpose="Check if pause method exists in DownloadManager." component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_pause_exist">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_pause_exist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_resume_exist" purpose="Check if resume method exists in DownloadManager.">
+ </testcase>
+ <testcase purpose="Check if resume method exists in DownloadManager." component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_resume_exist">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_resume_exist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_getState_exist" purpose="Check if getState method exists in DownloadManager.">
+ </testcase>
+ <testcase purpose="Check if getState method exists in DownloadManager." component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_getState_exist">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_getState_exist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_getState_using" onload_delay="90" purpose="check if the method getState which in DownloadManager interface success">
+ </testcase>
+ <testcase purpose="check if the method getState which in DownloadManager interface success" onload_delay="90" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_getState_using">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_getState_using.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadCallback_onprogress" onload_delay="90" purpose="Test whether the type of each argument is equal to the specified for onprogress callback.">
+ </testcase>
+ <testcase purpose="Test whether the type of each argument is equal to the specified for onprogress callback." onload_delay="90" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadCallback_onprogress">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadCallback_onprogress.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadRequest_destination_attribute" purpose="check attribute destination">
+ </testcase>
+ <testcase purpose="check attribute destination" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadRequest_destination_attribute">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadRequest_destination_attribute.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadRequest_fileName_attribute" purpose="check attribute fileName">
+ </testcase>
+ <testcase purpose="check attribute fileName" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadRequest_fileName_attribute">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadRequest_fileName_attribute.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_cancel" onload_delay="90" purpose="Check if cancel method with downloadId non-optional argument works">
+ </testcase>
+ <testcase purpose="Check if cancel method with downloadId non-optional argument works" onload_delay="90" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_cancel">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_cancel.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_getState" onload_delay="90" purpose="Check if getState method with downloadId non-optional argument works">
+ </testcase>
+ <testcase purpose="Check if getState method with downloadId non-optional argument works" onload_delay="90" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_getState">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_getState.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_pause" onload_delay="90" purpose="Check if pause method with downloadId non-optional argument works">
+ </testcase>
+ <testcase purpose="Check if pause method with downloadId non-optional argument works" onload_delay="90" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_pause">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_pause.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_resume" onload_delay="90" purpose="Check if resume method with downloadId non-optional argument works">
+ </testcase>
+ <testcase purpose="Check if resume method with downloadId non-optional argument works" onload_delay="90" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_resume">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_resume.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_start" purpose="Check if start method with downloadRequest non-optional argument works">
+ </testcase>
+ <testcase purpose="Check if start method with downloadRequest non-optional argument works" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_start">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_start.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManagerObject_download_exists" purpose="check if the readonly attribute download">
+ </testcase>
+ <testcase purpose="check if the readonly attribute download" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManagerObject_download_exists">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManagerObject_download_exists.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadRequest_url_attribute" purpose="check attribute url">
+ </testcase>
+ <testcase purpose="check attribute url" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadRequest_url_attribute">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadRequest_url_attribute.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_start_with_extra_argument" purpose="check whether 'start' method returns correct value when extra argument is given">
+ </testcase>
+ <testcase purpose="check whether 'start' method returns correct value when extra argument is given" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_start_with_extra_argument">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_start_with_extra_argument.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_getDownloadRequest_exist" purpose="Check if getDownloadRequest method exists in DownloadManager.">
+ </testcase>
+ <testcase purpose="Check if getDownloadRequest method exists in DownloadManager." component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_getDownloadRequest_exist">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_getDownloadRequest_exist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_getMIMEType_exist" purpose="Check if getMIMEType method exists in DownloadManager.">
+ </testcase>
+ <testcase purpose="Check if getMIMEType method exists in DownloadManager." component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_getMIMEType_exist">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_getMIMEType_exist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_setListener_exist" purpose="Check if setListener method exists in DownloadManager.">
+ </testcase>
+ <testcase purpose="Check if setListener method exists in DownloadManager." component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_setListener_exist">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_setListener_exist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_getDownloadRequest" onload_delay="90" purpose="Check if getDownloadRequest method with downloadId non-optional argument works">
+ </testcase>
+ <testcase purpose="Check if getDownloadRequest method with downloadId non-optional argument works" onload_delay="90" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_getDownloadRequest">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_getDownloadRequest.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_getMIMEType" onload_delay="90" purpose="Check if getMIMEType method with downloadId non-optional argument works">
+ </testcase>
+ <testcase purpose="Check if getMIMEType method with downloadId non-optional argument works" onload_delay="90" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_getMIMEType">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_getMIMEType.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_setListener" onload_delay="90" purpose="Check if setListener method with downloadId non-optional argument works">
+ </testcase>
+ <testcase purpose="Check if setListener method with downloadId non-optional argument works" onload_delay="90" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_setListener">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_setListener.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_setListener_null" purpose="Check if method setListener throw an TypeMismatchError when the input download id is null.">
+ </testcase>
+ <testcase purpose="Check if method setListener throw an TypeMismatchError when the input download id is null." component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_setListener_null">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_setListener_null.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadRequest_extend" purpose="test whether the object can have new attribute added">
+ </testcase>
+ <testcase purpose="test whether the object can have new attribute added" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadRequest_extend">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadRequest_extend.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadRequest_constructor" purpose="check if the values of the attributes are equal to the arguments passed">
+ </testcase>
+ <testcase purpose="check if the values of the attributes are equal to the arguments passed" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadRequest_constructor">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadRequest_constructor.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadRequest_exist" purpose="Test whether the constructor of the interface is defined or not for DownloadRequest.">
+ </testcase>
+ <testcase purpose="Test whether the constructor of the interface is defined or not for DownloadRequest." component="TizenAPI/Content/Download" execution_type="auto" id="DownloadRequest_exist">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadRequest_exist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_setListener_downloadCallback_invalid_cb" onload_delay="90" purpose="Test whether the constructor of the interface is defined or not for setListener method.">
+ </testcase>
+ <testcase purpose="Test whether the constructor of the interface is defined or not for setListener method." onload_delay="90" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_setListener_downloadCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_setListener_downloadCallback_invalid_cb.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_setListener_downloadCallback_TypeMismatch" onload_delay="90" purpose="Check argument downloadCallback conversions exception for setListener method.">
+ </testcase>
+ <testcase purpose="Check argument downloadCallback conversions exception for setListener method." onload_delay="90" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_setListener_downloadCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_setListener_downloadCallback_TypeMismatch.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_setListener_missarg" purpose="Check if setListener method with missing non-optional argument works">
+ </testcase>
+ <testcase purpose="Check if setListener method with missing non-optional argument works" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_setListener_missarg">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_setListener_missarg.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_start_missarg" purpose="Check if start method with missing non-optional argument works">
+ </testcase>
+ <testcase purpose="Check if start method with missing non-optional argument works" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_start_missarg">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_start_missarg.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_extend" purpose="test whether the DownloadManager object can have new attribute added">
+ </testcase>
+ <testcase purpose="test whether the DownloadManager object can have new attribute added" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_extend">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_extend.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadCallback_notexist" purpose="check if is possible to call DownloadCallback in new expresion">
+ </testcase>
+ <testcase purpose="check if is possible to call DownloadCallback in new expresion" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadCallback_notexist">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadCallback_notexist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_notexist" purpose="check if is possible to call DownloadManager in new expresion">
+ </testcase>
+ <testcase purpose="check if is possible to call DownloadManager in new expresion" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_notexist">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_notexist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_in_tizen" purpose="check attribute download">
+ </testcase>
+ <testcase purpose="check attribute download" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_in_tizen">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_in_tizen.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_start_downloadCallback_invalid_cb" onload_delay="90" purpose="Test whether the constructor of the interface is defined or not for callback in start method.">
+ </testcase>
+ <testcase purpose="Test whether the constructor of the interface is defined or not for callback in start method." onload_delay="90" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_start_downloadCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_start_downloadCallback_invalid_cb.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_start_downloadRequest_invalid_obj" onload_delay="90" purpose="check if the parameter downloadRequest which in setListener method invalid">
+ </testcase>
+ <testcase purpose="check if the parameter downloadRequest which in setListener method invalid" onload_delay="90" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_start_downloadRequest_invalid_obj">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_start_downloadRequest_invalid_obj.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_start_with_downloadCallback" onload_delay="90" purpose="Check if start method with downloadCallback optional argument works">
+ </testcase>
+ <testcase purpose="Check if start method with downloadCallback optional argument works" onload_delay="90" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_start_with_downloadCallback">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_start_with_downloadCallback.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_start_downloadRequest_TypeMismatch" onload_delay="90" purpose="Check argument downloadRequest conversions exception.">
+ </testcase>
+ <testcase purpose="Check argument downloadRequest conversions exception." onload_delay="90" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_start_downloadRequest_TypeMismatch">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_start_downloadRequest_TypeMismatch.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_start_downloadCallback_TypeMismatch" onload_delay="90" purpose="Check argument downloadCallback conversions exception for start method.">
+ </testcase>
+ <testcase purpose="Check argument downloadCallback conversions exception for start method." onload_delay="90" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_start_downloadCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManager_start_downloadCallback_TypeMismatch.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadCallback_onpaused" onload_delay="90" purpose="Test whether the type of each argument is equal to the specified for onpaused callback.">
+ </testcase>
+ <testcase purpose="Test whether the type of each argument is equal to the specified for onpaused callback." onload_delay="90" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadCallback_onpaused">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadCallback_onpaused.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadCallback_oncanceled" onload_delay="90" purpose="Test whether the type of each argument is equal to the specified for oncanceled callback.">
+ </testcase>
+ <testcase purpose="Test whether the type of each argument is equal to the specified for oncanceled callback." onload_delay="90" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadCallback_oncanceled">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadCallback_oncanceled.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadCallback_oncompleted" onload_delay="90" purpose="Test whether the type of each argument is equal to the specified for oncompleted callback.">
+ </testcase>
+ <testcase purpose="Test whether the type of each argument is equal to the specified for oncompleted callback." onload_delay="90" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadCallback_oncompleted">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadCallback_oncompleted.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadCallback_onfailed" onload_delay="90" purpose="Test whether the type of each argument is equal to the specified for onfailed callback.">
+ </testcase>
+ <testcase purpose="Test whether the type of each argument is equal to the specified for onfailed callback." onload_delay="90" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadCallback_onfailed">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadCallback_onfailed.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadRequest_networkType_attribute" purpose="check attribute networkType">
+ </testcase>
+ <testcase purpose="check attribute networkType" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadRequest_networkType_attribute">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadRequest_networkType_attribute.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadRequest_httpHeader_attribute" purpose="check attribute httpHeader">
+ </testcase>
+ <testcase purpose="check attribute httpHeader" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadRequest_httpHeader_attribute">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadRequest_httpHeader_attribute.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManagerObject_notexist" purpose="check if is possible to call DownloadManagerObject in new expresion">
+ </testcase>
+ <testcase purpose="check if is possible to call DownloadManagerObject in new expresion" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManagerObject_notexist">
<description>
<test_script_entry>/opt/tct-download-tizen-tests/download/DownloadManagerObject_notexist.html</test_script_entry>
</description>
- </testcase>
+ </testcase>
</set>
</suite>
-</test_definition>
\ No newline at end of file
+</test_definition>