01-29-2009, 04:29 PM
how to skip a step in QTP.
I am parameterizing Radio button. In that application by default first Radio button is selected.( Economy button is selected by default)
In the Global table i put the values of button as
1 Business
2 Economy
3 First.
Here after parameterizing the test it works well for first and third iteration.
But for second iteration as it is already selected it gives error.
I want to avoid the following step for second iteration because the radio button is already selected.
I am parameterizing Radio button. In that application by default first Radio button is selected.( Economy button is selected by default)
In the Global table i put the values of button as
1 Business
2 Economy
3 First.
Here after parameterizing the test it works well for first and third iteration.
But for second iteration as it is already selected it gives error.
I want to avoid the following step for second iteration because the radio button is already selected.
Code:
Browser("Welcome: Mercury Tours").Page("Find a Flight: Mercury").WebRadioGroup("servClass").Select DataTable("p_Value", dtGlobalSheet)