Hello!
I am the only QA tester in my company, and also in charge of creating automated tests. Since we're a small company, we're cutting costs as much as we can, without compromising quality, ease of work, productivity, etc. Which is why we use the free open source Selenium automated test scripting, since it's free compared with the thousands we would have to pay for Telerik automated testing package and training.
Anyways, I used to use the old Telerik date controls for Selenium automated tests where the date in dd/mm/yyyy format (this is in the UK) would be typed in by the Selenium scripts. And when the Next button was clicked, the data was processed and the next page would appear and the scripts would continue working. However, with the new Telerik date control, even when the Selenium scripts enter a proper dd/mm/yyyy date and then the Next button is clicked, the date fields become blank and error messages like, "Please enter date" appear, and the scripts fail. Why is this happening? The old Telerik controls worked just fine with the automated Selenium scripts where you just type in a date in dd/mm/yyyy format. Why is this not working now? Any ideas? Anyone struggling with this? There are a few date fields we use in our system, and so it would be rather tedious to type in dates manually every single time when scripts fail, I make them pause, quickly enter the dates, and resume automated testing. Please advise me when convenient. Thanks a lot!
I am the only QA tester in my company, and also in charge of creating automated tests. Since we're a small company, we're cutting costs as much as we can, without compromising quality, ease of work, productivity, etc. Which is why we use the free open source Selenium automated test scripting, since it's free compared with the thousands we would have to pay for Telerik automated testing package and training.
Anyways, I used to use the old Telerik date controls for Selenium automated tests where the date in dd/mm/yyyy format (this is in the UK) would be typed in by the Selenium scripts. And when the Next button was clicked, the data was processed and the next page would appear and the scripts would continue working. However, with the new Telerik date control, even when the Selenium scripts enter a proper dd/mm/yyyy date and then the Next button is clicked, the date fields become blank and error messages like, "Please enter date" appear, and the scripts fail. Why is this happening? The old Telerik controls worked just fine with the automated Selenium scripts where you just type in a date in dd/mm/yyyy format. Why is this not working now? Any ideas? Anyone struggling with this? There are a few date fields we use in our system, and so it would be rather tedious to type in dates manually every single time when scripts fail, I make them pause, quickly enter the dates, and resume automated testing. Please advise me when convenient. Thanks a lot!