testing Online Quiz - 8
Description: testing Online Quiz - 8 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: testing |
What is the output of the following code snippet @echo off cmd /?>d:\test.bat call d:\test.bat
Which of the following is true about batch scripts
Both .BAT and .CMD are valid extensions for batch scripts
What is the output of the following code snippet @echo off for /l %%X in (C:*) do echo %%X
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?
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 Identification can be used to retrieve runtime values of object properties. State true or false
For constructing a step, which of the following can be used?
To retrieve the number of rows in datatable, which of the following methods can be used?
What is the default setting for datatable iterations under Test Settings>Run
What is the default object synchronization time out?
To retrieve a value from datatable, what are required?
Where can we make an action reusable?
What is the default browser navigation time out?
Sync method can be used for Windows applications. State true or false
Waitproperty method takes the following parameters, in the following order
Which statement below is true about Wait method?