background image
<< ParameterValuesAsSumofString Variable | COM Test Scripts Fail >>
<< ParameterValuesAsSumofString Variable | COM Test Scripts Fail >>

Appendix B. Troubleshooting

139
B
Troubleshooting
This section provides troubleshooting techniques that you can use when running
QualityArchitect.
Resource File Not Found
Symptom
The following message appears when you open a Visual Basic project after generating
a script:
File not found:
FileName
.Res
Explanation
During script generation, QualityArchitect compiles the resources for datapool
configuration using the Microsoft Visual Studio resource compiler--
rc.exe
. The end
result is a resource file--
test
.res.
If this fails for any reason, the original source file,
test.rc
, is left in the directory with
the script. However, you need to specify where the
rc.exe
resides using the RQA
Options dialog box. For more information, see Requirements for Testing COM
Components
on page 101.