⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 script

📁 软件工程方面关于winrunner 7.6测试的资料
💻
字号:
################################################################################
# LIB: <name>
################################################################################
# $Revision: 1.1.1.1 $
# $Author: drajovic $
# $Date: 2004/03/24 20:14:02 $
# $Source: d:\\Archive/FRAMEWORK\\EMOS_GPL/FRM/TPL/Scripts/LIB/FRM/frm_lib1_lib/script,v $
# $NoKeywords: $
################################################################################

public function FRM_testblock ( in table, in test, in idx, in mode )
{
	auto rc;
	auto val;
	rc = FRM_init_block( table, test, idx, mode );
	if ( rc != E_OK )
		return rc;
	# see FlightDemo example for a more realistic example
	# which is available as a separate download due to its size
	rc = FRM_get_next( table, test, val );
	pause( val );
	return rc;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -