What is the output of the following code snippet @echo off xcopy %userprofile%* %2
Returns the number of files present in UserProfile Folder
Syntax error
Copies the contents of UserProfile to a path specified by command line argument
Copies the contents from a path specified by a command line argument to UserProfile
What is the output of the following code snippet @echo off cmd /?>d:\test.bat call d:\test.bat
Executes all batch files present in the current directory
Displays an error on the console
None of the above
Which of the following is true about batch scripts
Can be run as part of startup
Automate UI actions on a ASP.NET website
Edit registry
Can be run as part of startup & Edit registry
Both .BAT and .CMD are valid extensions for batch scripts
True
False
What is the output of the following code snippet @echo off for /l %%X in (C:*) do echo %%X
Displays the names of the directories present in C Drive
Infinite loop
Syntax Error
Low level recording captures the user actions as tracks. State true or false
Object spy is used to retrieve test object properties and values. State true or false
How can we associate a Shared object repository to a test?
File>Settings>Associate Resources
Resources>Associate repositories
Automation>Associate repositories
Tools>Associate repositories
While associating a shared repository, is it mandatory to associate atleast one action? State true or false
Local repository objects can be edited/updated using
Object Repository Manger
Object Map
Object Repository Window
Cannot be edited/updated at all