agiletstware
12 years agoOccasional Contributor
print test case name and status
Hello, I need to print my test case name and its status (pass, fail, etc) to the log when a test case finishes. I tried a simple onstepTest and onStartTest event, but seems like this is not ...
- 12 years agoHi,
How are you running the tests?
I have something similar where I use Project.TestItems.Current.Name.
If I run the test from the individual test editor and I do not run the test from the Project Folder I get a run time error.
You have to add the tests to the project editor (Test Item panel) and run them from there.
http://support.smartbear.com/viewarticle/29618/