Click here to Skip to main content
15,898,373 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
please tell me how can i test please guide me
Posted
Comments
Rishikesh_Singh 25-Mar-12 8:42am    
what do you want to test?
You can get the value from the appconfig file using
ConfigurationManager.AppSettings[key];
pietvredeveld 25-Mar-12 16:46pm    
Also curious about the reason to test app.config. From a application point of view most settings is app config are just values of variables.

When it comes to continues integration and deployment it is another point. Should the deployment process not been tested and the config file is not named app.config anymore....

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900