Forum Discussion
AlexKaras
Champion Level 2
11 years agoHi David,
> I had to copy the NameMapping into the new project as well.
Thank you for the update on this.
While the official approach is that NameMapping file (item) cannot be shared between projects, you may try this approach (http://smartbear.com/forums/f81/t88858/NameMapping-file-sharing-one-possible-approac) on your own risk.
> Do you have any advice on my first issue, with "Deploy to device on start"?
Unfortunately, I haven't tried this with TC 10.30 yet, but I used it with TC10.20.
If I remember correctly (don't have TC10 running at the moment), this setting is an option for the given mobile item in the Tested Applications project item. In order it to work, the tested application must be started using the
TestedApplications.<yourApp>.Run
line of code.
Are you starting your tested application this way?
> I had to copy the NameMapping into the new project as well.
Thank you for the update on this.
While the official approach is that NameMapping file (item) cannot be shared between projects, you may try this approach (http://smartbear.com/forums/f81/t88858/NameMapping-file-sharing-one-possible-approac) on your own risk.
> Do you have any advice on my first issue, with "Deploy to device on start"?
Unfortunately, I haven't tried this with TC 10.30 yet, but I used it with TC10.20.
If I remember correctly (don't have TC10 running at the moment), this setting is an option for the given mobile item in the Tested Applications project item. In order it to work, the tested application must be started using the
TestedApplications.<yourApp>.Run
line of code.
Are you starting your tested application this way?