
Capybara Programming । কুইজ মডেল টেস্ট অনুশীলন
6760. How does Capybara handles running of an actual HTTP server by drivers
- Depends upon application to test
- It is run as different process
- It is run in same thread
- Depends upon number of tests
6761. How to call a remote server by Capybara
- Capybara.remote_host
- Capybara.app_remote
- Capybara.app_host
- Capybara.host_remote
6762. Which of the following will load a RSpec 2.x support
- require
- need
- get
- load
6763. Which instance method of Capybara session, will save a snapshot of the page
- save_window
- save_url
- save_page
- save_screenshot
6764. Which operating system is not supported by Webkit for Capybara testing
- Linux
- OS X
- Windows
- None of the above
6765. Which Capybara session, instance method provides path of the current page, without any domain information
- current_page
- current_window
- current_path
- current_url
6766. What is to be used for switching the Capybara javascript driver, with RSpec
- @js
- :javascript => true
- @javascript
- :js => true
6767. Which method of Capybara, allows you to scope all your actions down to a certain section of the page
- within
- scope
- list
- page
6768. What is the default driver in Capybara
- Webkit
- RackTest
- Selenium
- Poltergeist
6769. Which Capbara file usually has the configuration for loading of modules
- helper.rb file
- spec_helper.rb file
- spec.rb file
- None of the above
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।