Forum Discussion
googleid_114358
13 years agoContributor
Hi Cristophe.
This as nothing to do with debugging.
In fact, TestItems.Current is only available when you run the project.
Right click on the project in the Project Explorer, and click Run ... [Project]
Project.TestItems.Current is defined.
If you run a TestItem directly from the Test Items panel of the project, Project.TestItems.Current will be undefined. Same goes if you run a script or a keyword from the projet explorer.
You can find out more about this Current Property.
Regards,
Guillaume.
This as nothing to do with debugging.
In fact, TestItems.Current is only available when you run the project.
Right click on the project in the Project Explorer, and click Run ... [Project]
Project.TestItems.Current is defined.
If you run a TestItem directly from the Test Items panel of the project, Project.TestItems.Current will be undefined. Same goes if you run a script or a keyword from the projet explorer.
You can find out more about this Current Property.
Regards,
Guillaume.