Run-Time Data Table, Where Can I
Find Data Table And View This Table, What is a Run-Time Data Table in
QTP
What is a Run-Time Data Table? Where
can I find and view this table?
Data or Record like parametrized output value , output values,
checkpoint values are saved in the Run time Table. This is an .xls
file which is saved in the folder of Test Result. It can be used also
in the Test Fusion Reports.
Design-Time and Run-Time Data Table
in QTP:
AS we are working with QTP, and we know that data table have
features already built in. So as long as we do not edit it during run
the test, the idea is very simple. When the we making changing in
Data table during the Run time, Then it can be misleading so First of
all we test the data entered to data table before start the run test
(at design time), it will reamin unchanged after the test run. Even
if we edit it during the test run. In other side, In Run Results
viewer only the finally set the run time value which will be shown on
Data table tab. (Its no matter how multiple times specific value was
edited).
Following code need to look out:
Reporter.ReportEvent micDone, "Global", DataTable("vcHight", datGlobalSheet) DataTable("vcHight", datGlobalSheet) = 6 Reporter.ReportEvent micDone, "Global", DataTable("vcHight", datGlobalSheet) DataTable("vcHight", datGlobalSheet) = 32 Reporter.ReportEvent micDone, "Global", DataTable("vcHight", datGlobalSheet)
Before Execution, Design time value is fix with 2 and this value
can be reported in first step:
Where Can I Find Data Table And View This Table |
Step2 Now -: The value is edited to 6 and this value is reported
in next step 3.
Step4 Now:- The value is edited to 32. This value will be
explained on next step5 and lastly shown in execution results.
Run-Time Data Table |
To access design time data table records, Just run QTP test and
change to Data Table tab. To access final run time data table
records, Now open the Run Result and change to node of Data Table.
|
||
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
Virtual Objects with Example in QTP |
Cross Platform Testing |
|
|
|
What is Object Spy in QTP | Ordinal Identifiers Alone can Make an Object Unique |
|
||
|
|
|
Test Automation Frameworks Types |
No comments:
Post a Comment