We are currently evaluating Automation tools for our New project, which is heavily uses Ajax. 1) Is TestComplete supports Ajax? 2) Regarding Data-driven Testing how far it can support excel as well as MySql Database? 3) Is it easy to learn? in terms of manipulation of objects (check Points) without using scripts? 4) can it identify popup window, which is having random WindowTitle? We need to verify Window Title precisely?
Hi Sanjay,
Please find my answers below
1) Yes it supports Ajax
2) IT can very well support data driven testing. You can fatch the data from DB(not sure abt mysql, we are fetching from oracle 10G) as well as excel
3) I don't knw would it be easy for you or not(For my team it was), I think to manipulate the objects you will need to play with the scripts. Test complete requires more scripting compare to QTP,The comparison is just for your reference
4) Never did it, but I guess yes you can do it
Regarding #4:
Yes, it can do this. When using Name Mapping or the Find funciton, you can specify any identification criteria. So, if the caption changes, use a different property to identify the window.