AngularJS Packaging and Testing MCQs Solution | TCS Fresco Play
Disclaimer: The primary purpose of providing this solution is to assist and support anyone who are unable to complete these courses due to a technical issue or a lack of expertise. This website's information or data are solely for the purpose of knowledge and education.
Make an effort to understand these solutions and apply them to your Hands-On difficulties. (It is not advisable that copy and paste these solutions).
All Question of the MCQs Present Below for Ease Use Ctrl + F with the question name to find the Question. All the Best!
1. Which one of these is a Bower Concept?
Package
2. The following is the syntax of installing a Component in Bower
Bower install componenet name
3. In Package.json, to include the latest version we can use
.Symbol
4. Grunt runs tasks using Temporary files which are disk I/O operations.
True
5. Grunt Relies on
Both of the options
6. Bower was introduced by engineers at:
7. app folder contains _____________________ and tests folder contains ______________________
Script Files, Tests
8. This will act as a type of documentation because it describes the expected behavior of the functions and modules.
Unit Testing
9. When will you start writing the unit test?
ASAP
10. This is all about splitting your code into small testable modules with each module having its own functionality and level of abstraction.
11. This one allows you to inject and mock angular services to help you test your application
ngMock
12. The testing framework we have used in our course is
Jasmine
13. Testing an individual working part of a source code is called
Unit Testing
14. What will be the output of the following snippet , if we pass 3e,5
invalide args
15. To run the test, we have to type
Run Jasmine
16. The following code is used to install protractor "npm install -g protractor"
Globally
17. The E2E testing framework for AngularJS is
Protractor
18. Protractor is built on top of
WebdriverJS
19. Bower is a new package manager for
Client side comp
20. In AngularJS, a controller can be tested with
If you have any queries, please feel free to ask on the comment section.If you want MCQs and Hands-On solutions for any courses, Please feel free to ask on the comment section too.Please share and support our page!
Post a Comment