Hi guys
I came up with the name TestStand Light, when a customer (Ericsson Mobile Platform, Sweden) needed a test-executive
that was based on readable test sequence files. They wanted the sequence files to be read and modified by notepad.
I made a ScriptRunner application that parsed the text files and executed the tests.
E.g.
TEST
{
SetVoltageApp(20)
$Result=TcCurrentConsumptionsApp(21)
if ($Result.TestStatusResult=PASS)
{
println("TcCurrentConsumptionsApp Result=PASS")
for each $Temp in {85,-30,-20,25}
{
SetTemperatureApp(28)
for each $Volt in {2.5,2.7,2.75,2.9}
{
SetVoltageApp(31)
$XO=TcXoFrequencyApp(34)
TcTxPowerVsFrequencyApp(35)
}
}
}
else
{
println("TcCurrentConsumptionsApp Result=FAIL")
}
SendMailApp(41)
}
But too make it easier to create scripts like this, I made a GUI for that. "TestStand Light"
Have a look at this ppt Download File:post-941-1170712458.ppt
(It's a quick swedish to english translation, just for you guys )
The problem is that Ericsson owns this code, but if I have time I might be able to recreate it (not copy) and share it.
Cheers,
Mikael
Ps But I'm now upgrading the LabVIEW UML modeller to be integrated in the LabVIEW project environment, and that will probably take all my spare time