Namemapping Limit ?
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Namemapping Limit ?
We have recently run a desktop version trial alongside our web version but now the trial is up we get this issue. We didn't however map or use it on our main project which is where we are having the issues.
Could the desktop version have changed any configuration when activated. The project takes a long time to load also however it is quite large.
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try set 'Store all Code Completion data' option to other state. It will reduce NameMapping file size.
The option is located in NameMapping editor.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Actually namemapping file is a kind of XML file. It shoud not take a lot off hard disc space.
E.g. one of our projects has about 4500 elements in NameMapping repository and it has the size of 1600 KB.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the information.
Will changing the way the namemapping is stored affect any of my tests and will it require me to remap objects in my test .
Cheers
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Vec84 if you are asking about changing the setting that @Bobik mentioned, no this will not impact your actual object map.
The 'store code completion information' setting controls what property and method data is stored with each mapped object.
here is a link to the support article detailing this setting: http://support.smartbear.com/testcomplete/docs/testing-with/object-identification/name-mapping/edito...
my team had a similar issue a couple years back--it began to take longer and longer to open our main project.
we discovered that it was due to the fact that we had this option set to 'store full code completion data' which caused our namemap file to grow to over 2GB in size.
after changing the setting to 'do not store code completion data' the file size shrunk to ~3MB.
storing the code completion data would be useful in cases where you may not have access to the application under test at all times, and so then you would want to store all the object information you can while you do have access to it--so that later when it is not available you can still do work on your tests.
hope this helps.
daniel
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We always have access to the AUT so there would be no need to store this...our namemapping was roughly 400mb and is taking quite long to load and also causing issues loading on a VM as it is 32 bit.
Learn something new everyday I use this software but such a great tool.
Thanks again all.
