
capybara – programming-capybara – কুইজ মডেল টেস্ট অনুশীলন – 1
6730. Which method is used for selecting a check box element in a form
- choose
- select
- pick
- check
6731. What is the type of search used by Capybara for locating elements
- Depends upon application to test
- can be configured
- case sensitive
- case insensitive
6732. What is the request method used by Capybara method to navigate to other pages
- FETCH
- None of the above
- GET
- POST
6733. Which method restricts Capybara to a specific area of page
- within
- extent
- range
- scope
6734. Which method is used for attaching a file in a form
- add_file
- connect_file
- attach_file
- upload_file
6735. What is the default selector in Capybara
- Xpath
- Depends upon application to test
- Depends upon number of tests
- CSS
6736. Which of the following is the correct method to find an element whose id attribute has the value ‘main’
- XPath: //*[@id=’main’]
- None of the above
- Both of the above are same
- CSS: #main
6737. Which of the following adds a custom selector
- Capybara.add.selector
- Capybara_selector
- Capybara.add_selector
- Capybara.selector
6738. Which expression means "any descendant of the current node", in Capybara
- *
- /
- **
- //
6739. Which of the following changes, the default selector
- Capybara.default_selector
- Capybara.selector
- Capybara.default.selector
- Capybara_selector
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।