Home > Software Testing > Quizzes > Jasmine.js Practice Test
Jasmine.js Practice Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 50% Most missed: “What is Jasmine.js?”

Jasmine.js is an open-source testing framework for JavaScript. It aims to run on any JavaScript-enabled platform, to not intrude on the application nor the IDE, and to have easy-to-read syntax. It is heavily influenced by other unit testing frameworks, such as ScrewUnit, JSSpec, JSpec, and RSpec.

Jasmine.js Practice Test
Time left 00:00
25 Questions

1. How many arguments does Describe function take?
2. How many Spying technologies are available in Jasmine?
3. ____ matchers allow us to determine whether an element belongs to the same array or another sequential object.
4. ____ matchers allow us to determine whether an element belongs to the same array or another sequential object.
5. When we are unsure about the output, we employ the special matcher named as ____.
6. ____ is a feature integrated into the Jasmine framework that allows you to spy on a specific section of code.
7. When jasmine.js was released?
8. Is Jasmine.js open-source?
9. In Jasmine, which of the following Boolean matcher is used to determine if the result is true or false?
10. Which of the following method is used to define suites?
11. Mainly how many types of matchers does Jasmine provides?
12. What is Jasmine.js?
13. Which of the following inbuilt matcher just compares if the outcome of the operation sent as an argument to this method matches or not?
14. How many Spying technologies are available in Jasmine?
15. Which of the following companies uses Jasmine?
16. It() is global function or a Local function?
17. Mainly how many types of matchers does Jasmine provides?
18. Which architecture does Jasmine.js follows?
19. ____ is a feature integrated into the Jasmine framework that allows you to spy on a specific section of code.
20. Which of the following method is used to define suites?
21. Which of the following command manages the Jasmine Clock, which may be used to regulate the flow of time in your tests?
22. Which of the following inbuilt matcher just compares if the outcome of the operation sent as an argument to this method matches or not?
23. ____ check to see whether any variables were previously undefined.
24. Which architecture does Jasmine.js follows?
25. How many arguments does Describe function take?