我有两个属性文件。
email.account.active=Your Account is Activate properly.
user.intilaize.apps:Your apps initialize.
这里对于上面的属性文件,我有一些Web服务代码。对于这个,我可以在运行时调用该值。
According to my previous scenario all property file calling was proper.
And now value become update for all property file.
所以我想知道,是否有可能为属性文件编写测试用例。?