Forum Discussion
irina_lukina
14 years agoSuper Contributor
Hi Vinay,
is it possible for us to test the application without having the source code
Unfortunately, in this case, you won't be able to access some properties of the application as the debug information stores data about them.
So, if you cannot recompile the application according to the approach described in our help topic, I recommend that you follow the steps below:
1. Contact the developers of the tested application.
2. Ask them to provide you with the .pdb file that corresponds to this application.
3. Copy this file to the folder that contains the .exe file of the application on your machine.
4. Try running your test again.
Does the problem persist?