When spying an object, if a particular property for identifying an object is not listed in the list of properties. How can we identify the desired object?
Using the Default Property.
Adding the specific property to identify the object.
Using some other property to identify the object.
Adding the specific property to the list.
OSS_cfg
Inter_TestCase_DataTransition
OSS_TestExecution Sheet
None of the above
Name the Folder where the Output Spread sheet of any component (if any) will be stored?
Temp
Data
Reports
Logs
Which of the following can be used to get the details whether all the Initial files like “OSS_TestExecution Sheet”, “OSS_cfg” are loaded properly
Detailed HTML Report
Summary HTML Report
Log files under the “logs” Folder
Where can one change the path of the Reports (Detailed & Summary HTML Report) to be stored
Test data Sheet
It is Hard Coded in the Scripts
What happens if more than one row in the “OSS_TestExecution Sheet” is flagged as “Yes”
Respective Component Scripts will be executed in the order of hierarchy
Scripts will get executed for one component (First in the list with the Execute flag “Yes”) & stops after successful execution
No Script will get executed & the QTP hangs.
Which of the following Folders has the Sub-Folders of “Applications” & “Common” (Select all that are applicable)
Scripts
None of the Above
The function to Load the Object Repository is present in which of the following “.vbs” File
OSS_Main
OSS_API
OSS_DriverScript
Every component “.vbs” file will have the function defined
Each Component of the proposition has its own respective executable file?
True
False
What happens, if the “Inter_TestCase_DataTransition” is not deleted, prior to executing a NEW scenario? (From the First Component of the Proposition)
The existing “Inter_TestCase_DataTransition” (Output Sheet) sheet will be deleted & a new “Inter_TestCase_DataTransition” sheet is created
The Scripts stops running as the existing Output Sheet is not deleted prior running a “NEW” scenario
The details of the NEW order will get overwritten in the same sheet.