问题标签 [user-testing]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 让某人测试您的 web 应用程序的最佳方法是什么
我一直在使用 python django 创建一个 webapp(仅用于学习目的),并且无意部署它。但是,有没有办法让其他人尝试 web 应用程序,或者更准确地说:是否有可能以某种方式在另一台计算机上测试 web 应用程序。我尝试将 det 源代码(和整个文件夹)发送到另一台计算机,安装虚拟环境,激活它,然后尝试运行 server. 但是,我总是得到 runtimeerror:maximum recursion depth exceeded in cmp。还有其他方法吗?
ruby-on-rails - ruby rails教程第10章错误
我在 Michael Hartls Ruby on Rails 教程的第 10 章中遇到 8 个错误。在测试 10.2.2 之前一切正常。我不知道如何解决它......我希望你能提供帮助。提前致谢。
错误消息:
乙
错误:UsersSignupTest#test_invalid_signup_information:SyntaxError:/home/studi/workspace/sample_app/app/controllers/users_controller.rb:59:语法错误,意外keyword_end,预期输入结束测试/集成/users_signup_test.rb:6:in `阻止'
bin/rails 测试测试/集成/users_signup_test.rb:5
乙
错误:UsersSignupTest#test_valid_signup_information:SyntaxError:/home/studi/workspace/sample_app/app/controllers/users_controller.rb:59:语法错误,意外keyword_end,期望输入结束测试/集成/users_signup_test.rb:17:in `阻止'
bin/rails 测试测试/集成/users_signup_test.rb:16
...E
错误:UsersLoginTest#test_login_with_valid_information_followed_by_logout:SyntaxError:/home/studi/workspace/sample_app/app/controllers/users_controller.rb:59:语法错误,意外keyword_end,期望输入结束测试/集成/users_login_test.rb:24:in `阻止'
bin/rails 测试测试/集成/users_login_test.rb:18
乙
错误:UsersEditTest#test_successful_edit:SyntaxError:/home/studi/workspace/sample_app/app/controllers/users_controller.rb:59:语法错误,意外keyword_end,期望输入结束测试/集成/users_edit_test.rb:22:in `阻止'
bin/rails 测试测试/集成/users_edit_test.rb:20
乙
错误:UsersEditTest#test_unsuccessful_edit:SyntaxError:/home/studi/workspace/sample_app/app/controllers/users_controller.rb:59:语法错误,意外keyword_end,期望输入结束测试/集成/users_edit_test.rb:11:in `阻止'
bin/rails 测试测试/集成/users_edit_test.rb:9
......E
错误:UsersControllerTest#test_should_redirect_update_when_logged_in_as_wrong_user:SyntaxError:/home/studi/workspace/sample_app/app/controllers/users_controller.rb:59:语法错误,意外keyword_end,期待输入结束测试/controllers/users_controller_test.rb:23:in `阻止'
bin/rails 测试测试/控制器/users_controller_test.rb:21
乙
错误:UsersControllerTest#test_should_get_new:SyntaxError:/home/studi/workspace/sample_app/app/controllers/users_controller.rb:59:语法错误,意外keyword_end,期望输入结束测试/controllers/users_controller_test.rb:11:in `阻止'
bin/rails 测试测试/控制器/users_controller_test.rb:10
乙
错误:UsersControllerTest#test_should_redirect_edit_when_logged_in_as_wrong_user:SyntaxError:/home/studi/workspace/sample_app/app/controllers/users_controller.rb:59:语法错误,意外的keyword_end,期待输入结束测试/controllers/users_controller_test.rb:16:in `阻止'
bin/rails 测试测试/控制器/users_controller_test.rb:14
user_controller_test 文件:
users_controller 文件:
错误发生在 10.2.2 的说明之后。10.2.1 的测试运行良好。
uwp - 如何通过浏览器流式传输 Windows 10 应用程序以进行用户测试
我正在开发一个针对 UWP windows 10 的应用程序。我想让一些目标用户测试应用程序,但我不想在他们的计算机上安装。
我看过AWS AppStream,但它似乎只适用于Windows server 2012。我正在考虑在计算机上设置虚拟机并允许他们远程桌面,但这似乎不是一个很好的解决方案。
允许用户远程访问和测试 Windows 10 应用程序有哪些更好的方法?