Test Automation Framework Questions and Answers

Test Automation Framework | TAF | Mock Test

1
Associating the function libraries and objects alias file under the Test Settings->Resource Section is which step of executing the automation scripts through DriverScript?
a. second Step
b. Third Step
c. Fourth Step
d. Fifth Step

Answer : Third Step

2
How to call a custom function
a. Using call keyword
b. Using Call_Userdefined_Func Keyword
c. Using CallFunctionNAme keyword
d. None of the above
Answer : Using call keyword

3
How to get input for an object inside Web Table
a. Using the Operation Keyword
b. Using the Variable Keyword
c. Using Standard Checkpoint
d. Using Text Checkpoint
Answer : Using Standard Checkpoint

4
In QC where folder where we save the QTP testcase
a. TestLAb
b. TestPlan
c. Resources
d. Management
Answer : TestPlan

5
In QTP easyAutomate QC integration where do we select the required tests
a. TestPlan Tree
b. TestPlan
c. TestLab
d. None of the above
Answer : TestPlan Tree

6
Next_Iteration and Next_Testcase are
a. Handlers
b. Error Handlers
c. Both a and b
d. Only 1
Answer : Error Handlers

7
Test Data is prepared for
a. Actions
b. Handlers
c. Parameters
d. Objects
Answer : Parameters

8
Keyword used to add messages to the HTML Report
a. REPORTSTEP
b. OPERATION
c. PRINT
d. WRITEINFILE
Answer : PRINT

9
Keyword used to dynamically change the object properties during runtime:
a. SETTOPROPERTY
b. SETPROPERTY
c. SETROPROPERTY
d. OPERATION
Answer : SETPROPERTY

10
Keyword used to execute user defined functions in Easy Automate TAF QTP:
a. CALL
b. LAUNCH
c. EXECUTE
d. INVOKE
Answer : CALL