CurrentDirectory Issue - 测试漏洞之一

上一篇 / 下一篇  2008-12-04 10:06:31 / 个人分类:测试经验教训

这是前端时间做的某项目交接后客户返回的一个问题。

项目简介:开发一个windows media player的插件,可以播放mp4文件以及客户要求的其他stream。

问题出在:每次open mp4 file后,程序会将current directory(OpenDir Registry)更改为程序的安装路径。

复现程序有些tricky,之前测试时没有考虑该scenario,以后遇到类似OPEN,SAVE AS 之类的情况要记着了。

具体的复现步骤:

  1. Open and play a .mp4 file
  2. From file menu select Open again. Then Press Cancel on the Open dialog
  3. From file menu select Open once again. Noticed that the directory list is changed to the application's installation root. Normally this should be the last accessed directory.

比较疑惑的一点是:该问题只在某些测试机上出现,有的测试机上却很OK, 没有想通会是什么环境问题导致,有朋友清楚的请留言请教了哦


TAG: CurrentDirectory 测试 测试经验教训

 

评分:0

我来说两句

Open Toolbar