Q1. The Command used to insert the transactions in test is:A.StartTransaction(Name),EndTransaction(Name)
B.Services.StartTransaction"Name",Services.EndTransaction"Name"
C. StartTransaction.services "Name, EndTransaction.services "Name"Q2. A step in which one or more values are captured at a specific point in your test and stored for theduration of the run session is:
A.OutputValue
B.CheckpointsC.ActiveScreenQ3. QTP can detects anapplication crash and activate a defined recovery scenario to continue the run
session.
A.True
B.falseQ4. In Batch Test process, the test list are saved in file format as:
A.*.mtb
B.*.mtsC.*.mbtD.*.mtr Q5. The command used to invoke other application from QTP:A.InvokeApplicationB.SystemUtil.RunC.RunD.Both b & c
E.Both a & b
Q6. The command used to retrieve data from excel sheet isA.Set ab = Connection("srcfilepath ") , Set ws = ab.getdata(sheetid)
B.Set ab = CreateObject("srcfilepath ") , Set ws = ab.getsheet(sheetid)
C.Set ab = GetObject("srcfilepath") , Set ws = ab.worksheets(sheetid)
Leave a Comment