-
QTP Data table
when I run my test script, only the first row of the data table gets executed and the test results are shown up. Test script doesn't run through the other rows of the data table. I am using global data table.Did anybody experience this kind of problem. If so, what could be the cause of it? Please share your experience and any suggestions are welcome.Thanks in advance
-
">In one of the popup window, 1.I have recorded two edit fields by selecting them from a drop down box and after I have selected the options, 'INSERT' field need to appear. But when I am running those steps the option that I have selected is not shown up but the default options are shown up and 'INSERT' button too does not shown up. How to make sure that the selected fields are displayed along with the 'INSERT' link.When I am recording it is recorded as:Browser().Page().WebTable().WebElement(Option name that I have selected).click2. How to differentiate between two or three links with same name, like "DELETE", when the TYPE is None and not Index. When I am putting it in a loop, only one link gets deleted which is associated to one row. For other rows the 'Object not found' message is displayed