当我启动jmeter时,我在“结果树”中得到所有文件(js,css,html,..),假设它们列在html的head中。但所有其他文件(我的模板),将加载取决于ng控制器(例如,footer.html,content.html,header.html,login.html)不能通过jmeter加载。为什么?
我一直在寻找解决方案,但没有找到有用的东西。在jmeter中是否需要特殊的角度设置?谁能在这方面帮我?
<head> <!-- these files can be loaded by jmeter -->
<script src="js
下面是我的node.js项目的文件夹结构:
MySampleApp\
MySampleApp\Package.json
MySampleApp\Server.js
MySampleApp\public:
index.html - Invoked when server.js starts and shows "Click Me" button
fetchprocess.js - check button click and then show in DocumentElementID
user1.ps1 - runs Get-Process comman
对于Javavscript中的以下代码:
// add HTML to container
// show the container on the DOM
// call a non-existent function on an object
我成功地看到Firefox和IE显示我的HTML。第三行代码显示Firebug和IE中的JS错误,似乎已被禁止/忽略。
浏览器通常会忽略糟糕的JS吗?或者,假设我在第三行代码后添加了alert("line 4");。第四行是否会被忽略,因为JS解释将在非法的JS代码行结束?
我在jsFiddle中测试了我的场景,但我不确定jsFidd