
capybara – programming-capybara – কুইজ মডেল টেস্ট অনুশীলন – 3
6750. What is the crucial practice to follow in TDD
- Separate common set-up and teardown logic into test support services utilized by the appropriate test cases
- Treat test code as production code
- Keep each test oracle focused on only the results necessary to validate its test
- All of the above
6751. 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
6752. What is the initial component of user story structure in BDD
- Title
- Narrative
- Clauses
- Scenario
6753. Whom does Gherkin is not specific to
- None of the above
- Behat
- Cucumber
- JBehave
6754. What specifies the usage of a web driver by Capybara
- Capybara.driver
- default_driver
- driver
- Capybara.default_driver
6755. What is the last step in an TDD cycle
- Write a test
- Refactor code
- Repeat
- Run test
6756. What is the last step of commonly applied structure for test cases
- cleanup
- execution
- setup
- validation
6757. Which of the following, for a SQL database, will run every test in a transaction and rolls it back at the end of the test, by default
- JDave
- JBehave
- RSpec
- None of the above
6758. Which of the following is used to configure the wait time in Capybara
- Capybara.default_wait_time
- Capybara.wait_time
- Capybara.default_wait
- Capybara.default_time
6759. What is the default time value in Capybara, after which Capybara will throw an error, if the AJAX request is not completed
- 2 second
- 5 second
- 10 second
- 1 second
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।