
c-programing – programming-c – কুইজ মডেল টেস্ট অনুশীলন – 8
6608. The __________ the body is, the more intense the buying or selling pressure there has been in the specific time period of the candle. _________ candlesticks indicate little price movement and represent consolidation.
- Longer
- Short
- Longer
- Long Shorter
6609. ___________ is formed when the market makes higher lows and the same level highs.
- The descending triangle
- The symmetrical triangle
- The asymmetrical triangle
- The ascending triangle
6610. Which of the following adds a custom selector
- Capybara_selector
- Capybara.selector
- Capybara.add_selector
- Capybara.add.selector
6611. Which Capybara strategy raises an error if more than one element matches
- first
- smart
- prefer_exact
- one
6612. Which method in Capybara, takes an address parameter and will fetch the page
- address
- get
- visit
- fetch
6613. Which method restricts Capybara to a specific area of page
- extent
- scope
- range
- within
6614. Which of the following will wait for a matching element and then wait until its value matches, in Capybara
- None of the above
- expect(find_field("Username").value).to eq("Joe")expect(page).to have_field("Username"
- with: "Joe")Both of the above are same
6615. Which Capybara strategy just picks the first element that matches
- smart
- first
- prefer_exact
- one
6616. What is the minimum Ruby version required, for Capybara installation
- 2.0.0
- 2.2.3
- 2.1.7
- 1.9.3
6617. What is the crucial practice to follow in TDD
- Keep each test oracle focused on only the results necessary to validate its test
- Treat test code as production code
- Separate common set-up and teardown logic into test support services utilized by the appropriate test cases
- All of the above
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।