You are on page 1of 1

Which of the following is Server side scripting?

3,5

Which of the following is client side scripting?1,2,4

npm stands for ___________.Node package manager

Node is ___________.Server-side scripting

What is command to check the node running status?DEBUG=myapp:* npm start

pug is ______________ for node.js.middleman and template engine

-g in the command for installation is used for __________.global installation

___________ is the command to create node express-generator. npm install express-generator

Nightwatch script directly reaches to Selenium server for execution.False

Nightwatch configuration should be in ___________.can be in both

For chrome, we need to define chrome driver location at ___________.cli_args

Default browsers for the execution is always __________.need to define the default browser

Test folder detail will be defined in ___________.src_folder

All the drivers are stored in _______ folder.you can store in any folder and call the path

this in defining function stands for ____________.variable and object

Module in module.export is __________.an object

Where is run command defined in package.json?functionscripts

export in module.export is __________.variable and object

What is command to run the script?npm nightwatch

You might also like