Tag: testing

Questions Related to testing

For each object and method in an Expert View statement, a corresponding row exists in the Keyword View.

  1. True.

  2. False.

  3. There is some problem with the statement.

  4. None of above


Correct Option: A
  1. Item, Operation, Value, Comments

  2. Item, Operation, Value, Documentation

  3. Item, Operation, Property, Documentation

  4. Number, Operation, Value, Documentation


Correct Option: B

The key that is used to Start/End analog recording mode ?

  1. F3

  2. SHIFT+ALT+F3

  3. CTRL+SHIFT+F3

  4. F10


Correct Option: B

AI Explanation

To answer this question, you need to understand the key combinations used to start or end analog recording mode.

Let's go through each option to understand why it is correct or incorrect:

Option A) F3 - This option is incorrect because pressing F3 alone does not activate analog recording mode.

Option B) SHIFT+ALT+F3 - This option is correct because pressing SHIFT+ALT+F3 is the key combination used to start or end analog recording mode.

Option C) CTRL+SHIFT+F3 - This option is incorrect because pressing CTRL+SHIFT+F3 does not activate analog recording mode.

Option D) F10 - This option is incorrect because pressing F10 alone does not activate analog recording mode.

The correct answer is B) SHIFT+ALT+F3. This option is correct because it is the key combination used to start or end analog recording mode.

  1. Call Action

  2. Split Action

  3. Reusable Action

  4. None


Correct Option: C

The method used to get data from HTML Table is

  1. GetData(Row,Col)

  2. GetRowValue(Rowid,Colname)

  3. GetCellData (Row,Col)

  4. GetRowValue(Row,Col)


Correct Option: C

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) GetData(Row,Col) - This option is incorrect because there is no standard method called "GetData" in HTML to retrieve data from a table.

Option B) GetRowValue(Rowid,Colname) - This option is incorrect because it suggests getting the value of a specific row using the row ID and column name, but there is no standard method called "GetRowValue" in HTML to retrieve data from a table.

Option C) GetCellData (Row,Col) - This option is correct because the standard method in HTML to retrieve data from a table is "GetCellData". It takes the row and column index as parameters and returns the data in the specified cell.

Option D) GetRowValue(Row,Col) - This option is incorrect because it suggests getting the value of a specific row using the row index and column index, but there is no standard method called "GetRowValue" in HTML to retrieve data from a table.

The correct answer is Option C) GetCellData (Row,Col). This option is correct because it represents the standard method used to retrieve data from an HTML table by specifying the row and column index.

we can get the execution time for an action in a Test

  1. True

  2. False


Correct Option: A