logo
  • 教程列表
  • SO官方文檔
  • 測試 Rails 應用程式
    • 單元測試
    • 請求測試
  1. StackOverflow 文件
  2. Ruby on Rails 教程
  3. 測試 Rails 應用程式
  4. 請求測試

請求測試

Created: November-22, 2018

請求測試是模仿使用者行為的端到端測試。

it 'allows the user to set their preferences' do
  check 'Ruby'
  click_on 'Save and Continue'
  expect(user.languages).to eq ['Ruby']
end

資源

這種測試側重於使用者流程,並且有時甚至會渲染 javascript,貫穿系統的所有層。

  • 單元測試

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明