Forum Discussion
kcarpent
16 years agoOccasional Contributor
You're right, I'm not sure how the typo got in there since I thought I copied and pasted it. Anyway, the typo isn't in the actual code, but the code still doesn't work. Here is the code with no typos:
Test3()
So why do you think this isn't working. This is what TC 8.1 generates from a keyword test that only contains two items that tell it to run a script (Login and SWA).
function Test3()
Test3()
{
Login();
SWA();
}
So why do you think this isn't working. This is what TC 8.1 generates from a keyword test that only contains two items that tell it to run a script (Login and SWA).