What is time parameter?
Answer / king
Parameterization is nothing but DataDrivenTesting
means to test the functionality with multiple set of data
in order to check whether the functionality is working
properly or not.
You can create a data-driven test with a loop that
runs ten times each time the loop runs, it is driven by a
different set of data. In order to use data to drive the
test, you must link the data to the test script which it
drives. This is called parameterizing your test. The data
is stored in a data table.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between Datadriven and Parameterization?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
which command u will use to access the application through descriptive programing?
what are the areas that cannot be tested using an automated tool? list a few
we have 10 actions in out test how can we convert 9th action is main action ? how ?
Tell me few important difference Between QTP and WinRunner?
What is the condition or scenario that leads the use of object spy in qtp? (while recording we can get all the properties) then wat leads to use this?
What are the different types of action?
How to remove the associated function library?
what is a test strategy & what is the difference between test strategy & test plan?
What is InStr()
How to add synchronisation points in qtp?