
c-programing – programming-c – কুইজ মডেল টেস্ট অনুশীলন – 9
6618. What is the last step in an TDD cycle
- Refactor code
- Write a test
- Repeat
- Run test
6619. Which operating system is not supported by Webkit for Capybara testing
- OS X
- Linux
- Windows
- None of the above
6620. Which method is used for selecting a radio button in a form
- choose
- check
- pick
- select
6621. Which Capybara session, instance method provides path of the current page, without any domain information
- current_page
- current_url
- current_window
- current_path
6622. How to call a remote server by Capybara
- Capybara.host_remote
- Capybara.app_host
- Capybara.remote_host
- Capybara.app_remote
6623. Which method is used for attaching a file in a form
- attach_file
- connect_file
- add_file
- upload_file
6624. What is the default selector in Capybara
- Xpath
- Depends upon number of tests
- CSS
- Depends upon application to test
6625. Which of the following is the correct method to find an element whose id attribute has the value ‘main’
- None of the above
- Both of the above are same
- CSS: #main
- XPath: //*[@id=’main’]
6626. What is to be used for switching the Capybara javascript driver, with Cucumber
- @javascript
- @js
- :javascript => true
- :js => true
6627. What configures the default web driver to use for Capybara
- Default_driver
- Capybara.driver
- Capybara.default_driver
- Capybara.default
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।