//==== TEST: FileArraySuccessCallback_notexist
//==== LABEL: check if is possible to call FileArraySuccessCallback in new expresion
//==== PRIORITY: P3
-//==== EXECUTION_TYPE: auto
-//==== STEP: Check if is possible to call FileArraySuccessCallback in new expresion.
-//==== EXPECT: It must not be possible to call FileArraySuccessCallback in new expresion.
//==== SPEC Tizen Web API:IO:Filesystem:FileArraySuccessCallback:FileArraySuccessCallback U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA CBNIO
//==== TEST: FileArraySuccessCallback_onsuccess
//==== LABEL: Test whether the type of each argument is equal to the specified in FileArraySuccessCallback.
//==== 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:IO:Filesystem:FileArraySuccessCallback:onsuccess M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA CBOA CBT
//==== TEST: FileStreamSuccessCallback_notexist
//==== LABEL: check if is possible to call FileStreamSuccessCallback in new expresion
//==== PRIORITY: P3
-//==== EXECUTION_TYPE: auto
-//==== STEP: Check if is possible to call FileStreamSuccessCallback in new expresion.
-//==== EXPECT: It must not be possible to call FileStreamSuccessCallback in new expresion.
//==== SPEC Tizen Web API:IO:Filesystem:FileStreamSuccessCallback:FileStreamSuccessCallback U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA CBNIO
//==== TEST: FileStreamSuccessCallback_onsuccess
//==== LABEL: Test whether the type of each argument is equal to the specified in FileStreamSuccessCallback.
//==== 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:IO:Filesystem:FileStreamSuccessCallback:onsuccess M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA CBOA CBT
//==== LABEL Check attribute bytesAvailable in FileStream
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:bytesAvailable A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if attribute: bytesAvailable is exist
-//==== EXPECT a new empty file should be created in the given path
//==== TEST_CRITERIA AE ARO AT
var t = async_test("FileStream_bytesAvailable_attribute"),
resolveSuccess, resolveError, openStreamSuccess, openStreamError, file,
//==== LABEL Check proper invocation close()
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:close M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if close a FileStream.
-//==== EXPECT a new empty file should be created in the given path
//==== TEST_CRITERIA MNA MR MNAST
var t = async_test("FileStream_close"),
fsTestFileName = getFileName("closeFile.txt"), retVal,
//==== PRIORITY P0
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:close M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if method: close is exist
-//==== EXPECT a new empty file should be created in the given path
//==== TEST_CRITERIA ME
var t = async_test("FileStream_close_exist"),
fsTestFileName = getFileName("existFile04.txt"),
//==== LABEL Check attribute eof in FileStream
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:eof A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if attribute: eof is exist
-//==== EXPECT a new empty file should be created in the given path
//==== TEST_CRITERIA AE ARO AT
var t = async_test("FileStream_eof_attribute"),
fsTestFileName = getFileName("existFile02.txt"),
//==== TEST: FileStream_extend
//==== LABEL: test whether the FileStream object can have new attribute added
//==== PRIORITY: P3
-//==== STEP: test whether the FileStream object can have new attribute added
-//==== EXPECT: The objects must be extensible by default
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:FileStream U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA OBX
//==== TEST: FileStream_notexist
//==== LABEL: check if is possible to call FileStream in new expresion
//==== PRIORITY: P3
-//==== EXECUTION_TYPE: auto
-//==== STEP: Check if is possible to call FileStream in new expresion.
-//==== EXPECT: It must not be possible to call FileStream in new expresion.
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:FileStream U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA NIO
//==== LABEL Check attribute position in FileStream
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:position A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if attribute: position is exist
-//==== EXPECT a new empty file should be created in the given path
//==== TEST_CRITERIA AE AT ASG AN
var t = async_test("FileStream_position_attribute"),
fsTestFileName = getFileName("existFile0.txt"),
//==== TEST: FileStream_read
//==== LABEL: Check if method read of FileStream works properly.
//==== PRIORITY: P1
-//==== STEP: Check if method read of FileStream works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:read M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MMINA MR
//==== TEST: FileStream_readBase64
//==== LABEL: Check if method readBase64 of FileStream works properly.
//==== PRIORITY: P1
-//==== STEP: Check if method readBase64 of FileStream works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:readBase64 M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MMINA MR
//==== PRIORITY P0
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:readBase64 M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if method: readBase64 is exist
//==== TEST_CRITERIA ME
var t = async_test("FileStream_readBase64_exist"),
fsTestFileName = getFileName("existFile07.txt"),
//==== TEST: FileStream_readBase64_with_invalid_value
//==== LABEL check if throw an exception when readBase64 from a file with invalid value.
//==== PRIORITY P2
-//==== STEP check if throw an exception when readBase64 from a file with invalid value.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:readBase64 M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== TEST: FileStream_readBase64_without_r_permission
//==== LABEL check if throw an exception when read the specified number of bytes from a file without r permission and encoding the result in base64.
//==== PRIORITY P2
-//==== STEP check if throw an exception when read the specified number of bytes from a file without r permission and encoding the result in base64.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:readBase64 M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== TEST: FileStream_readBase64_writeFile
//==== LABEL check if create a new empty file and write content of the file and then read the content of the file as base64
//==== PRIORITY P3
-//==== STEP check if create a new empty file and write content of the file and then read the content of the file as base64
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:FileStream U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== TEST: FileStream_readBytes
//==== LABEL: Check if method readBytes of FileStream works properly.
//==== PRIORITY: P1
-//==== STEP: Check if method readBytes of FileStream works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:readBytes M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MMINA MR
//==== PRIORITY P0
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:readBytes M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if method: readBytes is exist
//==== TEST_CRITERIA ME
var t = async_test("FileStream_readBytes_exist"),
fsTestFileName = getFileName("existFile06.txt"),
//==== TEST: FileStream_readBytes_with_invalid_value
//==== LABEL check if throw an exception when readBytes from a file with invalid value.
//==== PRIORITY P2
-//==== STEP check if throw an exception when readBytes from a file with invalid value.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:readBytes M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== TEST: FileStream_readBytes_without_r_permission
//==== LABEL check if throw an exception when read the specified number of bytes from a file without r permission.
//==== PRIORITY P2
-//==== STEP check if throw an exception when read the specified number of bytes from a file without r permission.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:readBytes M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== TEST: FileStream_readBytes_writeFile
//==== LABEL check if create a new empty file and write content of the file and then read the content of the file as a byte array
//==== PRIORITY P3
-//==== STEP check if create a new empty file and write content of the file and then read the content of the file as a byte array
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:FileStream U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== PRIORITY P0
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:read M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if method: read is exist
//==== TEST_CRITERIA ME
var t = async_test("FileStream_read_exist"),
fsTestFileName = getFileName("existFile05.txt"),
//==== TEST: FileStream_read_with_invalid_value
//==== LABEL check if throw an exception when read a file with invalid value.
//==== PRIORITY P2
-//==== STEP check if throw an exception when read a file with invalid value.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:read M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== TEST: FileStream_read_without_r_permission
//==== LABEL check if throw an exception when read a file without r permission.
//==== PRIORITY P2
-//==== STEP check if throw an exception when read a file without r permission.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:read M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== TEST: FileStream_read_writeFile
//==== LABEL check if create a new empty file and write content of the file and then read the content of the file
//==== PRIORITY P3
-//==== STEP check if create a new empty file and write content of the file and then read the content of the file
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:FileStream U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== TEST: FileStream_write
//==== LABEL: Check if method write of FileStream works properly.
//==== PRIORITY: P1
-//==== STEP: Check if method write of FileStream works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:write M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MAST MMINA MR
//==== PRIORITY P0
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:writeBase64 M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if method: writeBase64 is exist
//==== TEST_CRITERIA ME
var t = async_test("FileStream_writeBase64_exist"),
resolveSuccess, resolveError, openStreamSuccess, openStreamError, file,
//==== TEST: FileStream_writeBase64_without_w_permission
//==== LABEL check if throw an exception when write the specified bytes to a file without w permission and encoding the result in base64.
//==== PRIORITY P2
-//==== STEP check if throw an exception when write the specified bytes to a file without w permission and encoding the result in base64.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:writeBase64 M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== PRIORITY P0
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:writeBytes M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if method: writeBytes is exist
// check if method: writeBytes is exist
//==== TEST_CRITERIA ME
var t = async_test("FileStream_writeBytes_exist"),
//==== TEST: FileStream_writeBytes_without_w_permission
//==== LABEL check if throw an exception when write the specified bytes to a file without w permission.
//==== PRIORITY P2
-//==== STEP check if throw an exception when write the specified bytes to a file without w permission.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:writeBytes M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== PRIORITY P0
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:write M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if method: write is exist
//==== TEST_CRITERIA ME
// check if method: write is exist
var t = async_test("FileStream_write_exist"),
//==== TEST: FileStream_write_without_w_permission
//==== LABEL check if throw an exception when write a file without w permission.
//==== PRIORITY P2
-//==== STEP check if throw an exception when write a file without w permission.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:FileStream:write M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== TEST: FileStringSuccessCallback_notexist
//==== LABEL: check if is possible to call FileStringSuccessCallback in new expresion
//==== PRIORITY: P3
-//==== EXECUTION_TYPE: auto
-//==== STEP: Check if is possible to call FileStringSuccessCallback in new expresion.
-//==== EXPECT: It must not be possible to call FileStringSuccessCallback in new expresion.
//==== SPEC Tizen Web API:IO:Filesystem:FileStringSuccessCallback:FileStringSuccessCallback U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA CBNIO
//==== TEST: FileStringSuccessCallback_onsuccess
//==== LABEL: Test whether the type of each argument is equal to the specified in FileStringSuccessCallback.
//==== 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:IO:Filesystem:FileStringSuccessCallback:onsuccess M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA CBOA CBT
//==== TEST: FileSuccessCallback_notexist
//==== LABEL: check if is possible to call FileSuccessCallback in new expresion
//==== PRIORITY: P3
-//==== EXECUTION_TYPE: auto
-//==== STEP: Check if is possible to call FileSuccessCallback in new expresion.
-//==== EXPECT: It must not be possible to call FileSuccessCallback in new expresion.
//==== SPEC Tizen Web API:IO:Filesystem:FileSuccessCallback:FileSuccessCallback U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA CBNIO
//==== TEST: FileSuccessCallback_onsuccess
//==== LABEL: Test whether the type of each argument is equal to the specified.
//==== 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:IO:Filesystem:FileSuccessCallback:onsuccess M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA CBOA CBT
//==== LABEL check if FileSystemManagerObject not exist
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemManagerObject:FileSystemManagerObject U
//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if FileSystemManagerObject not exist
-//==== EXPECT should not exist
-//==== EXECUTION_TYPE auto
//==== PRIORITY P3
//==== TEST_CRITERIA NIO
//==== TEST: FileSystemManager_getStorage_with_nonexist_label
//==== LABEL check if throw an exception when get information about a storage based on nonexist label.
//==== PRIORITY P2
-//==== STEP check if throw an exception when get information about a storage based on nonexist label.
-//==== EXPECT Exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:getStorage M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: FileSystemManager_removeStorageStateChangeListener_with_para_invalid
//==== LABEL check if throw an exception when removeStorageStateChangeListener with an invalid input parameter.
//==== PRIORITY P2
-//==== STEP check if throw an exception when removeStorageStateChangeListener with an invalid input parameter.
-//==== EXPECT Exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:removeStorageStateChangeListener M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== TEST: FileSystemManager_resolve_documents
//==== LABEL check if resolve documents to a file handle.
//==== PRIORITY P2
-//==== STEP check if resolve documents to a file handle.
-//==== EXPECT the documents should be resolved successfully
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: FileSystemManager_resolve_downloads
//==== LABEL check if resolve downloads to a file handle.
//==== PRIORITY P2
-//==== STEP check if resolve downloads to a file handle.
-//==== EXPECT the downloads should be resolved successfully
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: FileSystemManager_resolve_images
//==== LABEL: Check if resolve images to a file handle.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:FileSystemManager:resolve M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: FileSystemManager_resolve_invalid_location
//==== LABEL check if throw an exception when resolve an invalid location.
//==== PRIORITY P2
-//==== STEP check if throw an exception when resolve an invalid location.
-//==== EXPECT NotFoundError should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: FileSystemManager_resolve_mode_a
//==== LABEL check if resolve a location with mode a.
//==== PRIORITY P2
-//==== STEP check if resolve a location with an mode a.
-//==== EXPECT the location should be resolved with a mode successfully.
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: FileSystemManager_resolve_mode_r
//==== LABEL check if resolve a location with mode r.
//==== PRIORITY P2
-//==== STEP check if resolve a location with mode r.
-//==== EXPECT the location should be resolved with r mode successfully.
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: FileSystemManager_resolve_mode_w
//==== LABEL check if resolve a location with mode w.
//==== PRIORITY P2
-//==== STEP check if resolve a location with mode w.
-//==== EXPECT the location should be resolved with w mode successfully.
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: FileSystemManager_resolve_music
//==== LABEL check if resolve music to a file handle.
//==== PRIORITY P2
-//==== STEP check if resolve music to a file handle.
-//==== EXPECT the music should be resolved successfully
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: FileSystemManager_resolve_ringtones
//==== LABEL: Check if resolve ringtones to a file handle.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:FileSystemManager:resolve M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: FileSystemManager_resolve_ringtones_invalid_mode_a
//==== LABEL check if InvalidValuesError will be reported when the ringtones directory is resolved with mode a
//==== PRIORITY P2
-//==== STEP check if InvalidValuesError will be reported when the ringtones directory is resolved with mode a
-//==== EXPECT the exception should be thrown
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== TEST: FileSystemManager_resolve_ringtones_invalid_mode_rw
//==== LABEL check if InvalidValuesError will be reported when the rightones directory is resolved with mode rw
//==== PRIORITY P2
-//==== STEP check if InvalidValuesError will be reported when the rightones directory is resolved with mode rw
-//==== EXPECT the exception should be thrown
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== TEST: FileSystemManager_resolve_ringtones_invalid_mode_w
//==== LABEL check if InvalidValuesError will be reported when the ringtones directory is resolved with mode w
//==== PRIORITY P2
-//==== STEP check if InvalidValuesError will be reported when the ringtones directory is resolved with mode w
-//==== EXPECT the exception should be thrown
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== TEST: FileSystemManager_resolve_videos
//==== LABEL check if resolve videos to a file handle.
//==== PRIORITY P2
-//==== STEP check if resolve videos to a file handle.
-//==== EXPECT the videos should be resolved successfully
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: FileSystemManager_resolve_wgt-package_invalid_mode_a
//==== LABEL check if InvalidValuesError will be reported when the wgt-package directory is resolved with mode a
//==== PRIORITY P2
-//==== STEP check if InvalidValuesError will be reported when the wgt-package directory is resolved with mode a
-//==== EXPECT the exception should be thrown
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== TEST: FileSystemManager_resolve_wgt-package_invalid_mode_rw
//==== LABEL check if InvalidValuesError will be reported when the wgt-package directory is resolved with mode rw
//==== PRIORITY P2
-//==== STEP check if InvalidValuesError will be reported when the wgt-package directory is resolved with moderw
-//==== EXPECT the exception should be thrown
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== TEST: FileSystemManager_resolve_wgt-package_invalid_mode_w
//==== LABEL check if InvalidValuesError will be reported when the wgt-package directory is resolved with mode w
//==== PRIORITY P2
-//==== STEP check if InvalidValuesError will be reported when the wgt-package directory is resolved with mode w
-//==== EXPECT the exception should be thrown
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== TEST: FileSystemManager_resolve_wgt_package
//==== LABEL: Check if resolve wgt-package to a file handle.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:FileSystemManager:resolve M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: FileSystemManager_resolve_wgt_private
//==== LABEL: Check if resolve wgt-private to a file handle.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:FileSystemManager:resolve M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: FileSystemManager_resolve_wgt_private_tmp
//==== LABEL: Check if resolve wgt-private-tmp to a file handle.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:FileSystemManager:resolve M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: FileSystemStorageArraySuccessCallback_notexist
//==== LABEL: check if is possible to call FileSystemStorageArraySuccessCallback in new expresion
//==== PRIORITY: P3
-//==== EXECUTION_TYPE: auto
-//==== STEP: Check if is possible to call FileSystemStorageArraySuccessCallback in new expresion.
-//==== EXPECT: It must not be possible to call FileSystemStorageArraySuccessCallback in new expresion.
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemStorageArraySuccessCallback:FileSystemStorageArraySuccessCallback U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA CBNIO
//==== TEST: FileSystemStorageArraySuccessCallback_onsuccess
//==== LABEL: Test whether the type of each argument is equal to the specified in FileSystemStorageArraySuccessCallback.
//==== 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:IO:Filesystem:FileSystemStorageArraySuccessCallback:onsuccess M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA CBOA CBT
//==== TEST: FileSystemStorageSuccessCallback_notexist
//==== LABEL: check if is possible to call FileSystemStorageSuccessCallback in new expresion
//==== PRIORITY: P3
-//==== EXECUTION_TYPE: auto
-//==== STEP: Check if is possible to call FileSystemStorageSuccessCallback in new expresion.
-//==== EXPECT: It must not be possible to call FileSystemStorageSuccessCallback in new expresion.
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemStorageSuccessCallback:FileSystemStorageSuccessCallback U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA CBNIO
//==== TEST: FileSystemStorageSuccessCallback_onsuccess
//==== LABEL: Test whether the type of each argument is equal to the specified in FileSystemStorageSuccessCallback.
//==== 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:IO:Filesystem:FileSystemStorageSuccessCallback:onsuccess M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA CBOA CBT
//==== TEST: FileSystemStorage_extend
//==== LABEL: test whether the FileSystemStorage object can have new attribute added
//==== PRIORITY: P3
-//==== STEP: test whether the FileSystemStorage object can have new attribute added
-//==== EXPECT: The objects must be extensible by default
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemStorage:FileSystemStorage U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA OBX
//==== TEST: FileSystemStorage_notexist
//==== LABEL: check if is possible to call FileSystemStorage in new expresion
//==== PRIORITY: P3
-//==== EXECUTION_TYPE: auto
-//==== STEP: Check if is possible to call FileSystemStorage in new expresion.
-//==== EXPECT: It must not be possible to call FileSystemStorage in new expresion.
//==== SPEC Tizen Web API:IO:Filesystem:FileSystemStorage:FileSystemStorage U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA NIO
<script>
//==== TEST: File_copyTo
//==== LABEL: Check if method copyTo of File works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MMINA
//==== TEST: File_copyTo_dir_overwrite_false
//==== LABEL check if error callback was invoked when copy a directory to another location of the directory with the same name (overwrite is false).
//==== PRIORITY P2
-//==== STEP check if error callback was invoked when copy a directory to another location of the directory with the same name (overwrite is false)
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_copyTo_dir_overwrite_true
//==== LABEL check if copy a directory to another location of the directory with the same name (overwrite is true) was successfull.
//==== PRIORITY P2
-//==== STEP check if copy a directory to another location of the directory with the same name (overwrite is true) was successfull.
-//==== EXPECT directory should be copied to another location where already exist the directory with the same name
//==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: File_copyTo_dir_samedir_samename_overwrite_false
//==== LABEL check if error callback invoked when copy a directory to the same location with the same name (overwrite is false).
//==== PRIORITY P2
-//==== STEP check if error callback invoked when copy a directory to the same location with the same name (overwrite is false)
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_copyTo_dir_samedir_samename_overwrite_true
//==== LABEL check if error callback invoked when copy a directory to the same location with the same name (overwrite is true).
//==== PRIORITY P2
-//==== STEP check if error callback invoked when copy a directory to the same location with the same name (overwrite is true).
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== PRIORITY P0
//==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if method: copyTo is exist
//==== TEST_CRITERIA ME
var t = async_test("File_copyTo_exist"), resolveSuccess, resolveError;
//==== TEST: File_copyTo_file_overwrite_false
//==== LABEL check if error callback was invoked when copy a file to another location of the file with the same name (overwrite is false).
//==== PRIORITY P2
-//==== STEP check if error callback was invoked when copy a file to another location of the file with the same name (overwrite is false)
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_copyTo_file_overwrite_true
//==== LABEL check if copy a file to another location of the file with the same name (overwrite is true) was successfull.
//==== PRIORITY P2
-//==== STEP check if copy a file to another location of the file with the same name (overwrite is true) was successfull.
-//==== EXPECT file should be copied to another location where already exist the file with the same name
//==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: File_copyTo_file_samedir_samename_overwrite_false
//==== LABEL check if error callback invoked when copy a file to the same location with the same name (overwrite is false).
//==== PRIORITY P2
-//==== STEP check if error callback invoked when copy a file to the same location with the same name (overwrite is false).
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_copyTo_file_samedir_samename_overwrite_true
//==== LABEL check if error callback invoked when copy a file to the same location with the same name (overwrite is true)
//==== PRIORITY P2
-//==== STEP check if error callback invoked when copy a file to the same location with the same name (overwrite is true)
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_copyTo_onerror_TypeMismatch
//==== LABEL: Check argument onError conversions exception in copyTo method.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown when the input value cannot be converted into a proper value.
//==== SPEC: Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MC
//==== TEST: File_copyTo_onerror_invalid_cb
//==== LABEL: Test whether the constructor of the interface is defined or not in copyTo method onError callback.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown.
//==== SPEC: Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MTCB
//==== TEST: File_copyTo_onsuccess_TypeMismatch
//==== LABEL: Check argument onSuccess conversions exception in copyTo method.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown when the input value cannot be converted into a proper value.
//==== SPEC: Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MC
//==== TEST: File_copyTo_onsuccess_invalid_cb
//==== LABEL: Test whether the constructor of the interface is defined or not in copyTo method onSuccess callback.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown.
//==== SPEC: Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MTCB
//==== TEST: File_copyTo_with_destination_invalid
//==== LABEL check if throw an exception when copy a file to an invalid destination.
//==== PRIORITY P2
-//==== STEP check if throw an exception when copy a file to an invalid destination.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_copyTo_with_file_handle
//==== LABEL check if throw an exception when copyTo with file handle.
//==== PRIORITY P2
-//==== STEP check if throw an exception when copyTo with file handle.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_copyTo_with_onerror
//==== LABEL: Check if method copyTo wit onError optional argument works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: File_copyTo_with_onsuccess
//==== LABEL: Check if method copyTo with onSuccess optional argument works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MAST MR
//==== TEST: File_copyTo_with_para_invalid
//==== LABEL check if throw an exception when copyTo with invalid parameters.
//==== PRIORITY P2
-//==== STEP check if throw an exception when copyTo with invalid parameters.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
<script type="text/javascript">
//==== TEST: File_copyTo_writeFile_newName
//==== LABEL check if create a new empty file and write content of the file and then copy the file to the same location with different file name
-//==== STEP check if create a new empty file and write content of the file and then copy the file to the same location with different file name
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
<script type="text/javascript">
//==== TEST: File_copyTo_writeFile_overwrite_false
//==== LABEL check if create a new empty file and write content of the file and then copy the file to another location with same file name (overwrite false)
-//==== STEP check if create a new empty file and write content of the file and then copy the file to another location with same file name (overwrite false)
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
<script type="text/javascript">
//==== TEST: File_copyTo_writeFile_subdir
//==== LABEL check if create a new empty file and write content of the file and then copy the file to subdirectory with same file name
-//==== STEP check if create a new empty file and write content of the file and then copy the file to subdirectory with same file name
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: File_createDirectory
//==== LABEL: Check if method createDirectory of File works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:createDirectory M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MAST MMINA MR
//==== PRIORITY P0
//==== SPEC Tizen Web API:IO:Filesystem:File:createDirectory M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if method: createDirectory is exist
//==== TEST_CRITERIA ME
var t = async_test("File_createDirectory_exist"),
//==== TEST: File_createDirectory_level2
//==== LABEL check if create directory of two levels.
//==== PRIORITY P2
-//==== STEP check if create directory of two levels.
-//==== EXPECT level2 directory should be created.
//==== SPEC Tizen Web API:IO:Filesystem:File:createDirectory M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MAST
//==== TEST: File_createFile
//==== LABEL: Check if method createFile of File works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:createFile M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MAST MMINA MR
//==== PRIORITY P0
//==== SPEC Tizen Web API:IO:Filesystem:File:createFile M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if method: createFile is exist
//==== TEST_CRITERIA ME
var t = async_test("File_createFile_exist"),
//==== LABEL create existing file
//==== SPEC Tizen Web API:IO:Filesystem:File:createFile M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP create existing file
-//==== EXPECT an exception must be thrown
-//==== EXECUTION_TYPE auto
//==== PRIORITY P2
//==== TEST_CRITERIA MMINA MAST
//==== TEST: File_createFile_with_invalid_name
//==== LABEL check if throw an exception when create file with invalid file name.
//==== PRIORITY P2
-//==== STEP check if throw an exception when create file with invalid file name.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:createFile M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== TEST: File_deleteDirectory
//==== LABEL: Check if method deleteDirectory of File works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:deleteDirectory M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MMINA
<script type="text/javascript">
//==== TEST: File_deleteDirectory_createDir_documents
//==== LABEL check if create a new directory in documents and then delete the directory
-//==== STEP check if create a new directory in documents and then delete the directory
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:deleteDirectory M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
<script type="text/javascript">
//==== TEST: File_deleteDirectory_createDir_downloads
//==== LABEL check if create a new directory in downloads and then delete the directory
-//==== STEP check if create a new directory in downloads and then delete the directory
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:deleteDirectory M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: File_deleteDirectory_createDir_images
//==== LABEL check if create a new directory in images and then delete the directory
//==== PRIORITY P1
-//==== STEP check if create a new directory in images and then delete the directory
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:deleteDirectory M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: File_deleteDirectory_createDir_music
//==== LABEL check if create a new directory in music and then delete the directory
//==== PRIORITY P1
-//==== STEP check if create a new directory in music and then delete the directory
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:deleteDirectory M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: File_deleteDirectory_createDir_videos
//==== LABEL check if create a new directory in videos and then delete the directory
//==== PRIORITY P1
-//==== STEP check if create a new directory in videos and then delete the directory
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:deleteDirectory M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== PRIORITY P0
//==== SPEC Tizen Web API:IO:Filesystem:File:deleteDirectory M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if method: deleteDirectory is exist
//==== TEST_CRITERIA ME
var t = async_test("File_deleteDirectory_exist"),
//==== TEST: File_deleteDirectory_onerror_TypeMismatch
//==== LABEL: Check argument onError conversions exception in deleteDirectory method.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown when the input value cannot be converted into a proper value.
//==== SPEC: Tizen Web API:IO:Filesystem:File:deleteDirectory M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MC
//==== TEST: File_deleteDirectory_onerror_invalid_cb
//==== LABEL: Test whether the constructor of the interface is defined or not in deleteDirectory method onError callback.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown.
//==== SPEC: Tizen Web API:IO:Filesystem:File:deleteDirectory M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MTCB
//==== TEST: File_deleteDirectory_onsuccess_TypeMismatch
//==== LABEL: Check argument onSuccess conversions exception in deleteDirectory method.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown when the input value cannot be converted into a proper value.
//==== SPEC: Tizen Web API:IO:Filesystem:File:deleteDirectory M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MC
//==== TEST: File_deleteDirectory_onsuccess_invalid_cb
//==== LABEL: Test whether the constructor of the interface is defined or not in deleteDirectory method onSuccess callback.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown.
//==== SPEC: Tizen Web API:IO:Filesystem:File:deleteDirectory M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MTCB
//==== TEST: File_deleteDirectory_with_file_handle
//==== LABEL check if throw an exception when delete a dir with file handle.
//==== PRIORITY P2
-//==== STEP check if throw an exception when delete a dir with file handle.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:deleteDirectory M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_deleteDirectory_with_onerror
//==== LABEL: Check if method deleteDirectory wit onError optional argument works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:deleteDirectory M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_deleteDirectory_with_onsuccess
//==== LABEL: Check if method deleteDirectory wit onSuccess optional argument works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:deleteDirectory M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MAST MR
//==== TEST: File_deleteFile
//==== LABEL: Check if method deleteFile of File works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:deleteFile M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MAST MR
<script type="text/javascript">
//==== TEST: File_deleteFile_copyFile_downloads
//==== LABEL check if create a new file in downloads and copy the file to another location and then delete the file
-//==== STEP check if create a new file in downloads and copy the file to another location and then delete the file
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
<script type="text/javascript">
//==== TEST: File_deleteFile_copyFile_images
//==== LABEL check if create a new file in images and copy the file to another location and then delete the file
-//==== STEP check if create a new file in images and copy the file to another location and then delete the file
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
<script type="text/javascript">
//==== TEST: File_deleteFile_copyFile_music
//==== LABEL check if create a new file in music and copy the file to another location and then delete the file
-//==== STEP check if create a new file in music and copy the file to another location and then delete the file
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
<script type="text/javascript">
//==== TEST: File_deleteFile_copyFile_videos
//==== LABEL check if create a new file in videos and copy the file to another location and then delete the file
-//==== STEP check if create a new file in videos and copy the file to another location and then delete the file
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
<script type="text/javascript">
//==== TEST: File_deleteFile_createFile
//==== LABEL check if create a new file and then delete the file
-//==== STEP check if create a new file and then delete the file
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== PRIORITY P0
//==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if method: deleteFile exist
//==== TEST_CRITERIA ME
var t = async_test("File_deleteFile_exist"),
<script type="text/javascript">
//==== TEST: File_deleteFile_listDocumentsFiles
//==== LABEL check if delete the list of all files in documents
-//==== STEP check if delete the list of all files in documents
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
<script type="text/javascript">
//==== TEST: File_deleteFile_listDownloadsFiles
//==== LABEL check if delete the list of all files in downloads
-//==== STEP check if delete the list of all files in downloads
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: File_deleteFile_listImagsFiles
//==== LABEL check if delete the list of all files in images
-//==== STEP check if delete the list of all files in images
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
<script type="text/javascript">
//==== TEST: File_deleteFile_listMusicFiles
//==== LABEL check if delete the list of all files in music
-//==== STEP check if delete the list of all files in music
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
<script type="text/javascript">
//==== TEST: File_deleteFile_listVideosfiles
//==== LABEL check if delete the list of all files in videos
-//==== STEP check if delete the list of all files in videos
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: File_deleteFile_onerror_TypeMismatch
//==== LABEL: Check argument onError conversions exception in deleteFile method.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown when the input value cannot be converted into a proper value.
//==== SPEC: Tizen Web API:IO:Filesystem:File:deleteFile M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MC
//==== TEST: File_deleteFile_onerror_invalid_cb
//==== LABEL: Test whether the constructor of the interface is defined or not in deleteFile method onError callback.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown.
//==== SPEC: Tizen Web API:IO:Filesystem:File:deleteFile M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MTCB
//==== TEST: File_deleteFile_onsuccess_TypeMismatch
//==== LABEL: Check argument onsuccess conversions exception in deleteFile method.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown when the input value cannot be converted into a proper value.
//==== SPEC: Tizen Web API:IO:Filesystem:File:deleteFile M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MC
//==== TEST: File_deleteFile_onsuccess_invalid_cb
//==== LABEL: Test whether the constructor of the interface is defined or not in deleteFile method onSuccess callback.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown.
//==== SPEC: Tizen Web API:IO:Filesystem:File:deleteFile M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MTCB
//==== TEST: File_deleteFile_with_dir_handle
//==== LABEL check if throw an exception when delete a file with dir handle.
//==== PRIORITY P2
-//==== STEP check if throw an exception when delete a file with dir handle.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_deleteFile_with_nonexist
//==== LABEL check if throw an exception when delete a file which not exist.
//==== PRIORITY P2
-//==== STEP check if throw an exception when delete a file which not exist.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_deleteFile_with_onerror
//==== LABEL: Check if method deleteFile wit onError optional argument works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:deleteFile M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_deleteFile_with_onsuccess
//==== LABEL: Check if method deleteFile with onSuccess optional argument works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:deleteFile M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: File_extend
//==== LABEL: test whether the File object can have new attribute added
//==== PRIORITY: P3
-//==== STEP: test whether the File object can have new attribute added
-//==== EXPECT: The objects must be extensible by default
//==== SPEC Tizen Web API:IO:Filesystem:File:File U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA OBX
//==== TEST: File_listFiles
//==== LABEL: Check if method listFiles of File works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:listFiles M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MMINA MR
//==== TEST: File_listFiles_createFiles
//==== LABEL check if create a new directory and then list all files in this directory
-//==== STEP check if create a new directory and then list all files in this directory
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:listFiles M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== PRIORITY P0
//==== SPEC Tizen Web API:IO:Filesystem:File:listFiles M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if method: listFiles is exist
//==== TEST_CRITERIA ME
var t = async_test("File_listFiles_exist"), resolveSuccess, resolveError;
//==== TEST: File_listFiles_filter_TypeMismatch
//==== LABEL: Check argument filter conversions exception.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown when the input value cannot be converted into a proper value.
//==== SPEC: Tizen Web API:IO:Filesystem:File:listFiles M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MC
//==== TEST: File_listFiles_filter_empty
//==== LABEL check with empty FileFilter argument of listFiles
//==== PRIORITY P2
-//==== STEP check with empty FileFilter argument of listFiles
-//==== EXPECT method works properly
//==== SPEC Tizen Web API:IO:Filesystem:File:listFiles M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MTD
//==== TEST: File_listFiles_onerror_TypeMismatch
//==== LABEL: Check argument onError conversions exception in listFiles method.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown when the input value cannot be converted into a proper value.
//==== SPEC: Tizen Web API:IO:Filesystem:File:listFiles M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MC
//==== TEST: File_listFiles_onerror_invalid_cb
//==== LABEL: Test whether the constructor of the interface is defined or not in listFiles method onError callback.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown.
//==== SPEC: Tizen Web API:IO:Filesystem:File:listFiles M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MTCB
//==== TEST: File_listFiles_onsuccess_TypeMismatch
//==== LABEL: Check argument onSuccess conversions exception in listFiles method.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown when the input value cannot be converted into a proper value.
//==== SPEC: Tizen Web API:IO:Filesystem:File:listFiles M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MC
//==== TEST: File_listFiles_onsuccess_invalid_cb
//==== LABEL: Test whether the constructor of the interface is defined or not in listFiles method onSuccess callback.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown.
//==== SPEC: Tizen Web API:IO:Filesystem:File:listFiles M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MTCB
//==== TEST: File_listFiles_with_file_handle
//==== LABEL check if throw an exception when listFiles with a file handle.
//==== PRIORITY P2
-//==== STEP check if throw an exception when listFiles with a file handle.
-//==== EXPECT IOError should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:listFiles M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_listFiles_with_filter
//==== LABEL check if list files in documents directory with filter.
//==== PRIORITY P1
-//==== STEP check if list files in documents directory with filter.
-//==== EXPECT the files match the filter should be returned in the success.
//==== SPEC Tizen Web API:IO:Filesystem:File:listFiles M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: File_listFiles_with_onerror
//==== LABEL: Check if method listFiles wit onError optional argument works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:listFiles M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_moveTo
//==== LABEL: Check if method moveTo of File works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:moveTo M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MMINA MR
//==== TEST: File_moveTo_dir_samedir_samename_overwrite_false
//==== LABEL check if error callback invoked when move a directory to the same location with the same name (overwrite is false).
//==== PRIORITY P2
-//==== STEP check if error callback invoked when move a directory to the same location with the same name (overwrite is false)
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_moveTo_dir_samedir_samename_overwrite_true
//==== LABEL check if error callback invoked when move a directory to the same location with the same name (overwrite is true).
//==== PRIORITY P2
-//==== STEP check if error callback invoked when move a directory to the same location with the same name (overwrite is true)
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== PRIORITY P0
//==== SPEC Tizen Web API:IO:Filesystem:File:moveTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if method: moveTo is exist
//==== TEST_CRITERIA ME
var t = async_test("File_moveTo_exist"), resolveSuccess, resolveError;
//==== TEST: File_moveTo_file_samedir_samename_overwrite_false
//==== LABEL check if error callback invoked when move a file to the same location with the same name (overwrite is false).
//==== PRIORITY P2
-//==== STEP check if error callback invoked when move a file to the same location with the same name (overwrite is false).
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:moveTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_moveTo_file_samedir_samename_overwrite_true
//==== LABEL check if error callback invoked when move a file to the same location with the same name (overwrite is true)
//==== PRIORITY P2
-//==== STEP check if error callback invoked when move a file to the same location with the same name (overwrite is true)
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:moveTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_moveTo_onerror_TypeMismatch
//==== LABEL: Check argument onError conversions exception in moveTo method.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown when the input value cannot be converted into a proper value.
//==== SPEC: Tizen Web API:IO:Filesystem:File:moveTo M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MC
//==== TEST: File_moveTo_onerror_invalid_cb
//==== LABEL: Test whether the constructor of the interface is defined or not in moveTo method onError callback.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown.
//==== SPEC: Tizen Web API:IO:Filesystem:File:moveTo M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MTCB
//==== TEST: File_moveTo_onsuccess_TypeMismatch
//==== LABEL: Check argument onSuccess conversions exception in moveTo method.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown when the input value cannot be converted into a proper value.
//==== SPEC: Tizen Web API:IO:Filesystem:File:moveTo M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MC
//==== TEST: File_moveTo_onsuccess_invalid_cb
//==== LABEL: check if an exception was thrown when a fake callback (onsuccess) was passed into moveTo method.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown.
//==== SPEC: Tizen Web API:IO:Filesystem:File:moveTo M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MTCB
//==== TEST: File_moveTo_with_file_handle
//==== LABEL check if errorCallback will be invoked when moveTo will be used with file handle.
//==== PRIORITY P2
-//==== STEP check if errorCallback will be invoked when moveTo will be used with file handle.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:moveTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_moveTo_with_onerror
//==== LABEL: Check if method moveTo wit onError optional argument works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:moveTo M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_moveTo_with_onsuccess
//==== LABEL: Check if method moveTo wit onSuccess optional argument works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:moveTo M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MAST MOA
//==== TEST: File_moveTo_with_path_invalid
//==== LABEL check if throw an exception when move a file to an invalid path.
//==== PRIORITY P2
-//==== STEP check if throw an exception when move a file to an invalid path.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:moveTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_moveTo_writeFile_newName
//==== LABEL check if create a new empty file and write content of the file and then move the file to the same location with different file name
-//==== STEP check if create a new empty file and write content of the file and then move the file to the same location with different file name
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:moveTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: File_moveTo_writeFile_overwrite_false
//==== LABEL check if create a new empty file and write content of the file and then move the file to another location with same file name (overwrite false)
-//==== STEP check if create a new empty file and write content of the file and then move the file to another location with same file name (overwrite false)
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:moveTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_moveTo_writeFile_subdir
//==== LABEL check if create a new empty file and write content of the file and then move the file to subdirectory with same file name
-//==== STEP check if create a new empty file and write content of the file and then move the file to subdirectory with same file name
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:moveTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: File_notexist
//==== LABEL: check if is possible to call File in new expresion
//==== PRIORITY: P3
-//==== EXECUTION_TYPE: auto
-//==== STEP: Check if is possible to call File in new expresion.
-//==== EXPECT: It must not be possible to call File in new expresion.
//==== SPEC Tizen Web API:IO:Filesystem:File:File U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA NIO
//==== TEST: File_openStream
//==== LABEL: Check if method openStream of File works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:openStream M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MMINA MR
//==== TEST: File_openStream_encoding_invalid
//==== LABEL check if throw an exception when open the file in invalid encoding.
//==== PRIORITY P2
-//==== STEP check if throw an exception when open the file in invalid encoding.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:openStream M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MC
//==== PRIORITY P0
//==== SPEC Tizen Web API:IO:Filesystem:File:openStream M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if method: openStream is exist
//==== TEST_CRITERIA ME
var t = async_test("File_openStream_exist"), resolveSuccess, resolveError;
//==== TEST: File_openStream_mode_TypeMismatch
//==== LABEL: Check argument mode conversions exception.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown when the input value cannot be converted into a proper value.
//==== SPEC: Tizen Web API:IO:Filesystem:File:openStream M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MC
//==== TEST: File_openStream_mode_a
//==== LABEL check if open the file with mode a.
//==== PRIORITY P2
-//==== STEP check if open the file with mode a.
-//==== EXPECT onsuccess should be called when the file has been opened with a mode.
//==== SPEC Tizen Web API:IO:Filesystem:File:openStream M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: File_openStream_mode_r
//==== LABEL check if open the file with mode r.
//==== PRIORITY P2
-//==== STEP check if open the file with mode r.
-//==== EXPECT onsuccess should be called when the file has been opened with r mode.
//==== SPEC Tizen Web API:IO:Filesystem:File:openStream M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MAST MOA
//==== TEST: File_openStream_mode_rw
//==== LABEL check if open the file with mode rw.
//==== PRIORITY P2
-//==== STEP check if open the file with mode rw.
-//==== EXPECT onsuccess should be called when the file has been opened with rw mode.
//==== SPEC Tizen Web API:IO:Filesystem:File:openStream M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MAST MOA
//==== TEST: File_openStream_mode_w
//==== LABEL check if open the file with mode w.
//==== PRIORITY P2
-//==== STEP check if open the file with mode w.
-//==== EXPECT onsuccess should be called when the file has been opened with w mode.
//==== SPEC Tizen Web API:IO:Filesystem:File:openStream M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MAST MOA
//==== TEST: File_openStream_onerror_TypeMismatch
//==== LABEL: Check argument onError conversions exception in openStream method.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown when the input value cannot be converted into a proper value.
//==== SPEC: Tizen Web API:IO:Filesystem:File:openStream M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MC
//==== TEST: File_openStream_onerror_invalid_cb
//==== LABEL: Test whether the constructor of the interface is defined or not in openStream method onError callback.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown.
//==== SPEC: Tizen Web API:IO:Filesystem:File:openStream M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MTCB
//==== TEST: File_openStream_onsuccess_TypeMismatch
//==== LABEL: Check argument onSuccess conversions exception in openStream method.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown when the input value cannot be converted into a proper value.
//==== SPEC: Tizen Web API:IO:Filesystem:File:openStream M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MC
//==== TEST: File_openStream_onsuccess_invalid_cb
//==== LABEL: Test whether the constructor of the interface is defined or not in openStream method onSuccess callback.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown.
//==== SPEC: Tizen Web API:IO:Filesystem:File:openStream M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MTCB
//==== TEST: File_openStream_with_encoding
//==== LABEL: Check if method openStream wit encoding optional argument works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:openStream M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MAST MOA
//==== TEST: File_openStream_with_nonexist_file
//==== LABEL check if throw an exception when open the file which not exist.
//==== PRIORITY P2
-//==== STEP check if throw an exception when open the file which not exist.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:openStream M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
//==== TEST: File_openStream_with_onerror
//==== LABEL: Check if method openStream wit onError optional argument works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:openStream M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MAST MOA
//==== TEST: File_readAsText
//==== LABEL: Check if method readAsText of File works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:readAsText M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MMINA MR
//==== TEST: File_readAsText_encoding_invalid
//==== LABEL check if throw an exception when readAsText in invalid encoding.
//==== PRIORITY P2
-//==== STEP check if throw an exception when readAsText in invalid encoding.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:readAsText M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== PRIORITY P0
//==== SPEC Tizen Web API:IO:Filesystem:File:readAsText M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if method: readAsText is exist
//==== TEST_CRITERIA ME
var t = async_test("File_readAsText_exist"), resolveSuccess, resolveError;
<script type="text/javascript">
//==== TEST: File_readAsText_listDocumentsFiles
//==== LABEL check if list all files in documents and then read the content of the file as a DOMString
-//==== STEP check if list all files in documents and then read the content of the file as a DOMString
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:readAsText M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
<script type="text/javascript">
//==== TEST: File_readAsText_listDownloadsFiles
//==== LABEL check if list all files in downloads and then read the content of the file as a DOMString
-//==== STEP check if list all files in downloads and then read the content of the file as a DOMString
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:readAsText M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
<script type="text/javascript">
//==== TEST: File_readAsText_listImagesFiles
//==== LABEL check if list all files in images and then read the content of the file as a DOMString
-//==== STEP check if list all files in images and then read the content of the file as a DOMString
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:readAsText M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
<script type="text/javascript">
//==== TEST: File_readAsText_listMusicFiles
//==== LABEL check if list all files in music and then read the content of the file as a DOMString
-//==== STEP check if list all files in music and then read the content of the file as a DOMString
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:readAsText M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
<script type="text/javascript">
//==== TEST: File_readAsText_listVideosFiles
//==== LABEL check if list all files in videos and then read the content of the file as a DOMString
-//==== STEP check if list all files in videos and then read the content of the file as a DOMString
-//==== EXPECT PASS
//==== SPEC Tizen Web API:IO:Filesystem:File:readAsText M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
//==== TEST: File_readAsText_onerror_TypeMismatch
//==== LABEL: Check argument onError conversions exception in readAsText method.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown when the input value cannot be converted into a proper value.
//==== SPEC: Tizen Web API:IO:Filesystem:File:readAsText M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MC
//==== TEST: File_readAsText_onerror_invalid_cb
//==== LABEL: Test whether the constructor of the interface is defined or not in readAsText method onError callback.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown.
//==== SPEC: Tizen Web API:IO:Filesystem:File:readAsText M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MTCB
//==== TEST: File_readAsText_onsuccess_TypeMismatch
//==== LABEL: Check argument onSuccess conversions exception in readAsText method.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown when the input value cannot be converted into a proper value.
//==== SPEC: Tizen Web API:IO:Filesystem:File:readAsText M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MC
//==== TEST: File_readAsText_onsuccess_invalid_cb
//==== LABEL: Test whether the constructor of the interface is defined or not in readAsText method onSuccess callback.
//==== PRIORITY: P2
-//==== EXPECT: An exception must be thrown.
//==== SPEC: Tizen Web API:IO:Filesystem:File:readAsText M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MTCB
<script>
//==== TEST: File_readAsText_with_encoding
//==== LABEL: Check if method readAsText wit encoding optional argument works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:readAsText M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MOA
<script>
//==== TEST: File_readAsText_with_onerror
//==== LABEL: Check if method readAsText wit onError optional argument works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:readAsText M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MERRCB
<script>
//==== TEST: File_resolve
//==== LABEL: Check if method resolve of File works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:resolve M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MMINA MR
//==== PRIORITY P0
//==== SPEC Tizen Web API:IO:Filesystem:File:resolve M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if method: resolve is exist
//==== TEST_CRITERIA ME
var t = async_test("File_resolve_exist"),
//==== TEST: File_resolve_with_invalid_para
//==== LABEL check if throw an exception when resolve a file with the incompatible input parameter.
//==== PRIORITY P2
-//==== STEP check if throw an exception when resolve a file with the incompatible input parameter.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:resolve M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== TEST: File_resolve_with_nonexist
//==== LABEL check if throw an exception when resolve a file which not exist.
//==== PRIORITY P2
-//==== STEP check if throw an exception when resolve a file which not exist.
-//==== EXPECT exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:resolve M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA
//==== TEST: File_toURI
//==== LABEL: Check if method toURI of File works properly.
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:toURI M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MNA MR
//==== PRIORITY P0
//==== SPEC Tizen Web API:IO:Filesystem:File:toURI M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
-//==== STEP check if method: toURI is exist
//==== TEST_CRITERIA ME
var t = async_test("File_toURI_exist"), resolveSuccess, resolveError;
//==== TEST: File_toURI_extra_argument
//==== LABEL: Check if method toURI of File accepts extra argument
-//==== EXPECT: The method must be called successfully without an exception.
//==== SPEC: Tizen Web API:IO:Filesystem:File:toURI M
//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MNAEX
//==== TEST: File_toURI_with_nonexist_file
//==== LABEL check if throw an exception when get a URI of nonexist file.
//==== PRIORITY P2
-//==== STEP check if throw an exception when get a URI of nonexist file.
-//==== EXPECT Exception should be thrown.
//==== SPEC Tizen Web API:IO:Filesystem:File:toURI M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MNA
<script type="text/javascript">
//==== TEST: filesystem_FileStreamSuccessCallback_onsuccess
//==== LABEL check if FileStreamSuccessCallback method: onsuccess is exist
-//==== STEP check if FileStreamSuccessCallback method: onsuccess is exist
-//==== EXPECT a new empty file should be created in the given path
//==== SPEC Tizen Web API:IO:Filesystem:FileStreamSuccessCallback:onsuccess M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA CBOA
//==== TEST: filesystem_File_copyTo
//==== LABEL check if copy a file successfully
//==== PRIORITY P0
-//==== STEP check if copy a file successfully
-//==== EXPECT a new empty file should be created in the given path
//==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
<script type="text/javascript">
//==== TEST: filesystem_File_readAsText
//==== LABEL check if reads the content of a file as a DOMString.
-//==== STEP check if reads the content of a file as a DOMString.
-//==== EXPECT a new empty file should be created in the given path
//==== SPEC Tizen Web API:IO:Filesystem:File:readAsText M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MOA
<script type="text/javascript">
//==== TEST: filesystem_File_resolve
//==== LABEL check if resolve a file and return a file handle
-//==== STEP check if resolve a file and return a file handle
-//==== EXPECT a new empty file should be created in the given path
//==== SPEC Tizen Web API:IO:Filesystem:File:resolve M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
//==== TEST_CRITERIA MMINA
<set name="Filesystem">
<testcase purpose="check if is possible to call FileArraySuccessCallback in new expresion" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P3" id="FileArraySuccessCallback_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if is possible to call FileArraySuccessCallback in new expresion.</step_desc>
- <expected>It must not be possible to call FileArraySuccessCallback in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Test whether the type of each argument is equal to the specified in FileArraySuccessCallback." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="FileArraySuccessCallback_onsuccess">
<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-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_onsuccess.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call FileStreamSuccessCallback in new expresion" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P3" id="FileStreamSuccessCallback_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if is possible to call FileStreamSuccessCallback in new expresion.</step_desc>
- <expected>It must not be possible to call FileStreamSuccessCallback in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Test whether the type of each argument is equal to the specified in FileStreamSuccessCallback." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="FileStreamSuccessCallback_onsuccess">
<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-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_onsuccess.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check attribute bytesAvailable in FileStream" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="FileStream_bytesAvailable_attribute">
<description>
- <steps>
- <step order="1">
- <step_desc>check if attribute: bytesAvailable is exist</step_desc>
- <expected>a new empty file should be created in the given path</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_bytesAvailable_attribute.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check proper invocation close()" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileStream_close">
<description>
- <steps>
- <step order="1">
- <step_desc>check if close a FileStream.</step_desc>
- <expected>a new empty file should be created in the given path</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_close.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if method close exists in FileStream" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P0" id="FileStream_close_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if method: close is exist</step_desc>
- <expected>a new empty file should be created in the given path</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_close_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check attribute eof in FileStream" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="FileStream_eof_attribute">
<description>
- <steps>
- <step order="1">
- <step_desc>check if attribute: eof is exist</step_desc>
- <expected>a new empty file should be created in the given path</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_eof_attribute.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="test whether the FileStream object can have new attribute added" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P3" id="FileStream_extend">
<description>
- <steps>
- <step order="1">
- <step_desc>test whether the FileStream object can have new attribute added</step_desc>
- <expected>The objects must be extensible by default</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_extend.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call FileStream in new expresion" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P3" id="FileStream_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if is possible to call FileStream in new expresion.</step_desc>
- <expected>It must not be possible to call FileStream in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check attribute position in FileStream" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileStream_position_attribute">
<description>
- <steps>
- <step order="1">
- <step_desc>check if attribute: position is exist</step_desc>
- <expected>a new empty file should be created in the given path</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_position_attribute.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if method read of FileStream works properly." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="FileStream_read">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if method read of FileStream works properly.</step_desc>
- <expected>The method must be called successfully without an exception.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_read.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if method readBase64 of FileStream works properly." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="FileStream_readBase64">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if method readBase64 of FileStream works properly.</step_desc>
- <expected>The method must be called successfully without an exception.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when readBase64 from a file with invalid value." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileStream_readBase64_with_invalid_value">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when readBase64 from a file with invalid value.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_with_invalid_value.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when read the specified number of bytes from a file without r permission and encoding the result in base64." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileStream_readBase64_without_r_permission">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when read the specified number of bytes from a file without r permission and encoding the result in base64.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_without_r_permission.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create a new empty file and write content of the file and then read the content of the file as base64" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P3" id="FileStream_readBase64_writeFile">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create a new empty file and write content of the file and then read the content of the file as base64</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_writeFile.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if method readBytes of FileStream works properly." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="FileStream_readBytes">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if method readBytes of FileStream works properly.</step_desc>
- <expected>The method must be called successfully without an exception.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when readBytes from a file with invalid value." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileStream_readBytes_with_invalid_value">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when readBytes from a file with invalid value.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_with_invalid_value.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when read the specified number of bytes from a file without r permission." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileStream_readBytes_without_r_permission">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when read the specified number of bytes from a file without r permission.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_without_r_permission.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create a new empty file and write content of the file and then read the content of the file as a byte array" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P3" id="FileStream_readBytes_writeFile">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create a new empty file and write content of the file and then read the content of the file as a byte array</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_writeFile.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when read a file with invalid value." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileStream_read_with_invalid_value">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when read a file with invalid value.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_read_with_invalid_value.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when read a file without r permission." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileStream_read_without_r_permission">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when read a file without r permission.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_read_without_r_permission.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create a new empty file and write content of the file and then read the content of the file" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P3" id="FileStream_read_writeFile">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create a new empty file and write content of the file and then read the content of the file</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_read_writeFile.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if method write of FileStream works properly." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="FileStream_write">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if method write of FileStream works properly.</step_desc>
- <expected>The method must be called successfully without an exception.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_write.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when write the specified bytes to a file without w permission and encoding the result in base64." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileStream_writeBase64_without_w_permission">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when write the specified bytes to a file without w permission and encoding the result in base64.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_without_w_permission.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when write the specified bytes to a file without w permission." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileStream_writeBytes_without_w_permission">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when write the specified bytes to a file without w permission.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_without_w_permission.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when write a file without w permission." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileStream_write_without_w_permission">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when write a file without w permission.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStream_write_without_w_permission.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call FileStringSuccessCallback in new expresion" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P3" id="FileStringSuccessCallback_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if is possible to call FileStringSuccessCallback in new expresion.</step_desc>
- <expected>It must not be possible to call FileStringSuccessCallback in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Test whether the type of each argument is equal to the specified in FileStringSuccessCallback." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="FileStringSuccessCallback_onsuccess">
<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-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_onsuccess.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call FileSuccessCallback in new expresion" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P3" id="FileSuccessCallback_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if is possible to call FileSuccessCallback in new expresion.</step_desc>
- <expected>It must not be possible to call FileSuccessCallback in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Test whether the type of each argument is equal to the specified." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="FileSuccessCallback_onsuccess">
<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-filesystem-tizen-tests/filesystem/FileSuccessCallback_onsuccess.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if FileSystemManagerObject not exist" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P3" id="FileSystemManagerObject_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if FileSystemManagerObject not exist</step_desc>
- <expected>should not exist</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManagerObject_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when get information about a storage based on nonexist label." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileSystemManager_getStorage_with_nonexist_label">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when get information about a storage based on nonexist label.</step_desc>
- <expected>Exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_nonexist_label.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when removeStorageStateChangeListener with an invalid input parameter." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileSystemManager_removeStorageStateChangeListener_with_para_invalid">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when removeStorageStateChangeListener with an invalid input parameter.</step_desc>
- <expected>Exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_with_para_invalid.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if resolve documents to a file handle." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileSystemManager_resolve_documents">
<description>
- <steps>
- <step order="1">
- <step_desc>check if resolve documents to a file handle.</step_desc>
- <expected>the documents should be resolved successfully</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_documents.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if resolve downloads to a file handle." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileSystemManager_resolve_downloads">
<description>
- <steps>
- <step order="1">
- <step_desc>check if resolve downloads to a file handle.</step_desc>
- <expected>the downloads should be resolved successfully</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_downloads.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when resolve an invalid location." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileSystemManager_resolve_invalid_location">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when resolve an invalid location.</step_desc>
- <expected>NotFoundError should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_invalid_location.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if resolve a location with mode a." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileSystemManager_resolve_mode_a">
<description>
- <steps>
- <step order="1">
- <step_desc>check if resolve a location with an mode a.</step_desc>
- <expected>the location should be resolved with a mode successfully.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_a.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if resolve a location with mode r." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileSystemManager_resolve_mode_r">
<description>
- <steps>
- <step order="1">
- <step_desc>check if resolve a location with mode r.</step_desc>
- <expected>the location should be resolved with r mode successfully.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_r.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if resolve a location with mode w." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileSystemManager_resolve_mode_w">
<description>
- <steps>
- <step order="1">
- <step_desc>check if resolve a location with mode w.</step_desc>
- <expected>the location should be resolved with w mode successfully.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_w.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if resolve music to a file handle." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileSystemManager_resolve_music">
<description>
- <steps>
- <step order="1">
- <step_desc>check if resolve music to a file handle.</step_desc>
- <expected>the music should be resolved successfully</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_music.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if InvalidValuesError will be reported when the ringtones directory is resolved with mode a" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileSystemManager_resolve_ringtones_invalid_mode_a">
<description>
- <steps>
- <step order="1">
- <step_desc>check if InvalidValuesError will be reported when the ringtones directory is resolved with mode a</step_desc>
- <expected>the exception should be thrown</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_a.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if InvalidValuesError will be reported when the rightones directory is resolved with mode rw" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileSystemManager_resolve_ringtones_invalid_mode_rw">
<description>
- <steps>
- <step order="1">
- <step_desc>check if InvalidValuesError will be reported when the rightones directory is resolved with mode rw</step_desc>
- <expected>the exception should be thrown</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_rw.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if InvalidValuesError will be reported when the ringtones directory is resolved with mode w" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileSystemManager_resolve_ringtones_invalid_mode_w">
<description>
- <steps>
- <step order="1">
- <step_desc>check if InvalidValuesError will be reported when the ringtones directory is resolved with mode w</step_desc>
- <expected>the exception should be thrown</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_w.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if resolve videos to a file handle." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileSystemManager_resolve_videos">
<description>
- <steps>
- <step order="1">
- <step_desc>check if resolve videos to a file handle.</step_desc>
- <expected>the videos should be resolved successfully</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_videos.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if InvalidValuesError will be reported when the wgt-package directory is resolved with mode a" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileSystemManager_resolve_wgt-package_invalid_mode_a">
<description>
- <steps>
- <step order="1">
- <step_desc>check if InvalidValuesError will be reported when the wgt-package directory is resolved with mode a</step_desc>
- <expected>the exception should be thrown</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_a.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if InvalidValuesError will be reported when the wgt-package directory is resolved with mode rw" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileSystemManager_resolve_wgt-package_invalid_mode_rw">
<description>
- <steps>
- <step order="1">
- <step_desc>check if InvalidValuesError will be reported when the wgt-package directory is resolved with moderw</step_desc>
- <expected>the exception should be thrown</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_rw.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if InvalidValuesError will be reported when the wgt-package directory is resolved with mode w" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="FileSystemManager_resolve_wgt-package_invalid_mode_w">
<description>
- <steps>
- <step order="1">
- <step_desc>check if InvalidValuesError will be reported when the wgt-package directory is resolved with mode w</step_desc>
- <expected>the exception should be thrown</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_w.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call FileSystemStorageArraySuccessCallback in new expresion" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P3" id="FileSystemStorageArraySuccessCallback_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if is possible to call FileSystemStorageArraySuccessCallback in new expresion.</step_desc>
- <expected>It must not be possible to call FileSystemStorageArraySuccessCallback in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Test whether the type of each argument is equal to the specified in FileSystemStorageArraySuccessCallback." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="FileSystemStorageArraySuccessCallback_onsuccess">
<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-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_onsuccess.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call FileSystemStorageSuccessCallback in new expresion" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P3" id="FileSystemStorageSuccessCallback_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if is possible to call FileSystemStorageSuccessCallback in new expresion.</step_desc>
- <expected>It must not be possible to call FileSystemStorageSuccessCallback in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Test whether the type of each argument is equal to the specified in FileSystemStorageSuccessCallback." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="FileSystemStorageSuccessCallback_onsuccess">
<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-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_onsuccess.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="test whether the FileSystemStorage object can have new attribute added" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P3" id="FileSystemStorage_extend">
<description>
- <steps>
- <step order="1">
- <step_desc>test whether the FileSystemStorage object can have new attribute added</step_desc>
- <expected>The objects must be extensible by default</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_extend.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call FileSystemStorage in new expresion" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P3" id="FileSystemStorage_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if is possible to call FileSystemStorage in new expresion.</step_desc>
- <expected>It must not be possible to call FileSystemStorage in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if error callback was invoked when copy a directory to another location of the directory with the same name (overwrite is false)." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_copyTo_dir_overwrite_false">
<description>
- <steps>
- <step order="1">
- <step_desc>check if error callback was invoked when copy a directory to another location of the directory with the same name (overwrite is false)</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_false.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if copy a directory to another location of the directory with the same name (overwrite is true) was successfull." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_copyTo_dir_overwrite_true">
<description>
- <steps>
- <step order="1">
- <step_desc>check if copy a directory to another location of the directory with the same name (overwrite is true) was successfull.</step_desc>
- <expected>directory should be copied to another location where already exist the directory with the same name</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_true.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if error callback invoked when copy a directory to the same location with the same name (overwrite is false)." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_copyTo_dir_samedir_samename_overwrite_false">
<description>
- <steps>
- <step order="1">
- <step_desc>check if error callback invoked when copy a directory to the same location with the same name (overwrite is false)</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_false.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if error callback invoked when copy a directory to the same location with the same name (overwrite is true)." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_copyTo_dir_samedir_samename_overwrite_true">
<description>
- <steps>
- <step order="1">
- <step_desc>check if error callback invoked when copy a directory to the same location with the same name (overwrite is true).</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_true.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if error callback was invoked when copy a file to another location of the file with the same name (overwrite is false)." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_copyTo_file_overwrite_false">
<description>
- <steps>
- <step order="1">
- <step_desc>check if error callback was invoked when copy a file to another location of the file with the same name (overwrite is false)</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_false.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if copy a file to another location of the file with the same name (overwrite is true) was successfull." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_copyTo_file_overwrite_true">
<description>
- <steps>
- <step order="1">
- <step_desc>check if copy a file to another location of the file with the same name (overwrite is true) was successfull.</step_desc>
- <expected>file should be copied to another location where already exist the file with the same name</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_true.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if error callback invoked when copy a file to the same location with the same name (overwrite is false)." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_copyTo_file_samedir_samename_overwrite_false">
<description>
- <steps>
- <step order="1">
- <step_desc>check if error callback invoked when copy a file to the same location with the same name (overwrite is false).</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_false.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if error callback invoked when copy a file to the same location with the same name (overwrite is true)" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_copyTo_file_samedir_samename_overwrite_true">
<description>
- <steps>
- <step order="1">
- <step_desc>check if error callback invoked when copy a file to the same location with the same name (overwrite is true)</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_true.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when copy a file to an invalid destination." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_copyTo_with_destination_invalid">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when copy a file to an invalid destination.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_destination_invalid.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when copyTo with file handle." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_copyTo_with_file_handle">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when copyTo with file handle.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_file_handle.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when copyTo with invalid parameters." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_copyTo_with_para_invalid">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when copyTo with invalid parameters.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_para_invalid.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create a new empty file and write content of the file and then copy the file to the same location with different file name" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_copyTo_writeFile_newName">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create a new empty file and write content of the file and then copy the file to the same location with different file name</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_newName.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create a new empty file and write content of the file and then copy the file to another location with same file name (overwrite false)" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_copyTo_writeFile_overwrite_false">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create a new empty file and write content of the file and then copy the file to another location with same file name (overwrite false)</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_overwrite_false.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create a new empty file and write content of the file and then copy the file to subdirectory with same file name" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_copyTo_writeFile_subdir">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create a new empty file and write content of the file and then copy the file to subdirectory with same file name</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_subdir.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create directory of two levels." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_createDirectory_level2">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create directory of two levels.</step_desc>
- <expected>level2 directory should be created.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_createDirectory_level2.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="create existing file" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_createFile_existing_file">
<description>
- <steps>
- <step order="1">
- <step_desc>create existing file</step_desc>
- <expected>an exception must be thrown</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_createFile_existing_file.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when create file with invalid file name." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_createFile_with_invalid_name">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when create file with invalid file name.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_createFile_with_invalid_name.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create a new directory in documents and then delete the directory" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_deleteDirectory_createDir_documents">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create a new directory in documents and then delete the directory</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_documents.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create a new directory in downloads and then delete the directory" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_deleteDirectory_createDir_downloads">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create a new directory in downloads and then delete the directory</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_downloads.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create a new directory in images and then delete the directory" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_deleteDirectory_createDir_images">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create a new directory in images and then delete the directory</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_images.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create a new directory in music and then delete the directory" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_deleteDirectory_createDir_music">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create a new directory in music and then delete the directory</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_music.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create a new directory in videos and then delete the directory" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_deleteDirectory_createDir_videos">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create a new directory in videos and then delete the directory</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_videos.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when delete a dir with file handle." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_deleteDirectory_with_file_handle">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when delete a dir with file handle.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_file_handle.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create a new file in downloads and copy the file to another location and then delete the file" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_deleteFile_copyFile_downloads">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create a new file in downloads and copy the file to another location and then delete the file</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_downloads.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create a new file in images and copy the file to another location and then delete the file" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_deleteFile_copyFile_images">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create a new file in images and copy the file to another location and then delete the file</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_images.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create a new file in music and copy the file to another location and then delete the file" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_deleteFile_copyFile_music">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create a new file in music and copy the file to another location and then delete the file</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_music.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create a new file in videos and copy the file to another location and then delete the file" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_deleteFile_copyFile_videos">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create a new file in videos and copy the file to another location and then delete the file</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_videos.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create a new file and then delete the file" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_deleteFile_createFile">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create a new file and then delete the file</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_createFile.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if delete the list of all files in documents" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_deleteFile_listDocumentsFiles">
<description>
- <steps>
- <step order="1">
- <step_desc>check if delete the list of all files in documents</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDocumentsFiles.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if delete the list of all files in downloads" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_deleteFile_listDownloadsFiles">
<description>
- <steps>
- <step order="1">
- <step_desc>check if delete the list of all files in downloads</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDownloadsFiles.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if delete the list of all files in images" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_deleteFile_listImagsFiles">
<description>
- <steps>
- <step order="1">
- <step_desc>check if delete the list of all files in images</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listImagsFiles.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if delete the list of all files in music" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_deleteFile_listMusicFiles">
<description>
- <steps>
- <step order="1">
- <step_desc>check if delete the list of all files in music</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listMusicFiles.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if delete the list of all files in videos" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_deleteFile_listVideosfiles">
<description>
- <steps>
- <step order="1">
- <step_desc>check if delete the list of all files in videos</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listVideosfiles.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when delete a file with dir handle." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_deleteFile_with_dir_handle">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when delete a file with dir handle.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_dir_handle.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when delete a file which not exist." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_deleteFile_with_nonexist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when delete a file which not exist.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_nonexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="test whether the File object can have new attribute added" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P3" id="File_extend">
<description>
- <steps>
- <step order="1">
- <step_desc>test whether the File object can have new attribute added</step_desc>
- <expected>The objects must be extensible by default</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_extend.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create a new directory and then list all files in this directory" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_listFiles_createFiles">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create a new directory and then list all files in this directory</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_createFiles.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check with empty FileFilter argument of listFiles" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_listFiles_filter_empty">
<description>
- <steps>
- <step order="1">
- <step_desc>check with empty FileFilter argument of listFiles</step_desc>
- <expected>method works properly</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_empty.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when listFiles with a file handle." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_listFiles_with_file_handle">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when listFiles with a file handle.</step_desc>
- <expected>IOError should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_file_handle.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if list files in documents directory with filter." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_listFiles_with_filter">
<description>
- <steps>
- <step order="1">
- <step_desc>check if list files in documents directory with filter.</step_desc>
- <expected>the files match the filter should be returned in the success.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_filter.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if error callback invoked when move a directory to the same location with the same name (overwrite is false)." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_moveTo_dir_samedir_samename_overwrite_false">
<description>
- <steps>
- <step order="1">
- <step_desc>check if error callback invoked when move a directory to the same location with the same name (overwrite is false)</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_false.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if error callback invoked when move a directory to the same location with the same name (overwrite is true)." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_moveTo_dir_samedir_samename_overwrite_true">
<description>
- <steps>
- <step order="1">
- <step_desc>check if error callback invoked when move a directory to the same location with the same name (overwrite is true)</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_true.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if error callback invoked when move a file to the same location with the same name (overwrite is false)." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_moveTo_file_samedir_samename_overwrite_false">
<description>
- <steps>
- <step order="1">
- <step_desc>check if error callback invoked when move a file to the same location with the same name (overwrite is false).</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_false.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if error callback invoked when move a file to the same location with the same name (overwrite is true)" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_moveTo_file_samedir_samename_overwrite_true">
<description>
- <steps>
- <step order="1">
- <step_desc>check if error callback invoked when move a file to the same location with the same name (overwrite is true)</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_true.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if errorCallback will be invoked when moveTo will be used with file handle." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_moveTo_with_file_handle">
<description>
- <steps>
- <step order="1">
- <step_desc>check if errorCallback will be invoked when moveTo will be used with file handle.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_file_handle.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when move a file to an invalid path." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_moveTo_with_path_invalid">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when move a file to an invalid path.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_path_invalid.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create a new empty file and write content of the file and then move the file to the same location with different file name" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_moveTo_writeFile_newName">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create a new empty file and write content of the file and then move the file to the same location with different file name</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_newName.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create a new empty file and write content of the file and then move the file to another location with same file name (overwrite false)" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_moveTo_writeFile_overwrite_false">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create a new empty file and write content of the file and then move the file to another location with same file name (overwrite false)</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_overwrite_false.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if create a new empty file and write content of the file and then move the file to subdirectory with same file name" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_moveTo_writeFile_subdir">
<description>
- <steps>
- <step order="1">
- <step_desc>check if create a new empty file and write content of the file and then move the file to subdirectory with same file name</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_subdir.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call File in new expresion" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P3" id="File_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if is possible to call File in new expresion.</step_desc>
- <expected>It must not be possible to call File in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when open the file in invalid encoding." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_openStream_encoding_invalid">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when open the file in invalid encoding.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_encoding_invalid.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if open the file with mode a." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_openStream_mode_a">
<description>
- <steps>
- <step order="1">
- <step_desc>check if open the file with mode a.</step_desc>
- <expected>onsuccess should be called when the file has been opened with a mode.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_a.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if open the file with mode r." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_openStream_mode_r">
<description>
- <steps>
- <step order="1">
- <step_desc>check if open the file with mode r.</step_desc>
- <expected>onsuccess should be called when the file has been opened with r mode.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_r.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if open the file with mode rw." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_openStream_mode_rw">
<description>
- <steps>
- <step order="1">
- <step_desc>check if open the file with mode rw.</step_desc>
- <expected>onsuccess should be called when the file has been opened with rw mode.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_rw.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if open the file with mode w." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_openStream_mode_w">
<description>
- <steps>
- <step order="1">
- <step_desc>check if open the file with mode w.</step_desc>
- <expected>onsuccess should be called when the file has been opened with w mode.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_w.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when open the file which not exist." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_openStream_with_nonexist_file">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when open the file which not exist.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_openStream_with_nonexist_file.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when readAsText in invalid encoding." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_readAsText_encoding_invalid">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when readAsText in invalid encoding.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_encoding_invalid.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if list all files in documents and then read the content of the file as a DOMString" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_readAsText_listDocumentsFiles">
<description>
- <steps>
- <step order="1">
- <step_desc>check if list all files in documents and then read the content of the file as a DOMString</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDocumentsFiles.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if list all files in downloads and then read the content of the file as a DOMString" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_readAsText_listDownloadsFiles">
<description>
- <steps>
- <step order="1">
- <step_desc>check if list all files in downloads and then read the content of the file as a DOMString</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDownloadsFiles.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if list all files in images and then read the content of the file as a DOMString" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_readAsText_listImagesFiles">
<description>
- <steps>
- <step order="1">
- <step_desc>check if list all files in images and then read the content of the file as a DOMString</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_listImagesFiles.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if list all files in music and then read the content of the file as a DOMString" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_readAsText_listMusicFiles">
<description>
- <steps>
- <step order="1">
- <step_desc>check if list all files in music and then read the content of the file as a DOMString</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_listMusicFiles.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if list all files in videos and then read the content of the file as a DOMString" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="File_readAsText_listVideosFiles">
<description>
- <steps>
- <step order="1">
- <step_desc>check if list all files in videos and then read the content of the file as a DOMString</step_desc>
- <expected>PASS</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_readAsText_listVideosFiles.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when resolve a file with the incompatible input parameter." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_resolve_with_invalid_para">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when resolve a file with the incompatible input parameter.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_resolve_with_invalid_para.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when resolve a file which not exist." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_resolve_with_nonexist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when resolve a file which not exist.</step_desc>
- <expected>exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_resolve_with_nonexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if throw an exception when get a URI of nonexist file." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P2" id="File_toURI_with_nonexist_file">
<description>
- <steps>
- <step order="1">
- <step_desc>check if throw an exception when get a URI of nonexist file.</step_desc>
- <expected>Exception should be thrown.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/File_toURI_with_nonexist_file.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if FileStreamSuccessCallback method: onsuccess is exist" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="filesystem_FileStreamSuccessCallback_onsuccess">
<description>
- <steps>
- <step order="1">
- <step_desc>check if FileStreamSuccessCallback method: onsuccess is exist</step_desc>
- <expected>a new empty file should be created in the given path</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/filesystem_FileStreamSuccessCallback_onsuccess.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if copy a file successfully" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P0" id="filesystem_File_copyTo">
<description>
- <steps>
- <step order="1">
- <step_desc>check if copy a file successfully</step_desc>
- <expected>a new empty file should be created in the given path</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/filesystem_File_copyTo.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if reads the content of a file as a DOMString." type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="filesystem_File_readAsText">
<description>
- <steps>
- <step order="1">
- <step_desc>check if reads the content of a file as a DOMString.</step_desc>
- <expected>a new empty file should be created in the given path</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/filesystem_File_readAsText.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if resolve a file and return a file handle" type="compliance" status="approved" component="TizenAPI/IO/Filesystem" execution_type="auto" priority="P1" id="filesystem_File_resolve">
<description>
- <steps>
- <step order="1">
- <step_desc>check if resolve a file and return a file handle</step_desc>
- <expected>a new empty file should be created in the given path</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-filesystem-tizen-tests/filesystem/filesystem_File_resolve.html</test_script_entry>
</description>
<specs>