
c-programing – programming-c – কুইজ মডেল টেস্ট অনুশীলন – 13
6658. What is the correct manner for clicking the first .active element on the page in Capybara test
- find(“.active”).clickfind(“.active”
- match: :first).clickfirst(“.active”).click
- None of the above
6659. What is needed during headless installation of Capybara
- None of the above
- selenium webdriver
- capybara webkit
- xvfb
6660. Which Capybara strategy if set to true, will behave like :one
- smart
- first
- one
- prefer_exact
6661. Which of the following makes it possible to define your own custom selectors
- Capybara.selector_insert
- Capybara.add_selector
- Capybara.insert_selector
- Capybara.selector_add
6662. Whom does Gherkin is not specific to
- Cucumber
- None of the above
- JBehave
- Behat
6663. Which instance method of Capybara session, will save a snapshot of the page
- save_screenshot
- save_page
- save_window
- save_url
6664. What is to be used for switching the Capybara javascript driver, with RSpec
- @javascript
- :javascript => true
- :js => true
- @js
6665. Which statement will make Capybara available in all test cases when using Test:Unit under Rails
- require Capybara::DSL
- include Capybara::DSL
- require Capybara
- include Capybara:
6666. What is the default time value in Capybara, after which Capybara will throw an error, if the AJAX request is not completed
- 5 second
- 10 second
- 2 second
- 1 second
6667. Which Capybara session, instance method provides fully qualified URL of the current page
- current_url
- current_page
- current_path
- current_window
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।