Forum Discussion
aLostDawg
12 years agoOccasional Contributor
I'm getting this issue, but it's only happened on a script where there are a large number of scenarios. It dies on Scenario 190.
A little background:
Automation framework built in VBScript.
Pulls data from an external data sheet.
Dynamically builds the form info model at the runtime of the automation framework.
Form has about 30 fields.
Total number of scenarios = 492.
About half way through Scenario 190 it fails with this error. I assume that there is some garbage collection that I need to add to my VBScript code, but the error doesn't give me any indication as to where that might be. I'm going to play around with this to see if I can get around this error, but it might not even be wise. The test results .mht file is already over 864000 KB and is painful to try to navigate.
A little background:
Automation framework built in VBScript.
Pulls data from an external data sheet.
Dynamically builds the form info model at the runtime of the automation framework.
Form has about 30 fields.
Total number of scenarios = 492.
About half way through Scenario 190 it fails with this error. I assume that there is some garbage collection that I need to add to my VBScript code, but the error doesn't give me any indication as to where that might be. I'm going to play around with this to see if I can get around this error, but it might not even be wise. The test results .mht file is already over 864000 KB and is painful to try to navigate.