#=============================================================================================
# @TITLE			Information - main test
#
# @NUMBER			WDBM_FKT_00200
#
# @DESCRIPTION		All links under information will be checked and the shown content as well.
#
# @EXP_RESULT		The tests pass through.
#
# @REQUIREMENTS		Test: WDBM_FKT_01000; WDBM_FKT_00100; WDBM_FKT_01010
#=============================================================================================

call_close "WEBDBM\Init"();
#=============================================================================================
# 					Loading GUI MAPS.
#=============================================================================================
GUI_load( guiFilePath & "WEBDBM.gui");
GUI_load( guiFilePath & "IE_Browser.gui");
GUI_load( guiFilePath & "WebAgent.gui");
#=============================================================================================
# @STEP	1			Open IE.
#=============================================================================================
call_close "WEBDBM\Open_Close\WDBM_FKT_01000"();
call_close "WEBDBM\Service\WDBM_FKT_00100"();
call_close "WEBDBM\Login\WDBM_FKT_01010"();
#=============================================================================================
# @STEP 2			Calling tests.
#=============================================================================================
call_close "WEBDBM\Infocheck\WDBM_FKT_02000"(); #Backup History
call_close "WEBDBM\Infocheck\WDBM_FKT_02001"(); #Caches
call_close "WEBDBM\Infocheck\WDBM_FKT_02002"(); #Data, Data Area
call_close "WEBDBM\Infocheck\WDBM_FKT_02003"(); #IO
call_close "WEBDBM\Infocheck\WDBM_FKT_02004"(); #Log, Log Area
call_close "WEBDBM\Infocheck\WDBM_FKT_02005"(); #Locks
call_close "WEBDBM\Infocheck\WDBM_FKT_02006"(); #Sessions
call_close "WEBDBM\Infocheck\WDBM_FKT_02007"(); #Versions
#=============================================================================================
# @STEP	3			Close IE.
#=============================================================================================
call_close "WEBDBM\Open_Close\WDBM_FKT_01001"();
#=============================================================================================
# 					Closing all GUI MAPS.
#=============================================================================================
GUI_close_all();