Forum Discussion
tinauser
14 years agoFrequent Contributor
Hi, thanks for the answer.
There is not really much code here: the translation of the keyword test is as follows:
function Test2()
{
Project.Variables.myXlsTable.Reset();
for(; !Project.Variables.myXlsTable.IsEOF();)
{
//Posts an information message to the test log.
Log.Message("", Project.Variables.myXlsTable.Value("Msg"));
Project.Variables.myXlsTable.Next();
}
}
where myXlstable is the .xls table attached before. some messages are trunkated.
TC version: 8.70.727
Excel version: 14.0 (2010 professional plus)
There is not really much code here: the translation of the keyword test is as follows:
function Test2()
{
Project.Variables.myXlsTable.Reset();
for(; !Project.Variables.myXlsTable.IsEOF();)
{
//Posts an information message to the test log.
Log.Message("", Project.Variables.myXlsTable.Value("Msg"));
Project.Variables.myXlsTable.Next();
}
}
where myXlstable is the .xls table attached before. some messages are trunkated.
TC version: 8.70.727
Excel version: 14.0 (2010 professional plus)