Egg
4 years agoFrequent Contributor
fixed location
Hello, usually I make Test Complete test on the web site.
Make automation test and runnig that test... and then
sometimes or many times... Recorded test on Test Complete couldn't find the recorded buttton.
So I wonder, are there exist select the fixed location method?
Hello Mitch,
>> Does it have the ability to run the particular report, and then look for particular values in a certain column of the generated crystal report?
>>Or do I somehow connect it directly to my database and pass a particular Query and check the result?
TestComplete does not have special support for Crystal Reports, and as far as we know, there is no direct way to access fields inside report forms.
However TestComplete can work directly with databases - connect to, read/write/validate data, make queries, execute stored procedures, and so forth. So, two datasets can be checked for equality from tests.
Moreover, with TestComplete's database checkpoints you can verify data (against the baseline copy or against another database) in a visual manner, without need to dig into coding. See Creating Database Checkpoints to learn more.
Regards.