We need help in writing automated test scripts for testing Telerik Batch Update Grid. Our automation script fails while trying to enter values into text boxes on edit of the grid. Clicking on the cell of the grid does not open the text box when we use our automated script.
Would appreciate any help on this...
Our script looks like something like this...
Let me know if more information is needed.
Thanks
Would appreciate any help on this...
Our script looks like something like this...
driver.Click(
"/html/body/div[8]/div/form/table/tbody/tr/td[5]/span"
);
driver.Click(
"//form[@id='POLinesform']/table/tbody/tr/td[@id='LineNumber' and text()='1']/../td[@id='Warehouse']"
);
driver.ClearSendKeysWithName(
"Warehouse"
, testPo.warehouse);
Let me know if more information is needed.
Thanks