Forum Discussion
Hi,
I've found a workaround which consists in determining whether I'm on the first or last test run of the project (which isn't easy, since you still have to test whether each test is active or not...).
Once the hard part is done, all that's left to do is :
1- Test whether we're on the first test in the OnStartTest() event to initialize the project
2 - Test whether we're on the last test in the OnStopTest() event to finalize the project.
But I agree with you, I don't really understand why the following native events aren't available, especially as I don't suppose it should be very complicated to implement on their side (probably less than what I've done to get the same result)
- OnStartProject() / OnStopProject()
- OnStartProjectSuite() / OnStopProjectSuite()
I've found a link to the evolution proposal, but few people voted for it (hence why it hasn't been implemented yet...) : new idea for project test events
Regards
Thanks for reply lherry .
I am wondering, How can a Automation testing tool providing company not impliment something which is necessary/useful for most of automation cases.
In shared post I saw someone's comment who asked user to manually create login for this. Sigh!
Related Content
- 9 months ago
- 2 years ago
- 4 years ago
- 3 years ago
Recent Discussions
- 4 days ago
- 4 days ago