#=============================================================================================
# @TITLE					Recovery - main test
#
# @NUMBER					WDBM_FKT_10202
#
# @DESCRIPTION		All links under recovery will be checked and the shown content as well.
#
# @EXP_RESULT			The tests pass through.
#
# @REQUIREMENTS		Test: WDBM_FKT_11000; WDBM_FKT_10100; WDBM_FKT_11010;
#=============================================================================================
iStartTime = get_time();

call_close "WEBDBM\Init"();
#=============================================================================================
# 					Loading GUI MAPS.
#=============================================================================================
GUI_load( guiFilePath & "WEBDBM.gui");
GUI_load( guiFilePath & "Netscape.gui");
GUI_load( guiFilePath & "WebAgent.gui");
#=============================================================================================
# @STEP	1			Open IE.
#=============================================================================================
call_close "WEBDBM\Open_Close\WDBM_FKT_11000"();
call_close "WEBDBM\Service\WDBM_FKT_10100"();
call_close "WEBDBM\Login\WDBM_FKT_11010"();
#=============================================================================================
# @STEP	2			Calling tests.
#=============================================================================================
call_close "WEBDBM\Recovery\WDBM_FKT_02020"();		# backup recovery
#call_close "WEBDBM\Recovery\WDBM_FKT_12021"();		# recover indexes - at the moment not supported
#call_close "WEBDBM\Recovery\WDBM_FKT_12022"();		# recover volumes - at the moment not supported
#=============================================================================================
# @STEP	3			Close IE.
#=============================================================================================
call_close "WEBDBM\Open_Close\WDBM_FKT_11001"();
#=============================================================================================
# 					Closing all GUI MAPS.
#=============================================================================================
GUI_close_all();

iEndTime = get_time();
TestName = "Recovery (Netscape)";
call_close "WEBDBM\loadup"();
