Forum Discussion

aditya2008a's avatar
aditya2008a
Occasional Contributor
14 years ago

Problem in populating a table

Hi, I am testing an application which has a functionality in which u have to enter today's date and it will display dates after a week,a month,etc. It also has columns where u have to enter values in the form X/Y which being entered the two columns adjacent to it show the values of x and y respectively. Pressing a tab or a mouseclick does the work. But when I automate this test neither the date nor the other columns which ought to show X and Y respectively display them. It seems the AJAX code behind them isn't working when I automate the test. Why is it happening? Is there any problem with the application or with testcomplete??Please help asap!!!!

3 Replies

  • Hi,



    If you assign values via properties, this should work so - events are not fired. Use fireEvent to fire the appropriate events after you modify values in your table.
  • Hi,



    Just assign values to the target properties as to regular variables.